1833882 Members
1968 Online
110063 Solutions
New Discussion

X manager

 
Gurumanickam
Frequent Advisor

X manager

hi experts,

i have four servers with the name A,B,C,D but different ip address. i am getting the graphical console from windows macahine using Xmanager. now my customer wants to migrate C and server D. so i changed the name D as C but both are in different ip. now i am not able to get graphical console. is there any possibility for this. we don't have NIS and DNS servers.
Be an expert
5 REPLIES 5
Yang Qin_1
Honored Contributor

Re: X manager

Hi, can you describe how you connect "graphical console" via xmanager?
What I understand is that HPUX server use a serial port, a modem port or a separate IP (LAN console) to connect to the console. So, no mater how you change the server's IP the setting for console will not be changed.

Yang
Gurumanickam
Frequent Advisor

Re: X manager

Xmanager is the software which is installed in windows machine using that i am getting the graphical display of HP-UX machine.

i didn't change the ip address. i only changed the name of the server.

thanks
Be an expert
Yang Qin_1
Honored Contributor

Re: X manager

I guess you want to connect to HPUX server via kind of x-window. Did you try to use IP instead of name to connect those two servers? Is C server stopped?

Yang
marvik
Regular Advisor

Re: X manager

Hi Guru,

I have a solution if u can use the sudo_wrapper scripts and the sudo_tweak.sh scripts

1.Start Exceed or Reflectin X in the background first
2.Enable X11 forwarding in the putty logging window.
3./usr/local/bin/sudo_x_wrapper.sh
it is a sudo wrapper
4. . /usr/local/bin/sudo_tweak.sh
note there is the dot as the first char!
5. now you can test it by : /usr/openwin/bin/xterm &


Check if this helps u can open the X windows using this
Gurumanickam
Frequent Advisor

Re: X manager

i don't have the above script
Be an expert