- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to startup x windows
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 11:14 AM
10-11-2005 11:14 AM
How to startup x windows
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 12:10 PM
10-11-2005 12:10 PM
Re: How to startup x windows
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=
Then u start the applicaton from unix box.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 05:29 PM
10-11-2005 05:29 PM
Re: How to startup x windows
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 06:50 PM
10-11-2005 06:50 PM
Re: How to startup x windows
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 06:59 PM
10-11-2005 06:59 PM
Re: How to startup x windows
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 07:35 PM
10-11-2005 07:35 PM
Re: How to startup x windows
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 11:34 PM
10-11-2005 11:34 PM
Re: How to startup x windows
http://www.netsarang.com/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 01:46 PM
10-13-2005 01:46 PM
Re: How to startup x windows
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:58 PM
10-13-2005 06:58 PM
Re: How to startup x windows
# 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=
Start that application in server and passive mode of client application in client. You can work now.
hth.