Previously wrote a: Install VNC under Solaris Remote Installation Oracle, a friend said there is a problem with Linux installation. It happened today, installed on Linux (some Linux versions default to both installations).
First download from the Internet:
[oracle@jumper]$ wget http://www.realvnc.com/dist/vnc-4.0-x86_linux.tar.gz --10:34:32--http://www.realvnc.com/dist/vnc-4.0-x86_linux.tar.gz => ' vnc-4.0-x86_linux.tar.gz ' Resolving www.realvnc.com ... done. Connecting to www.realvnc.com[83.170.68.194]:80 ... Connected. HTTP request sent, awaiting response ... OK length:1,625,390 [Application/x-gzip] 100%[==============================>] 1,625,390 52.67k/s ETA 00:00 10:35:04 (52.67 kb/s)-' vnc-4.0-x86_linux.tar.gz ' saved [1625390/1625390] |
found that the 4.0 version is more convenient to install, after decompression according to the Readme document operation can:
[Root@xcorder]# TAR-XVF Vnc-4.0-x86_linux.tar vnc-4.0-x86_linux/ Vnc-4.0-x86_linux/vncinstall Vnc-4.0-x86_linux/xvnc Vnc-4.0-x86_linux/vncviewer Vnc-4.0-x86_linux/vncserver ..... Vnc-4.0-x86_linux/java/vncviewer.jar [Root@xcorder]# CD Vnc-4.0-x86_linux [Root@xcorder]#./vncinstall/usr/local/bin Can ' t install manual pages To/usr/local/man/man1 Copying Xvnc To/usr/local/bin Copying Vncviewer To/usr/local/bin Copying vncpasswd To/usr/local/bin Copying Vncconfig To/usr/local/bin Copying Vncserver To/usr/local/bin Copying X0vncserver To/usr/local/bin [Root@xcorder]# mkdir-p/usr/local/vnc/classes [Root@xcorder]# CP java/*/usr/local/vnc/classes
|
You can start vncserver at this point:
[Root@xcorder]# Vncserver You'll require a password to access your desktops. Password: Verify: Xauth:creating new Authority file/root/. Xauthority New ' Xcorder.sky.cn:1 (root) ' Desktop is Xcorder.sky.cn:1 Creating default startup Script/root/.vnc/xstartup Starting applications specified In/root/.vnc/xstartup Log file Is/root/.vnc/xcorder.sky.cn:1.log
|
If there is a firewall, you also need to open the firewall, and then you can access vncserver through the browser on port 5801.
You can confirm that the port has started normally by using the following command:
[Root@xcorder]# Netstat-an|grep 01 TCP 0 0 0.0.0.0:5801 0.0.0.0:* LISTEN TCP 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN TCP 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN ..... |
Remote installation of Oracle via VNC is a very good choice.