Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CM 5.2.1 bash/shellshock

Status
Not open for further replies.

bpitt

Technical User
Jan 19, 2011
25
0
0
US
In thread thread690-1745537, it was asked how to load the shellshock remediation onto CM 5.2.1. One answer said that you can use the web interface, the next response said to use the linux command line. Which way can you do it? Can you go either way? Just needed some clarification.
Thanks.
 
You can follow either process , personally in your case i would recommend the web interface as the CLI can be strange if you are not familiar with it.

APSS (SME)
ACSS (SME)
ACIS (UC)
 
either way should work

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Code:
Use ftp, sftp, scp to get patchfile 02.1.016.4-21907.tar.gz onto server /var/home/ftp/pub directory

dadmin@main-8730a> update_unpack

The following update files were found ...
Please select which one you want to unpack:
1) 02.1.016.4-18433.tar.gz
2) 02.1.016.4-21907.tar.gz
#? 2
unpacking file 02.1.016.4-21907.tar.gz
updates/02.1.016.4-21907/
updates/02.1.016.4-21907/ppconf
updates/02.1.016.4-21907/update_files.dat
updates/02.1.016.4-21907/bash-3.0-19.2.AV2.i386.rpm
updates/02.1.016.4-21907/bash-3.0-27.el4.4.AV1.i386.rpm
updates/02.1.016.4-21907/activate_script
updates/02.1.016.4-21907/deactivate_script
updates/02.1.016.4-21907/patchit
updates/02.1.016.4-21907/unpatchit
updates/02.1.016.4-21907/rpm_install
updates/02.1.016.4-21907/rpm_uninstall
updates/02.1.016.4-21907/unpack_script
updates/02.1.016.4-21907/README
updates/02.1.016.4-21907/.nfs000000000109c80900000008
completed successfully.
02.1.016.4-21907.tar.gz unpacked successfully.

memory_only:            no
overwrite_updates:      yes
update_kind:            CM
update_type:            hot
update_id:              21907
release:                02.1.016.4
reason:                 fix for shellshock bug

dadmin@main-8730a> update_activate 02.1.016.4-21907
        Busying out the server
This server is now Out of Service
Setting up links for bash-3.0-19.2.AV2.i386.rpm.
Setting up links for bash-3.0-27.el4.4.AV1.i386.rpm.
Installing security rpms...
Installing rpm file bash-3.0-27.el4.4.AV1.i386.rpm, this will install over exist
ing rpm bash-3.0-19.2.AV2.i386.rpm
Installing platform rpms...
job 4 at 2015-06-23 18:38
Service requests will be performed in 1 minute(s).

Successfully installed rpms in 02.1.016.4-21907!
        Releasing the server into service
This server is now RELEASED into Service

Successfully Activated 02.1.016.4-21907!
02.1.016.4-21907 completed: Success
dadmin@main-8730a> update_show
Update ID                       Status       Type    Update description
------------------------------- ------------ ------- ---------------------------
02.1.016.4-18433                activated    cold    patch 18433 for 02.1.016.4
02.1.016.4-21907                activated    hot     fix for shellshock bug


Platform/Security ID            Status       Type    Update description
------------------------------- ------------ ------- ---------------------------
dadmin@main-8730a>

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top