Enable Remote Display
To ensure that your client can display the installation windows, you must enable remote display control of your Oracle Real Application Clusters (Oracle RAC) on the container environment.
-
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