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

ACS 5.3 applying patch

ngtransge
Level 1
Level 1

Hello,

I have problem with applying patch on ACS 5.3. In release notes there is mentioned following command format:

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


The problem is ACS 5.3 does't have this command syntax.

It does't have acs command.

Here is what i have trued:

acs/admin# patch install 5-3-0-40-1.tar.gpg rep

Do you want to save the current configuration ? (yes/no) [yes] ?

Generating configuration...

Saved the running configuration to startup successfully

% Manifest file not found in the bundle

!

repository rep

  url ftp://172.30.5.217

  user user password hash c7b11123e528660abea78d974339875394fbb234

!

Here is supported command that i found on ACS 5.3.

acs/admin# ?

Exec commands:

  application  Application Install and Administration

  backup       Backup system

  backup-logs  Backup system and application logs

  clock        Set the system clock

  configure    Enter configuration mode

  copy         Copy commands

  debug        Debugging functions (see also 'undebug')

  delete       Delete a file

  dir          List files on local filesystem

  exit         Exit from the EXEC

  forceout     Force Logout all the sessions of a specific system user

  halt         Shutdown the system

  mkdir        Create new directory

  nslookup     DNS lookup for an IP address or hostname

  patch        Install System or Application Patch

  ping         Ping a remote ip address

  reload       Reboot the system

  restore      Restore system

  rmdir        Remove existing directory

  show         Show running system information

  ssh          SSH to a remote ip address

  tech         TAC commands

  telnet       Telnet to a remote ip address

  terminal     Set terminal line parameters

  traceroute   Trace the route to a remote ip address

  undebug      Disable debugging functions (see also 'debug')

  write        Write running system information

acs/admin#

2 Replies 2

Tarik Admani
VIP Alumni
VIP Alumni

Hi,

I find this odd, can you run a "show application"

Here is the output of my ACS -

Version information of installed applications

---------------------------------------------

Cisco ACS VERSION INFORMATION

-----------------------------

Version : 5.3.0.40.4

Internal Build ID : B.839.EVAL

Patches :

5-3-0-40-2

5-3-0-40-4

gdtsrv-acs5/admin# ?

Exec commands:

  acs          ACS control commands

  acs-config   ACS config mode

  application  Application Install and Administration

  backup       Backup system

  backup-logs  Backup system and application logs

  clock        Set the system clock

  configure    Enter configuration mode

  copy         Copy commands

  debug        Debugging functions (see also 'undebug')

  delete       Delete a file

  dir          List files on local filesystem

  exit         Exit from the EXEC

  forceout     Force Logout all the sessions of a specific system user

  halt         Shutdown the system

  mkdir        Create new directory

  nslookup     DNS lookup for an IP address or hostname

  patch        Install System or Application Patch

  ping         Ping a remote ip address

  reload       Reboot the system

  restore      Restore system

  rmdir        Remove existing directory

  show         Show running system information

  ssh          SSH to a remote ip address

  tech         TAC commands

  telnet       Telnet to a remote ip address

  terminal     Set terminal line parameters

  traceroute   Trace the route to a remote ip address

  undebug      Disable debugging functions (see also 'debug')

  write        Write running system information

Tarik Admani
*Please rate helpful posts*

wingchuen
Level 1
Level 1

The actual command you are looking for is #acs patch install 5-3-0-40-1.tar.gpg repository rep

Regards