cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
499
Views
5
Helpful
2
Replies

Install Guide for the Patch CSCur04820 (Bash Vulnerability)

Igor Lukic
Spotlight
Spotlight

Dear Community,

 

is there a documentation for the installation of patch CSCur04820 on Prime Collaboration Assurance 10.5.1? In the software downloads sections, there is no readme file provided.

 

Your answers are greatly appreciated.

 

Best regards

Igor

1 Accepted Solution

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee
Procedure to upgrade Bash Shell rpm

1) SSH to PCA Server and goto /tmp directory
	(ssh -p 26 root@<PCA IPAddress>)
2) Download the attached bash-3.2-33.el5_11.4.x86_64.rpm file to /tmp directory in Prime Collaboration Assurance(PCA) server.
3) Run "rpm -Uvh bash-3.2-33.el5_11.4.x86_64.rpm" to upgrade the Bash shell
4) Goto /opt/emms/emsam directory
    (cd /opt/emms/emsam)
5) Run "bin/cpcmcontrol.sh stop" to stop Prime Collaboration Processes.
6) Run "reboot" command to reboot the VM.
7) Once VM is rebooted and all the Processes are UP, you can continue to use the Server.

You can run this command before and after to make sure it got installed:

rpm -qa | grep bash
HTH

java

if this helps, please rate

View solution in original post

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee
Procedure to upgrade Bash Shell rpm

1) SSH to PCA Server and goto /tmp directory
	(ssh -p 26 root@<PCA IPAddress>)
2) Download the attached bash-3.2-33.el5_11.4.x86_64.rpm file to /tmp directory in Prime Collaboration Assurance(PCA) server.
3) Run "rpm -Uvh bash-3.2-33.el5_11.4.x86_64.rpm" to upgrade the Bash shell
4) Goto /opt/emms/emsam directory
    (cd /opt/emms/emsam)
5) Run "bin/cpcmcontrol.sh stop" to stop Prime Collaboration Processes.
6) Run "reboot" command to reboot the VM.
7) Once VM is rebooted and all the Processes are UP, you can continue to use the Server.

You can run this command before and after to make sure it got installed:

rpm -qa | grep bash
HTH

java

if this helps, please rate

Hi Jaime,

thanks for the information provided. :)

Best regards

Igor