Cisco Cisco MXE 3500 (Media Experience Engine) Notas de publicación

Descargar
Página de 12
 
9
Release Notes for Cisco MXE 3500 Release 3.3.2 on the Cisco MXE 3500 V3 Appliance
OL-27423-01
  Patches and Fixes
Note
In a clustered deployment, install the patch on only the RM.
Step 1
Download analyticsMemoryIssue.tar.gz from 
 
Media Experience Engine Patches > 3.3.X 
Step 2
Save the file to a Unix server that the Cisco MXE 3500 can access.
Step 3
SSH to mxe_IP_address, log in as admin, and select System Command Prompt from the 
Cisco MXE Appliance Configuration Menu. The command prompt displays.
Step 4
Enter cd /tmp to change directory.
Step 5
Copy the patch by entering scp ip_address: path where ip_address: path is the IP address of the machine 
and directory path to the patch that you downloaded. You should now see the file 
analyticsMemoryIssue.tar.gz in the /tmp folder.
Step 6
Enter tar -xvzf analyticsMemoryIssue.tar.gz to untar the file. You should see an analyticsMemoryIssue 
folder in the /tmp folder.
Step 7
Enter cd analyticsMemoryIssue to change directory.
Step 8
Enter these commands to stop the following services: 
/sbin/service mtagger stop
Stopping MediaTagger Service (mtagger):                    [  OK  ]
/sbin/service ssrdb stop
Stopping SpeakerId Repository DB Service (ssrdb):          [  OK  ]
Step 9
Enter these commands to copy the patch files to the following directories: 
cp target/bin/* /opt/cisco/csalt/ssr/bin/
cp: overwrite `/opt/cisco/csalt/ssr/bin/SSRCollect'? y
cp: overwrite `/opt/cisco/csalt/ssr/bin/SSRCollect_filebased'? y
cp: overwrite `/opt/cisco/csalt/ssr/bin/SSRConnect'? y
cp target/lib/* /opt/cisco/csalt/ssr/lib/
cp target/lib/* /opt/system/netsensor/lib
Step 10
Enter these commands commands to restart following services: 
/sbin/service ssrdb start
Starting SpeakerId Repository DB Service (ssrdb):          [  OK  ]
/sbin/service mtagger start
Starting MediaTagger Service (mtagger):                    [  OK  ]
Step 11
Exit command shell and SSH session.