Hi,
I am trying to start a Clone task remotely.
When i do it normally after logging in to the server machine, this is how the processes look:
Local Login :
~~~~~~~~~~~~~
Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title
========================= ======== ================ =========== ============ =============== ================================================== ============ ========================================================================
ngserver.exe 6696 Console 0 17,476 K Unknown NT AUTHORITY\SYSTEM 0:00:01 N/A
ngcons.exe 6212 Console 0 14,608 K Running mydomain\myusername 0:00:00 Symantec Ghost Console
GhostSrv.exe 6660 Console 0 3,404 K Running mydomain\myusername 0:00:00 CR2GALDIBAS62push36 - Symantec GhostCast Server
When i try to run the same task using PSEXEC remotely (using the command psexec.exe \\serverip -accepteula -i -u mydomain\myusername -p mypass C:\PROGRA~1\Symantec\Ghost\ngcons.exe /e DDriveTask ), below is what i get :
Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title
========================= ======== ================ =========== ============ =============== ================================================== ============ ========================================================================
ngserver.exe 6696 Console 0 19,156 K Unknown NT AUTHORITY\SYSTEM 0:00:02 N/A
GhostSrv.exe 6232 Console 0 3,252 K Unknown mydomain\myusername 0:00:00 N/A
So it looks like the ghostsrv.exe needs to be triggered by the Ghost Console for it to be interactive and visible.
Is there an alternative way so that i can trigger the task remotely, and later login the server machine using the same id and see the ghostcast session in progress ?
(Something in the com object?)