Cisco Cisco StadiumVision Mobile Streamer Release Notes

Page of 46
 
 
© 2011 Cisco Systems, Inc. All rights reserved.  
16 of 26 
 
9.  Verify that the script changed the value of max_connections to 2000. 
[manufac@nbrunsga-svd ~]$ cat /etc/my.cnf 
[mysqld] 
 
  lower_case_table_names=1 
       set-variable=max_connections=2000 
10.  Reboot the servers: 
sudo reboot 
Installing Service Pack 2 for Cisco StadiumVision Director 
Release 2.3 
Before installing SP2, be sure that you have read the information in the 
 section of this document. 
 
NOTES   
 
Be sure that you have installed SP1 before installing SP2. 
 
The installation procedure for SP2 varies slightly from SP1. 
 
To install SP2 for Cisco StadiumVision Director Release 2.3, perform the following steps: 
1.  Download either the 32-bit or the 64-bit SP2 files from Cisco.com and upload  them to your 
Cisco StadiumVision Director server.  
 for information about the SP release history and files. 
2.  Create a directory on the Cisco StadiumVision Director server for the SP2 files: 
mkdir ~/SP2 
cd ~/SP2 
3.  Copy the SP2 image and MD5 checksum files to this directory. 
4.  Open an SSH session to your Cisco StadiumVision Director server, using the “snetac” temporary 
account. 
See the 
 for information about the SNE TAC 
account authentication and login. 
5.  Verify the integrity of the zip file by calculating the MD5 checksum on the SP2 image package, 
and compare that value to the value in the MD5 checksum file using the commands shown in the 
example. The output values should match. 
md5sum SV-DIRECTOR-SP2-2.3.0-78.i386.zip 
 
cat SV-DIRECTOR-SP2-2.3.0-78.i386.zip.md5sum 
6.  Unzip the SP2 file: 
unzip SV-DIRECTOR-SP2-2.3.0-78-i386.zip 
7.  Execute the script: 
sudo ./SV-DIRECTOR-SP2-2.3.0-78.i386.sh 
8.  Reboot the servers: 
sudo reboot