Cisco Cisco StadiumVision Director Manuale Di Manutenzione

Pagina di 6
 
 
© 2011 Cisco Systems, Inc. All rights reserved.   
 
Page 4 of 6 
Promoting the Secondary StadiumVision 
Director Server 
To promote the secondary server, make sure there is a good backup on the 
secondary server. Refer to the Backing Up and and Restoring StadiumVision 
Director Guide
 for procedures. 
1.  After you have ensured there is a good backup on the secondary server, start 
the StadiumVision Director services on the secondary.  Log into the server via 
an ssh client and enter the following commands. 
sudo service mysql start 
sudo service liferay start 
sudo service svd start 
sudo service httpd start 
2.  After the services are started, enter the following commands so that in case of a 
reboot, the services startup automatically 
sudo 
/
sbin
/
chkconfig httpd on 
sudo 
/
sbin
/
chkconfig liferay on 
sudo 
/
sbin
/
chkconfig mysql on 
sudo 
/
sbin
/
chkconfig svd
-
aim on 
sudo 
/
sbin
/
chkconfig svd
-
config on 
sudo 
/
sbin
/
chkconfig svd
-
control on 
sudo 
/
sbin
/
chkconfig svd
-
hornetq on 
sudo 
/
sbin
/
chkconfig svd
-
monitor on 
3.  At this point, start the restore process listed in the Backing Up and Restoring 
StadiumVision Director guide. 
4.  After the restore is complete, shutdown the primary server.  Login into the 
primary server via an ssh client and enter the following commands.  This will 
prevent the services from starting up in case of a reboot of the primary server. 
sudo 
/
sbin
/
chkconfig httpd off 
sudo 
/
sbin
/
chkconfig liferay off 
sudo 
/
sbin
/
chkconfig mysql off 
sudo 
/
sbin
/
chkconfig svd
-
aim off 
sudo 
/
sbin
/
chkconfig svd
-
config off 
sudo 
/
sbin
/
chkconfig svd
-
control off 
sudo 
/
sbin
/
chkconfig svd
-
hornetq off 
sudo 
/
sbin
/
chkconfig svd
-
monitor off 
5.  After stopping the services, shutdown the primary server.  To do this, issue the 
following command. 
sudo shutdown 
-
h now