March 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Categories

March 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  

VNC Server Configuration Redhat and Centos

2. Install package #yum install –y tigervnc-server.x86_64 0:1.0.90-0.15.20110314svn4359.el6 3. Edit vncservers file: # vim /etc/sysconfig/vncservers Uncomment the two lines below and edit it with your own username: VNCSERVERS=”2:myusername” VNCSERVERARGS[2]=”-geometry 800×600 -nolistentcp -nohttpd -localhost” Example: VNCSERVERS=”2:root” VNCSERVERARGS[2]=”-geometry 1024×768? 4. Configuring Desktop Environment if needed: # /root/.vnc/xstartup 5. Set the password for vncserver user: # vncpasswd Password: […]

Restarting servers in cluster

You can restart all the servers in a cluster through WAS Admin COnsole by selecting the server and clicking on ripple star

 

Yourr you can execute the following wasadmin command

AdminControl.invoke(‘WebSphere:name=<clustername>,process=dmgr,platform=common,node=dmgrCellManager01,version=6.1.0.25,type=Cluster,mbeanIdentifier=cluster1,cell=dmgrCell01,spec=1.0’, ‘rippleStart’)