cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1237
Views
0
Helpful
2
Replies

Upgrade process ACS

jonasdiaz
Level 1
Level 1

Hello friends, I want to upgrade a ACS 5.0 to a 5.1 and then to the 5.2 version but in the upgrading instructions there's a command line that I don't get, it is:

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

I don´t know what is this repository-name and if it is a repository that I need to create. I can download the files for the installation (The patch and the ADE upgrade) but I don't know how to  place them into the ACS appliance ( if that's the case).

Thanks in advance.

Atte. Jonás Díaz

1 Accepted Solution

Accepted Solutions

Nicolas Darchis
Cisco Employee
Cisco Employee

Hi Jonas,

type :

-conf t

- repository JonasRepo

-url ftp://x.y.z.a/

-user password plain

then you can install the patch and use "JonasRepo" as repository name. So you don't have to download the patches to the ACS but just configure ACS to know where they are. You're not forced to do FTP, you can use the question mark after "url" to see the different possibilities.

Hope this helps,

Nicolas

===

Don't forget to rate answers that you find useful

View solution in original post

2 Replies 2

Nicolas Darchis
Cisco Employee
Cisco Employee

Hi Jonas,

type :

-conf t

- repository JonasRepo

-url ftp://x.y.z.a/

-user password plain

then you can install the patch and use "JonasRepo" as repository name. So you don't have to download the patches to the ACS but just configure ACS to know where they are. You're not forced to do FTP, you can use the question mark after "url" to see the different possibilities.

Hope this helps,

Nicolas

===

Don't forget to rate answers that you find useful

Tiago Antunes
Cisco Employee
Cisco Employee

Repository is basically a remote location where you can place all the patch files, upgrade images, and even download the ACS logs.

Instead of copying files to/from the ACS machine itself, this is kind of an external drive where you store all these files.

And for the upgrade process for example, you need to specify what repository to use and which file to read from it.

When you type the command "acs patch install patch-name.tar.gpg repository repository-name", the acs will do everything automatically.

It will connect to the remote machine defined by the repository and download the specified filename. Then will initiate the upgrade process.

HTH,

Tiago

--

If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.