Install VNC on linux Remote Install Oracle

Source: Internet
Author: User
Tags http request firewall

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... 200 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 will 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
.....

VNC requires a JRE runtime environment in the customer segment and, if it is not installed, can be downloaded at the following address:

http://java.sun.com/javase/downloads/index.jsp

Remote installation of Oracle via VNC is a very good choice.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.