How to check X Server status???
Testing your X Server configuration:-
The easiest way to test your X Server is to use an X11 based program that comes with the native operating system such as "xclock". In the session where you are trying to start the Oracle java product such as "runInstaller", "dbassist" or "netasst" do the following:
The easiest way to test your X Server is to use an X11 based program that comes with the native operating system such as "xclock". In the session where you are trying to start the Oracle java product such as "runInstaller", "dbassist" or "netasst" do the following:
Sun Solaris:
% /usr/openwin/bin/xclock
HP/UX, Compaq Tru64 and IBM RS6000:
% /usr/bin/X11/xclock
Linux:
% /usr/X11R6/bin/xclock
After executing the "xclock" command a clock should be displayed on your X Server display. If a clock is not displayed
% setenv DISPLAY :0.0
example: setenv DISPLAY 192.168.1.128:0.0
For sh, ksh and bash:
For sh, ksh and bash:
$ DISPLAY=:0.0; export DISPLAY
example: DISPLAY=192.168.1.128:0.0; export DISPLAY
No comments:
Post a Comment