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

ACS 5.2 Solution Engine Patches and Installs

Hi

Im trying to upload the 5.2 patches to the ACS Solution Engine so i can install the updates.

Does anyone know how to do this or know the links that show how to do this??

The User Guide documentation isnt very helpful.

Thanks

Marco

1 Accepted Solution

Accepted Solutions

Waris Hussain
Cisco Employee
Cisco Employee

Hi Marco,

Here is the link for downloading ACS5.2 patches :

http://www.cisco.com/cisco/software/release.html?mdfid=283107438&flowid=18604&softwareid=282766937&release=5.2.0.26&relind=AVAILABLE&rellifecycle=&reltype=latest

Downlaod  any patch  and place in the   FTP/SFTP  server in your enviroment

Login to the ACS CLI :

Create a repository:

acs/admin(config)# repository myrepository

acs/admin(config-Repository)# url sftp://starwars.test.com/repository/system1

acs/admin(config-Repository)# user luke password skywalker

acs/admin(config-Repository)# exit

after that run this command :

acs patch install patch-name.tar.gpg repository repository-name

Installing an ACS patch requires a restart of ACS services.

Would you like to continue? yes/no

once done you can do a sh version and see the acs5.2 with the new patch.

Also when you download the patch there is also read me with similar instructions.

Herre is the link for acs5.2 patch 5 read me link :

http://www.cisco.com/web/software/282766937/37718/Acs-5-2-0-26-5-Readme.txt

Thanks

Waris Hussain

View solution in original post

2 Replies 2

Waris Hussain
Cisco Employee
Cisco Employee

Hi Marco,

Here is the link for downloading ACS5.2 patches :

http://www.cisco.com/cisco/software/release.html?mdfid=283107438&flowid=18604&softwareid=282766937&release=5.2.0.26&relind=AVAILABLE&rellifecycle=&reltype=latest

Downlaod  any patch  and place in the   FTP/SFTP  server in your enviroment

Login to the ACS CLI :

Create a repository:

acs/admin(config)# repository myrepository

acs/admin(config-Repository)# url sftp://starwars.test.com/repository/system1

acs/admin(config-Repository)# user luke password skywalker

acs/admin(config-Repository)# exit

after that run this command :

acs patch install patch-name.tar.gpg repository repository-name

Installing an ACS patch requires a restart of ACS services.

Would you like to continue? yes/no

once done you can do a sh version and see the acs5.2 with the new patch.

Also when you download the patch there is also read me with similar instructions.

Herre is the link for acs5.2 patch 5 read me link :

http://www.cisco.com/web/software/282766937/37718/Acs-5-2-0-26-5-Readme.txt

Thanks

Waris Hussain

Hi Waris

Thanks for the reply.

That has worked and now able to update .

Thanks again

Marco