Sunday 2 March 2014

vncserver: couldn't find "Xvnc" on your PATH.

When we run command for activating VNC server Service, we had this error messages,
bash-3.2$ vncserver
vncserver: couldn′t find ″Xvnc″ on your PATH.
Vncserver: couldn′t find ″xauth″on your PATH.
That Error is caused Solaris OS doesn’t put X11 and openwin path. Hence, we must insert path of X11 and openwin into PATH Environtment Variables.

Solution :
========
bash-3.2$ PATH=$PATH:/usr/X11/bin:/usr/openwin/bin
bash-3.2$ export PATH

bash-3.2$ vncserver
You will require a password to access your desktops.
Password:
New ′ctsst11:1 (apptest1)′ desktop is ctsst11:1
Creating default startup script /export/home/apptest1/.vnc/xstartup
Starting applications specified in /export/home/apptest1/.vnc/xstartup
Log file is /export/home/apptest1/.vnc/ctsst11:1.log

1 comment: