- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE start desktop
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
05-12-2005 06:08 AM
05-12-2005 06:08 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 06:35 AM
05-12-2005 06:35 AM
Re: CDE start desktop
DISPLAY=192.168.0.15:0.0
export DISPLAY
Use the actual IP address of the PC.
ipconfig to get it.
You need to create a folder called /home/root because the CDE or X client is configured to create temporary files there.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 07:47 PM
05-12-2005 07:47 PM
Re: CDE start desktop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 09:36 PM
05-12-2005 09:36 PM
Re: CDE start desktop
/usr/bin/X11/hpterm -display $DISPLAY -e /usr/dt/bin/dtsession
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:46 PM
05-18-2005 07:46 PM
Re: CDE start desktop
May I recommend for you to try using RealVNC? RealVNC is free and survives every PC reboot! All you need to do is get a VNC server running on your HP-UX system and then you can access this VNC server using a VNC client running "anywhere". My VNC server has been running uninterrupted and flawlessly for almost four months now! I've been using it Monday-Friday for about six hours a day, memory is currently at 170MB, which is very good, considering that it has been running for almost four months already.
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 01:33 AM
05-22-2005 01:33 AM
Re: CDE start desktop
The initial command line is:
/usr/bin/X11/hpterm -fn 6x13 -sb -ls -display %IP#% -name %T% &
can you try this? (adapted to your Kea!X)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:34 AM
05-25-2005 04:34 AM
Re: CDE start desktop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 08:37 PM
05-26-2005 08:37 PM
Re: CDE start desktop
1. Well, I don't get money for recommending RealVNC so that's not a problem. Since you want a solution just for the record I'll be more precise how you can make VNC work for you:
1.1. Make sure you have this line in /etc/rc.config.d/xfs: "RUN_X_FONT_SERVER=1"
1.2. Here is how I start my VNC server on HP-UX:
(Xvnc :1 -ac -query localhost -geometry 1600x1200 -depth 24 -fp tcp/myhpuxsystem:7000 -rfbauth ~/.vnc/passwd&)
1.3. To start CDE in your VNC server:
1.3.1. export DISPLAY=myhpuxsystem:1
1.3.2. /sbin/init.d/dtlogin.rc start
1.3.3. The important point is if you want CDE, your dtlogin process must be running. File /etc/rc.config.d/desktop must have the line "DESKTOP=CDE" in it. On my system I use Gnome, so I have DESKTOP=GNOME. If you want to use Gnome I can you some more tips on that. The -query option to Xvnc will query the dtlogin (or Gnome gdm) to display the desktop for you.
2. Reflection X: assuming your dtlogin process is running (see above) you can use the XDMCP method to get access to your CDE desktop from your PC. I wouldn't try getting to CDE from an hpterm. Reflection X knows XDMCP out of the box.
Let us know how you get on, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 09:50 AM
11-14-2005 09:50 AM