Forum Discussion

Marianne's avatar
Marianne
Level 6
13 years ago

SFWHA 6.0 - cluster some x-app

I have been able in the past to cluster xeyes and xclock as part of a demo. I would like to do the same on a Windows cluster but don't know how to make it run on the console. I can see xeyes runn...
  • Wally_Heim's avatar
    13 years ago

    Hi Marianne,

    Our training department is having a similar issue with the wineye.exe program that they use.  I'm not sure if they have come up with another test app yet or not.

    Here is what I did with a process agent and notepad.exe.


    group test (
        SystemList = { SERVER1 = 0, SERVER2 = 1 }
        )

        Process Notepad_Process (
            Critical = 0
            StartProgram = "notepad.exe"
            InteractWithDesktop = 1
            )



        // resource dependency tree
        //
        //    group test
        //    {
        //    Process Notepad_Process
        //    }

    With Windows 2008 R2, I get a message on the console to display the interact with desktop process.  This is a little different than it was in earlier versions of Windows but it seems to still work.

    Thanks,

    Wally