Enable Remote Display
To ensure that your client can display the installation windows, you must enable remote display control for Oracle Real Application Clusters (Oracle RAC) on the container environment.
In this example, we enable remote display from the client to the container host, and log in as the Grid user. Check to see if the environment variable DISPLAY is automatically set up by X11 forwarding:
$ echo $DISPLAY
display_computer is your container host,
and port is the port where you want to open the
display:$ export DISPLAY=display_computer:port
For details about how to set up remote display in the container host, see:
-
From the client machine, start
xhost(in our caseuser-client-1):# hostname # xhost + 10.0.20.150Note:
10.0.20.150is the IP address of the first Oracle RAC container (racnode1). This IP address is reachable from our client machine. -
From the client, use SSH to log in to the Oracle RAC Container (
racnode1) as thegriduser:# ssh -X grid@10.0.20.150 -
When prompted for a password, provide the
griduser password, and then export the display inside theracnode1container to the client, wheredisplay_computeris the client system, andportis the port for the display:$ export DISPLAY=display_computer:portNote:
You can only use the private IP address of the client as the export target forDISPLAY.
Parent topic: Configure Remote Display for Installation