Posts

Showing posts from September 19, 2008

How to enable display on UNIX machines

Sometimes Display doesn't work automatically when you invoke runInstaller or any other executables. Please follow below steps 1) login as root 2) export DISPLAY=remote_desktop_ip:1.0 3) xhost + If the access control is disabled then login as the specified user export DISPLAY=remote_desktop_ip:1.0

How to set DISPLAY ON IBM AIX 5.3

If you are not able to get any display when you execute any executable on IBM AIX command prompt. Please follow below steps :- Execute below command on server side :-- 1) startsrc -s dtsrc (This is to run startx) Output :- startxPlease wait - starting your session 2) Check the  processes of X server :-  ps -ef grep Xroot 3) Now run xinit command:  xinit Check out these things with the server :-- 1)  Set the environment variable DISPLAY export DISPLAY=desktop_ip:1.0; 

How to run RDA (Remote Diagnostic Agent) on Oracle Application Sever 10g

RDA is required to know possibly each and everything related to Oracle environment . This is generally required by ORACLE support to debug the issue logged . This is how you can generate the RDA in your environment . Run the RDA like this: In Unix , go to RDA directory and execute ./rda.sh Also youneed to supply the respective passwords of the environment so keep it handy once the RDA script starts running.