No X11 DISPLAY variable was set [message #689200] |
Thu, 12 October 2023 03:46 |
|
LIPEKA
Messages: 9 Registered: September 2023
|
Junior Member |
|
|
Trying to setup Oracle RAC 19c 2 nodes for practice. But getting this error while trying to run ' /dbi/oracle/V19Grid/gridSetup.sh '
[grid@db1 ~]$ /dbi/oracle/V19Grid/gridSetup.sh
ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
[grid@db1 ~]$ su - root
Password:
Last login: Thu Oct 12 04:08:04 EDT 2023 on pts/0
[root@db1 ~]# sudo yum install xorg-x11-xauth
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
Package 1:xorg-x11-xauth-1.0.9-1.el7.x86_64 already installed and latest version
Nothing to do
[root@db1 ~]#
**Using a laptop RHEL 8.8. Virtualbox has RHEL 7.9 , 2 nodes
|
|
|
|
|
|
Re: No X11 DISPLAY variable was set [message #689206 is a reply to message #689204] |
Thu, 12 October 2023 10:31 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:I am using a regular terminal inside my virtualbox. I've already told you: you have to use a graphical device. If you don't know how to user X-Windows or VNC, you'll need to talk to your sysadmin. Or try a Unix forum.
|
|
|
|
|
|
Re: No X11 DISPLAY variable was set [message #689462 is a reply to message #689209] |
Tue, 09 January 2024 22:21 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
In RHEL from 7 onward, if you had not install GNOME package at the first time Linux installation, you can reinstall it from your repository.
Then, install VNC and configure vncserver on Linux server, whenever done, you can login into Linux's server from VNC client (your laptop, ex)
|
|
|