cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3073
Views
0
Helpful
3
Replies

Problems with patching: ACS 5.0 to 5.1 upgrade

pkemp
Level 1
Level 1

I'm following the instructions to upgrade from ACS 5.0 to 5.1

But I can't get past the first step:

Step 1 Install the ACS 5.0 patch:

Issue the following acs patch command in the EXEC mode to install the ACS patch:

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

Here is my output:

***/admin# acs patch install 5-0-0-21-9.tar.gpg repository mytftp
chmod: cannot access `*.sh': No such file or directory
Error: Failed to open patch 5-0-0-21-9.tar.gpg

It downloads the patch ok via TFTP, but can't install it.

Can anyone help?

Thanks

Peter
2 Accepted Solutions

Accepted Solutions

jrabinow
Level 7
Level 7

There are problems in 5.0 with using tftp for file transfers that exceed 32Mb. There can also be some issues with ftp servers that exceed this limit.

I recommend to retry using alternative repository type. For example ftp or a repository local on the server.

View solution in original post

Erick Delgado
Level 1
Level 1

Hi,

You need to use and FTP server as repository I suggest using filezilla server is free and usefull.

Please see attach document that will explain you how to upgrade your ACS.

Hope this help!

Have a great weekend!

View solution in original post

3 Replies 3

jrabinow
Level 7
Level 7

There are problems in 5.0 with using tftp for file transfers that exceed 32Mb. There can also be some issues with ftp servers that exceed this limit.

I recommend to retry using alternative repository type. For example ftp or a repository local on the server.

Erick Delgado
Level 1
Level 1

Hi,

You need to use and FTP server as repository I suggest using filezilla server is free and usefull.

Please see attach document that will explain you how to upgrade your ACS.

Hope this help!

Have a great weekend!

Peter Koltl
Level 7
Level 7

ACS 5.1's TFTP seems to be broken, even under 32 MB:

csacs/admin# copy tftp://192.168.159.1/5-1-0-44-1.tar.gpg disk:
csacs/admin# dir

Directory of disk:/

   10660640 Apr 29 2010 08:56:05  5-1-0-44-1.tar.gpg
      16384 Apr 29 2010 07:34:04  lost+found/

           Usage for disk: filesystem
                   54554624 bytes total used
                 4867284992 bytes free
                 5185241088 bytes available
csacs/admin# copy
ftp://192.168.159.1/5-1-0-44-1.tar.gpg disk:
Username: ftp
Password:
csacs/admin# dir

Directory of disk:/

   10660971 Apr 29 2010 08:57:57  5-1-0-44-1.tar.gpg
      16384 Apr 29 2010 07:34:04  lost+found/

           Usage for disk: filesystem
                   54554624 bytes total used
                 4867284992 bytes free
                 5185241088 bytes available

I couldn't install the patch with tftp (not surprisingly).