VNC server configuration is pretty straight forward in redhat. Here are the steps that you should complete in order to run a functional VNC server in a few minutes.
Our test user is : mert
1) Adjust /etc/sysconfig/vncservers config file as below:
VNCSERVERS=”2:mert”
2) Login to mert account and set vncpassword
[root@rh54-3 sysconfig]# su – mert
[mert@rh54-3 ~]$ vncpasswd
Password:
Verify:
[mert@rh54-3 ~]$
3) Start [...]