export DISPLAY vpn session

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

export DISPLAY vpn session

Roshan
Hi,

whenever I launch runistaller from Oracle Database installation folder, I need to specify

export DISPLAY=<IP of local machine>:0

The issue is I have connected using VPN forticlient. Can you please suggest how I can specify the IP for display?
runinstaller.PNG

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: export DISPLAY vpn session

ErmanArslansOracleBlog
Administrator
You need to export the DISPLAY to the machine where your X session is running.
For ex: if you connect to a vncserver which is running on your db server, then you need to set the db server ip as the DISPLAY.
The port is also set with the same logic. You should use the port that your vncserver is running.
For instance; if you connect to the 2th port of vncserver that is running on the database server, then you set your display to database_serveR_ip:2.

So, the logic is to set the DISPLAY to the machine, on which your X server (it may be vncserver or a similar thing) is running.
Reply | Threaded
Open this post in threaded view
|

Re: export DISPLAY vpn session

Roshan
Thanks :)