1832547 Members
4920 Online
110043 Solutions
New Discussion

How to startup x windows

 
Lawrence Mahan
Frequent Advisor

How to startup x windows

Where do I look to found how to start using X-windows on an HP-9000 system (N4000) for my PC?
I see several reference to needing this for some utilities but no reference as to how to get the interface up and running.

Thank You:
Lawrence M.
8 REPLIES 8
saju_2
Respected Contributor

Re: How to startup x windows

Hi

I think u are talking about the X-terminal software used to connect unix box from windows PC. For this u start the x-windows software and minimize it. Then on unix box type, export DISPLAY=:0.0

Then u start the applicaton from unix box.

Regards
CS
Artyom Voronchihin
Respected Contributor

Re: How to startup x windows

Hello!

Hummingbird Exceed PC X Server is easy to use software to get Unix CDE desktop on PC monitor. See http://connectivity.hummingbird.com/products/nc/exceed/index.html
"Intel inside" is not a label, it's a warning.
Mei Jiao
Respected Contributor

Re: How to startup x windows

Hi Lawrence,

Personally I'm using Reflection X (by WRQ).

Check this out at:
http://www.attachmate.com/en-US/Products/Reflection/PC+X+Server.htm

Thanks and rgds,
Mei Jiao
Adisuria Wangsadinata_1
Honored Contributor

Re: How to startup x windows

Hi,

To get the X-windows/CDE, you need software emulator (eg. hummingbird, reflection). When you would like to run the X-windows from your PC, you need to make sure that 'port 6000' is open on the connection from your PC to HP-UX system.

Check the url below (docID : KBRC00000052) about 'Setting up to run CDE and HP-UX applications with Reflection X' for your reference :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079977618

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
at coetsee_1
Occasional Contributor

Re: How to startup x windows

Make sure the HP-UX box is at the correct (3)run level to start the X SW. Indirect way of checking
ps -ef|grep dtlogin
if not - man dtlogin is a good starting point
Then from PC with X emulation SW and try to connect with XDCMP DIRECT or BROADCAST. Previous response have define the rules of network path

At
Arunvijai_4
Honored Contributor

Re: How to startup x windows

Check out X-Manager, its very good PC utility,
http://www.netsarang.com/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Leon Allen
Regular Advisor

Re: How to startup x windows

Having set up the DISPLAY environment variable on the unix box to point to my PC, My start -> run -> xterm shortcut on my PC looks like this:

C:\WIN32APP\XCURSION\x86\launch.exe -Xapp -t TCPIP -m rexec cis1 -l root -pwd !pT8Ij$3ekP9q00NX xterm -ls

Ie it logs me in, and the '-ls' runs my .profile, so with 1 click - I'm ready to work in my xterm envoronment.

Time's fun when your having flys (ancient frog saying)
Muthukumar_5
Honored Contributor

Re: How to startup x windows

Is X-windows server dtlogin running in hp machine. Check it as,

# ps -ef | grep dtlogin
Else start as,

# /sbin/init.d/dtlogin.rc start

Use client side X-windows client like Xmanage and start with it's hostname / ipaddress. If you are executing applications from server and wanting that to be viewed in client side then,

# export DISPLAY=:0.0

Start that application in server and passive mode of client application in client. You can work now.

hth.
Easy to suggest when don't know about the problem!