Operating System - HP-UX
1825931 Members
3120 Online
109689 Solutions
New Discussion

CDE application configuration

 
Pheroz Tengra_2
New Member

CDE application configuration

Folks,
I am using CDE on rp5470 HPUX 11.0.
Normally when I log in as a user, I have 4 different dtterms opened.
In each of the dtterms window I can rlogin in manually, and I am wondering if this can be automated (ie. after initial login to my server, can I automatically remote login to all of the other 4 servers ).
I am a novice user of Xwindow system, and hoping some one can help.
1 REPLY 1
Pete Randall
Outstanding Contributor

Re: CDE application configuration

Perhaps if you put some code in your .profile/.dtprofile to do it. Something like this:

remsh HOSTNAME -n /usr/bin/X11/hpterm -display $DISPLAY -ls -title $1 -n $1 -s
b -sl 500 &

Obviously you need to replace HOSTNAME with the name(s) of the servers you want to log into.


Pete

Pete