05-20-2013 04:07 AM - last edited on 03-25-2019 05:30 PM by ciscomoderator
Hello,
I have an ACS 5.2 deployment and i want to upgrade it to 5.4 version.
I have 2 server in my deplyement:
1/ Primary Server as Authentication server & log collector
2/ Secondary server as Authentication server.
What is the best way to do the migration?
Normaly, i can proceed as follows:
1/ Deregidter each server from the deployement ==> Make both the servers standaone
2/ Upgrade the Secondary server.
3/ Upgrade the Primary server (without migrate the log server).
4/ Join Servers to the deployement.
steps 2/ and 3/ can be reversed?
Thank you for your reply.
Solved! Go to Solution.
05-23-2013 02:34 AM
sure, you may use sftp as well. However, SFTP server must meet some requirements:
-The destination directory must have read/write permission
-SCP must be enable and the SFTP server must be FIPS compliant.
-As a result of FIPS certification the SSH client should support the following FIPS compliant cipher suits:
-Key Exchange Cipher: diffie-hellman-group14-sha1 (your SFTP server should be able to negotiate this cipher)
-Encryption Ciphers: aes256-cbc, aes128-cbc, 3des-cbc
-MAC: hmac-sha1
Jatin Katyal
- Do rate helpful posts -
05-20-2013 04:17 AM
You are at the right path. Just make sure you apply the latest patch on ACS 5.2 and take backup of configuration before you proceed with the upgrade.
yes, step 2 and 3 can be reversed.
Jatin Katyal
- Do rate helpful posts -
05-20-2013 04:25 AM
Thanks For your help,
Where can i found the last patch of ACS 5.2 version (or i have to do that mannualy in the servers).
Rachid.
05-21-2013 12:33 AM
Hi,
You can go to cisco.com and then browse to
Downloads Home -> Products -> Security -> Access Control and Policy -> Policy and Access Management
Cisco Secure Access Control System -> Cisco Secure Access Control System 5.2 -> Secure Access Control System Software-5.2.0.26 and download the latest patch for ACS 5.2 (ACS 5.2.0.26.11 cumulative patch).
Here are the steps to apply the patch:
1. open CLI console
2. define new repository in which the 5-2-0-26-11.tar.gpg resides
3. issue: 'acs patch install 5-2-0-26-11.tar.gpg repository (repository name).
4. verify installation by getting the following version information via CLI by issuing:
#show application version acs
For assistance on pre-production issues, you can open a case at http://www.cisco.com/web/partners/tools/pdihd.html
Regards,
Kush
Cisco PDI Help Desk
05-23-2013 02:19 AM
Thank you Srivastava,
Other question please, how to configure a repository in a ACS server?
Regards.
05-23-2013 02:23 AM
Create a repository
https://supportforums.cisco.com/docs/DOC-24802#Create_a_repository
Make sure we don't have TFTP as a protocol because it has some known issues with ACS.
Jatin Katyal
- Do rate helpful posts -
05-23-2013 02:28 AM
Thanks.
I will use SFTP.
05-23-2013 02:34 AM
sure, you may use sftp as well. However, SFTP server must meet some requirements:
-The destination directory must have read/write permission
-SCP must be enable and the SFTP server must be FIPS compliant.
-As a result of FIPS certification the SSH client should support the following FIPS compliant cipher suits:
-Key Exchange Cipher: diffie-hellman-group14-sha1 (your SFTP server should be able to negotiate this cipher)
-Encryption Ciphers: aes256-cbc, aes128-cbc, 3des-cbc
-MAC: hmac-sha1
Jatin Katyal
- Do rate helpful posts -
05-23-2013 02:30 AM
In case you are comfortable to create it using CLI.
==============================
##Steps to create repository##
==============================
Go to the CLI mode of this ACS
AAA/admin(config)# repository FTP ---> (could be any name)
AAA/admin(config-Repository)# url ftp://
AAA/admin(config-Repository)# user
AAA/admin(config-Repository)# exit
AAA/admin(config)#exit
On the FTP make sure you have all admin rights.
Once done use "show repository
Jatin Katyal
- Do rate helpful posts -
05-24-2013 03:35 PM
Hello,
This link my help you out:-
05-25-2013 02:02 AM
Thank you Singh !
I found it already, but it suppose that we have multiple secondary servers ==> So we can migrate the fonction of collection log to another server before upgrading and make standalone the log collector...
In my special case (with only two servers in the deployment) i think i can upgrade the primary server without changing his fonction of log collector, right?
Regards.
05-25-2013 05:46 AM
I'd still suggest you to choose secondary as a log collector. Upgrade the primary box and move it back.
Jatin Katyal
- Do rate helpful posts -
09-16-2013 02:44 AM
Hi
For complete information regarding configuration, implementation, please go through this link:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide