VNC server configuration on solaris10
1.Login as root
su -
# cd
# bash
2.Add environment variable
# vi .profile
PATH=$PATH:/usr/X11/bin:/usr/openwin/bin
export PATH
# source .profile
3.Create link
# ln -s /usr/openwin/bin/xauth /usr/bin/
# ln -s /usr/X11/bin/Xvnc /usr/bin
4.Create VNC startup script
# vncserver
You will require a password to access your desktops.
Password:
Verify:
New ' servername (root)' desktop is servername:1
Creating default startup script //.vnc/xstartup
Starting applications specified in //.vnc/xstartup
Log file is //.vnc/servername:1.log
5.Access via VNC
VNC Viewer access port:5901
阅读(965) | 评论(0) | 转发(0) |