Cisco Cisco 3310 Mobility Services Engine Release Notes

Page of 32
7
Release Notes for Cisco Mobility Services Engine, Release 8.0.120.0
  Upgrading Cisco MSE
To download a software listed in the Cisco PI directory, click the Select from uploaded images to 
transfer into the Server 
radio button and choose a binary image from the drop-down list.
Cisco PI downloads the binary image to the FTP server directory you specified during the Cisco PI 
installation.
To download a software that is available locally or over the network, select the Browse a new 
software image to transfer into the Server
 radio button and then click Choose File. After locating 
the file, click Open.
Step 7
Click Download to send the software to the /opt/installers folder on the Cisco MSE.
Step 8
When using Cisco PI to transfer the image to Cisco MSE, the file will be decompressed, and the .gz will 
be removed from the filename. Verify that the Cisco MSE image file 
(CISCO-MSE-L-K9-8-0-120-0-64bit.bin.tar) is in the Cisco MSE /opt/installers directory.
Note
When copying the image file directly to the Cisco MSE, without using Cisco PI, the filename on Cisco 
MSE will remain unchanged as CISCO-MSE-L-K9-8-0-120-0-64bit.bin.tar.gz.
Step 9
Go to the to the /opt/installers directory using the cd /opt/installers command.
Step 10
To unpack the installation files, run the following command:
tar xvf ./CISCO-MSE-L-K9-8-0-120-0-64bit.bin.tar
This unpack action yields the following files. These files must be in the same directory when running 
the installer. The installation process uses the MSE_PUB.pem and signhash.bin to validate the integrity 
of the Cisco MSE image.
Cisco-MSE-L-K9-8-0-120-0-64bit.bin
MSE_PUB.pem
signhash.bin
Database_Installer.11.2.0.4.tar.gz
Note
If the Cisco MSE image file was transfered directly to the Cisco MSE and not downloaded using Cisco 
PI, then the following command should be used to decompress and unpack the installer files: 
tar zxvf ../CISCO-MSE-L-K9-8-0-120-0.bin.tar.gz
Note
Do not untar or gunzip the database package.
Step 11
Change permissions of the files using the following commands:
chown nobody:nobody  ./CISCO-MSE-L-K9-8-0-120-0-64bit.bin ./MSE_PUB.pem ./signhash.bin 
./Database_Installer.11.2.0.4.tar.gz
Note
A space must be provided between the filenames in the chown command above.
Step 12
Make sure that the CISCO-MSE-L-K9-8-0-120-0-64bit.bin file has execute permissions for the root 
user. If not, enter the following command: 
chmod +x CISCO-MSE-L-K9-8-0-120-0-64bit.bin
Step 13
Manually stop the MSE service:
/etc/init.d/msed stop or service msed stop
Step 14
To install the new Cisco MSE image, enter the following command: