Operating System - HP-UX
1752666 Members
5629 Online
108788 Solutions
New Discussion юеВ

Re: How to connect HPUX CDE (GUI - mode)

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

Re: How to connect HPUX CDE (GUI - mode)

Hi James,

I have downloaded xming and installed in window xp.

Now i am seeing two icons "Xlanuch" and "Xmin" in desktop.

I tried lot of ways to connect GUI of HPUX server, but not succeded.

So please explain the steps to connect the GUI of HPUX server.




Sunny123_1
Esteemed Contributor

Re: How to connect HPUX CDE (GUI - mode)

Hi

If you installed Xmanager.Then you will see xmanager icon on the desktop.In this You will find Xbrowser.

Regards
Sunny
Sunny123_1
Esteemed Contributor
Solution

Re: How to connect HPUX CDE (GUI - mode)

Hi

You must know the IP adress of the machine PC in which you are working.

1- start you X-server
2- telnet to the unix server
3- login and password
4- execute the following command, different with regards to the login shell.

you can check your shell with

echo $SHELL


((if using ksh or sh))

export DISPLAY=YOURIP:0.0

((if using csh))

setenv DISPLAY YUORIP:0.0

5- execute the command

xterm



Regards
Sunny
V. Nyga
Honored Contributor

Re: How to connect HPUX CDE (GUI - mode)

Hi,

have you checked for CDE?

Do you have a graphics card installed?

-> 'graphinfo|head' will show it.

Volkmar
*** Say 'Thanks' with Kudos ***
Mel Burslan
Honored Contributor

Re: How to connect HPUX CDE (GUI - mode)

Senthil,

In order to connect to your system via xmanager of some sort, using CDE (or god forbid VUE) your server will need to broadcast something called XDMCP. Since I do not use this method of login for a long time, I totally forgot what processes need to run on the HPUX server side to make this happen, but I am sure someone will tell you in a moment or two.

More importantly, since this is a braodcast traffic, most network administrators, balk at letting it through their firewalls, and if your server and your workstation are not on the same network, i.e. there are routers and firewalls in between, you may not be able to get the broadcast even if it is running.

In my opinion, CDE is nothing more than eye-candy. The functionality it provides you is nothing different than using an MS Windows interface compared to MS-DOS. So, having said that, I am assuming your dba is asking you to enable this so that they can run their oracle installer in graphic mode or something ? Is that right ? If it is right, please consider using ssh tunneling for X-windows traffic. Just search for ssh tunneling in the forums and you will find a ton of answered questions.

Hope this helps.
________________________________
UNIX because I majored in cryptology...
senthil_kumar_1
Super Advisor

Re: How to connect HPUX CDE (GUI - mode)

Hi Nyga,

I have downloaded and installed trial version of "X-Win32".

Now i am able to connect some of HPUX server through XDMCP query.

But i am not able to connect some of HPUX servers.

How to sovle this.
V. Nyga
Honored Contributor

Re: How to connect HPUX CDE (GUI - mode)

Hi senthil,

do you get any error messages?
Could it be - like mentioned above - that these servers are in another network?
Or is it a particular os?

V.
*** Say 'Thanks' with Kudos ***
Sunny123_1
Esteemed Contributor

Re: How to connect HPUX CDE (GUI - mode)

Hi

Check that CDE is insttalled or not in that servers.Or refer Nyga's reply.


Regards
Sunny
senthil_kumar_1
Super Advisor

Re: How to connect HPUX CDE (GUI - mode)

Hi All,

I am having three HPUX 11.00 server.

Of that, i am able to connect XDMCP in one server but not in other two servers.

I checked if CDE software is installed?

1)Successfull server:

root@ad002060:/home/opsmgr > swlist -l product | grep -i cde
CDE B.11.00 HP-UX CDE User Interface
PHSS_13409 1.0 CDE Loc Action/Res Dec97 Cumulative Patch
PHSS_16482 1.0 CDE Localization for UTF8 locales
PHSS_20140 1.0 CDE Runtime OCT99 Cumulative Patch
PHSS_20145 1.0 CDE Msg Cat OCT99 Cumulative Patch
PHSS_25194 1.0 CDE Runtime OCT2001 Periodic Patch
PHSS_25199 1.0 CDE Msg Cat OCT2001 Periodic Patch


2)Not successfull server - 1:

root@lgapps:/arch_logs > swlist -l product | grep -i cde
CDE B.11.00 HP-UX CDE User Interface
CDEDevKit B.11.00.01 CDE Developer Kit
PHSS_16482 1.0 CDE Localization for UTF8 locales
PHSS_25194 1.0 CDE Runtime OCT2001 Periodic Patch
PHSS_25199 1.0 CDE Msg Cat OCT2001 Periodic Patch
PHSS_25787 1.0 CDE Runtime DEC2001 Periodic Patch


3)Not successfull server 2:

root@aa128116:/root > swlist -l product | grep -i cde
CDE B.11.00 HP-UX CDE User Interface
CDEDevKit B.11.00.01 CDE Developer Kit
PHSS_13409 1.0 CDE Loc Action/Res Dec97 Cumulative Patch
PHSS_16482 1.0 CDE Localization for UTF8 locales
PHSS_20863 1.0 CDE Msg Cat MAR2000 Periodic Patch
PHSS_20864 1.0 CDE Runtime MAR2000 Periodic Patch
PHSS_26495 1.0 CDE Msg Cat Periodic Patch
PHSS_27427 1.0 CDE Runtime Patch
PHSS_30010 1.0 CDE Runtime Patch


How to solve this problem.
Mel Burslan
Honored Contributor

Re: How to connect HPUX CDE (GUI - mode)

from your windows workstation, please open a DOS command promp and run

ipconfig /all

on the successful server and unsuccessful servers, run these commands:

netstat -in
netstat -rnv

and post the output here from all of them, separated in a way that we can understand. your traffic might be getting blocked by your network settings
________________________________
UNIX because I majored in cryptology...