Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
2k views

Starting remote processes in a Windows network

I have several slave machines and a master machine which together run a distributed application. Processes on each slave machine have to have a GUI and network access (I think it would be called an ...
2
votes
1answer
214 views

Best method for seeing if SQL Server 2000 processes are running?

We have an old SQL Server 2000 machine where a bunch of jobs run overnight. Occasionally, after server maintenance is performed and the machine is rebooted, some SQL components don't come up with the ...
2
votes
2answers
734 views

Create process in a Remote Desktop session?

How do I invoke a process in a specific remote desktop session so that it will start in that particular context using C#
1
vote
3answers
846 views

Wait for a remote process to finish in .net

We all know and love Process.WaitForExit(). Given a pid of a process on a remote machine (created by WMI/psexec), how do I wait for it to end?
0
votes
2answers
47 views

Profile Java process on AIX with VisualVM

I have connected VisualVM via JMX to an AIX server to profile my Java process. But the "Profiler" tab is missing I just get Overview, Monitor and Threads. Have I missed any configuration? When ...
0
votes
1answer
242 views

C# - WMI InvalidOperationException when trying to run a script on a remote machine

I'm trying to execute a script on a remote machine in the same domain, with the same user account logged on to both the machines. Note the script is also stored on yet another machine. Code string ...
0
votes
1answer
454 views

Set the working folder for a remote process using WMI

I'm using this article to start a process on a remote machine using WMI. How can I control the working directory that process will start in? (No need to redirect me to psexec, I'm getting an error ...
0
votes
1answer
346 views

Protocol for remote process management

In short: Is there any known protocol for remote process management? I have a system that contains several applications, each has it's own computer in a local network. When the applications are up ...
0
votes
3answers
325 views

Simple protocol for remote process startup/shutdown

I'm looking for a simple protocol to control remote processes from one managing application. The remote processes will run on Windows and Linux (x86). Is there a simple protocol for managing remote ...