patch install

The patch install command installs a patch bundle of the application only on a specific node where you run the patch install command from the CLI.

To install a patch bundle of the application, use the patch command in the EXEC mode.

patch install patch-bundle repository

Syntax Description

patch

The command to install System or Application patch.

install

The command that installs a specific patch bundle of the application.

patch-bundle

The patch bundle file name. Supports up to 255 alphanumeric characters.

repository

Repository name. Supports up to 255 alphanumeric characters.

Defaults

No default behavior or values.

Command Modes

EXEC

Usage Guidelines

Installs a specific patch bundle of the application.

If you attempt to install a patch that is an older version of the existing patch, then you receive the following error message:

% Patch to be installed is an older version than currently installed version.

Note Before attempting to use this patch install command to install a patch, you must read the patch installation instructions in the release notes supplied with that patch. The release notes contains important instructions updated for installing that patch, which must be followed.

Example 1

/admin# patch install cda-patchbundle-1.0.0.010.i386.tar.gz myrepository

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

Generating configuration...

Saved the ADE-OS running configuration to startup successfully

Initiating Application Patch installation...

 

Patch successfully installed

/admin#

Example 2

/admin# patch install cda-patchbundle-1.0.0.010.i386.tar.gz myrepository

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

Initiating Application Patch installation...

 

Patch successfully installed

/admin#

Example 3

/admin# patch install cda-patchbundle-1.0.0.010.i386.tar.gz disk

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

Generating configuration...

Saved the running configuration to startup successfully

Initiating Application Patch installation...

% Patch to be installed is an older version than currently installed version.

/admin#

 

Related Commands

Command

Description

patch remove

The command that removes a specific patch bundle version of the application.

show version

Displays information about the currently loaded software version, along with hardware and device information.