1833770 Members
2463 Online
110063 Solutions
New Discussion

General Q about CDE

 
SOLVED
Go to solution
john guardian
Super Advisor

General Q about CDE

To determine if CDE is running on a remote machine, what's the best way, IE: use ps -ef and grep for "dtlogin or dtsession"... or is there some more definitive way?

Thanks.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: General Q about CDE

Shalom,

You can run CDE programs remotely from a Linux box as follows:

ssh -X hostname program-name (full path)

For some situations you need to use -Y

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven Schweda
Honored Contributor
Solution

Re: General Q about CDE

Looking for the telltale processes sounds
pretty reliable to me.
john guardian
Super Advisor

Re: General Q about CDE

Thanks.