Operating System - HP-UX
1748195 Members
4478 Online
108759 Solutions
New Discussion юеВ

Re: how login cde from one hpux to another

 
gg2003hp
Occasional Contributor

how login cde from one hpux to another

i want from one hpux machine like xmanger
login to another hpux one. how can i do?
12 REPLIES 12
Ganesan R
Honored Contributor

Re: how login cde from one hpux to another

Hi,

Xmanager is installed and running on windows clients. You can add n number of HP-UX clients in Xmanager. Once you connected to HP-UX server using Xmanager, you can connect to another HP-UX machine inside the Xwindow via ssh,telnet,rlogin.
Best wishes,

Ganesh.
gg2003hp
Occasional Contributor

Re: how login cde from one hpux to another

i means to start another hpux's xwindow in one hpux. Just like mstsc in windows.
Michal Kapalka (mikap)
Honored Contributor

Re: how login cde from one hpux to another

hi,

did you try to conect to the server with ssh ans -X option to export display to your HP-UX server ???

ssh -X user@server

PS : i know its not, what you requested, butits better as nothing.

mikap
gg2003hp
Occasional Contributor

Re: how login cde from one hpux to another

I means that whether there was a soft tool like xmanger in hpux platform.
i want use it to access another hpux server.
Alex Glennie
Honored Contributor

Re: how login cde from one hpux to another

Look into Xnest
OldSchool
Honored Contributor

Re: how login cde from one hpux to another

or you could simply log in to the second HPUX box, export the DISPLAY to the 1st one and go from there....

but XNest sounds more like what you're looking for.

V. Nyga
Honored Contributor

Re: how login cde from one hpux to another

Hi,

to login cde you also can use:

in the login console of your local ws - under options - 'command line login' (sorry , I only can translate from my German environment - it's the third line)
There login with your user.
Then '/usr/bin/X11/X -query '
(ip-address of the remote ws)
Then you'll get the login cde of the remote ws.

You can't use it when you use the local cde (as far as I know) but you'll have access to the remote one.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Gokul Chandola
Trusted Contributor

Re: how login cde from one hpux to another

Hi,
Create New Session wizard, put ip address and host name there.

Same for next connection, with this you can add multiple server in your Xmanager

Regards,
Gokul Chandola
There is always some scope for improvment.
Hakki Aydin Ucar
Honored Contributor

Re: how login cde from one hpux to another

you could log in to the second HPUX box,
telnet, rlogin ..

then export the DISPLAY to the 1st one
export DISPLAY=first_server_host_name:display_number

and you can run application to display on first server.