Cisco Cisco StadiumVision Director Guida All'Installazione

Pagina di 37
 
 
 
© 2011 Cisco Systems, Inc. All rights reserved.
   
  Page 23 of 37 
 
Important! When logging in for the first time using the temp SNE TAC 
shell account, you need to log out and log back in before using the temp 
account to perform an upgrade. Failure to do so may cause the upgrade to 
fail. 
t.  Create a folder in your Linux home directory called sv-2.3. 
mkdir ~/sv-2.3 
u.  Copy the ZIP file and md5sum files to this directory. 
v.  Calculate the checksum of the zip file and compare it to the md5 checksum file.  
md5sum *.zip 
cat *.md5sum 
Compare the two output strings and make sure they match. 
w.  Unzip the files. The archive contains several rpm files. The syntax for unzipping 
the zip fi
le with RPMs is „unzip *.zip‟. 
x.  In your StadiumVision Director Linux window, stop the StadiumVision 
processes.  
sudo service tomcat stop 
sudo service liferay stop 
ps -ef | grep java 
The last step shows any running java processes. None should be running after 
you stop Tomcat and Liferay. 
y.  Remove any software packages that are either obsolete or that may cause  
installation conflicts in Release 2.3:  
  Remove sv menu directories: 
sudo rm -rf /opt/liferay-portal-5.2.3/tomcat-
6.0.18/webapps/sv_menu 
sudo rm -rf /opt/liferay-portal-5.2.3/tomcat 
6.0.18/work/Catalina/localhost/sv_menu 
  Remove old v2.2 components. These components will cause conflicts if not 
removed: 
sudo rpm -e --nodeps sv-config sv sv-menu sv-vdm sv-iapps 
sv-db sv-content sv-scripts aim 
 
 
If the rpm command displays an error concerning package(s) not installed, 
remove those packages from the command above and re-run the 
command.  For example if the rpm command says package AIM is not 
installed then remove AIM from the line and re-run the command.  
z.  Perform the upgrade using rpm and yum commands: