vncserver: couldn't find "xauth" on your PATH. - Solaris

Issue:

Trying to start the vncserver.

-bash-3.2$ vncserver
vncserver: couldn't find "xauth" on your PATH.

Solution  :

Run or Add the below env variable in .profile

PATH=$PATH:/usr/X11/bin:/usr/openwin/bin
export PATH

or if you using oracle .profile add the below line as PATH env variable.

PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:/usr/X11/bin:/usr/openwin/bin:$PATH; export PATH



Comments

Popular posts from this blog

Bare Metal Restore Procedure for Compute Nodes on an Exadata Environment

Supercluster App Domain RAC setup not able to start after ZFS storage rebooted.