1847539 Members
3281 Online
110265 Solutions
New Discussion

VNC Server

 
SOLVED
Go to solution
Ali Imran Abbas
Regular Advisor

VNC Server

Can some one please guide me how to install VNC Server on hpunix.
1 REPLY 1
Khairy
Esteemed Contributor
Solution

Re: VNC Server

hi,

download your vnc for hpux. Install it.

This is how i do in my server hpux 11.11

1) ftp vncbin.tar
2) extract vncbin.tar in /opt
# mkdir /opt/vnc
# mv vncbin.tar /opt/vnc

3) Create hidden vnc directory in /
# cd /
# mkdir .vnc
# cd .vnc ; touch passwd

4) Create vnc passwd
# cd /opt/vnc
# ./vncpasswd

5) Edit your current PATH to include /opt/vnc
# cd /etc
# mv PATH PATH.orig
# vi PATH

6) Log out and log in back
# exit

7) Check path
# echo $PATH

8) Run Vnc server
# /opt/vnc/vncserver

This output will appear.

New 'X' desktop is rpc2470:1

Starting applications specified in //.vnc/xstartup
Log file is //.vnc/rpc2470:1.log


9) and now at your PC. run vnc client and enter your server IP and session. In this case, the :1 is session 1

192.x.x.x:1

Enter the password your set in step 4.

Thats it.

Don't forget to assign points please....