Operating System - HP-UX
1827286 Members
3396 Online
109717 Solutions
New Discussion

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.
Alzhy
Honored Contributor

Re: how login cde from one hpux to another

2 Ways you can do this:

XDMCP -- meaning if your HP-UX machine has a Graphics Console -- on the dialogue you simply specify the other server.

OR

VNC -- where in you can remote to a full virtual X-Windows Desktop on your other UNIX or even Linux or Windows Desktop. HP-UX however does not have it "bundled" IIRC but I could be wrong.

www.vnc.org
or
head to software depot and look for VNC


Hakuna Matata.
gg2003hp
Occasional Contributor

Re: how login cde from one hpux to another

NO result:

from one CDE to one CDE. what should i do?
i have tried x - query remote ip.
however , erro if following:
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

HOW CAN I DO?
V. Nyga
Honored Contributor

Re: how login cde from one hpux to another

WHAT HAVE YOU DONE TILL NOW?

Really - you say it doesn't work, but what commands have you used?
What's your environment?
You post your error, but no command, no informations about your machines, so how shall we tell you what's wrong?

V.
*** Say 'Thanks' with Kudos ***