Configure VNC Server On Solaris Machine - DevOps Learning
Configure VNC Server On Solaris Machine - DevOps Learning
Today I was trying to configure the VNC Server on one of my client machine and then I got
an error:
bash-3.2$ vncserver
bash-3.2$
Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
bash-3.2$
Obviously, it needs the application to be mentioned in the PATH; also you may receive the
similar error as:
vncserver: couldn’t find “Xvnc” on your PATH. (However I didn’t get this in my case)
PATH=$PATH:/usr/X11/bin:/usr/openwin/bin
export PATH
https://getsomeoracle.wordpress.com/2013/08/27/configure-vnc-server-on-solaris-machine/ 1/3
2/10/24, 12:36 AM Configure VNC Server on Solaris Machine – DevOps Learning
bash-3.2$ PATH=$PATH:/usr/X11/bin:/usr/openwin/bin
Now try giving the same command and it will run without any error:
bash-3.2$ vncserver
Password:
Password:
Verify:
bash-3.2$
https://getsomeoracle.wordpress.com/2013/08/27/configure-vnc-server-on-solaris-machine/ 2/3
2/10/24, 12:36 AM Configure VNC Server on Solaris Machine – DevOps Learning
To:
We commented twm session and add gnome session for us to use. Otherwise you will keep
on getting the twm session while using VNC Viewer.
Now simple use VNC Viewer to connect to- mydb:1 and use the password you configured
above and you are done.
https://getsomeoracle.wordpress.com/2013/08/27/configure-vnc-server-on-solaris-machine/ 3/3