- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VNC installation on HP-UX 11i v2
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-15-2007 07:24 PM
05-15-2007 07:24 PM
VNC installation on HP-UX 11i v2
I'm having difficulty setting up VNC.
When i start the vncserver and try to connect to the system, it shows a solid grey screen.
However, when i type 'xclock', the screen does show the clock.
Can someone point me in the right direction or document?
Thanks.. much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2007 08:42 PM
05-15-2007 08:42 PM
Re: VNC installation on HP-UX 11i v2
To get a normal user interface
cd to the .vnc directory
vi the xstartup script
There are two lines that are commented but you must uncomment to get a normal gnome/cde environment.
Comment them, kill and restart the vncserver process and try again.
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-15-2007 08:57 PM
05-15-2007 08:57 PM
Re: VNC installation on HP-UX 11i v2
It seems that you have a default ~/.vnc/xstartup file.
Can you try to modify it with the following:
#!/usr/bin/sh
export USER=$LOGNAME
/usr/dt/bin/Xsession &
This will launch a standard CDE session. With this you will have the standard CDE font path, color palettes, window manager, etc.
let us know if this works fine for you.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 02:36 AM
05-16-2007 02:36 AM
Re: VNC installation on HP-UX 11i v2
there is still an error in the log.
-----------------------
_XSERVTransmkdir: Owner of /usr/spool/sockets/X11 should be set to root
Xvnc Free Edition 4.1.2 - built May 12 2006 18:16:06
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 0, unknown
Wed May 16 22:28:43 2007
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5913
vncext: Listening for HTTP connections on port 5813
vncext: created VNC server for screen 0
error opening security policy file /usr/lib/X11/xserver/SecurityPolicy
----------------------
currently the folder (/usr/spool/sockets/X11) is set to bin:bin.
will changing this folder to root solve the problem?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 02:26 PM
05-29-2007 02:26 PM
Re: VNC installation on HP-UX 11i v2
Thanks to all.. Have managed to get it working.
Changed the display to localhost:13.0
and ran xhost +localhost
cheers