Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Admintool on a Remote Host

Status
Not open for further replies.

Michael42

Programmer
Joined
Oct 8, 2001
Messages
1,454
Location
US
What are the steps and information required to run admintool on a remote host?

I am unsure how it export the GUI if this is the only way.

Thanks for spelling it out! Michael
 
Thts the way i do it and it works fine

Raj
 
Hi Michael,

Ignore my first post…

To export the gui type the following command where u want the gui to be xported

xhost +

log in into the host from the remote computer and

then intialize the display variable if its C shell then use

setenv DISPLAY x.x.x.x:0.0 (x.x.x.x is ip address of remote host)

or

if its sh

export DISPLAY=x.x.x.x:0.0

after this run ur admintool command thts it.
 
jaaaaaaaaaaaa
xhost hostname
is better, only hostname has access, not al the other
admintool -display xx.xx.xx.xx:0 &
is better because you can trace it in ps's ouput
:) vox clamantis in deserto.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top