Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2074781.1
Update Date:2015-11-30
Keywords:

Solution Type  Problem Resolution Sure

Solution  2074781.1 :   ODAVP: VNC Connect to Guest VM Is Refused  


Related Items
  • Oracle Database Appliance
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>Oracle Database Appliance>DB: ODA_EST
  •  


When tried to connect to Guest VM through VNC, the connect cannot establish which showing refusing.

Created from <SR 3-11494882861>

Applies to:

Oracle Database Appliance - Version All Versions to All Versions [Release All Releases]
Information in this document applies to any platform.

Symptoms

Cannot connect to ODA Guest VM through VNC on the port from dom0.

Cause

 xm list -l|grep location
           (location 127.0.0.1:5901)
           (location 2)
           (location 0.0.0.0:5900)
           (location 18)

-- the related VM is only listening on the local host: 127.0.0.1:5901 and will refuse all the access requests from other clients.

Solution

On Dom0, edit the VM's vm.cfg file by adding line "vnclisten=0.0.0.0" - this will allow connection from any client:

Before:   "vfb = ['type=vnc']"

After:   "vfb = ['type=vnc,vncunused=1,vnclisten=0.0.0.0']"

Then restart the VM to have the change take effect.


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback