Install Patch on ISE
Step-by-Step Guide to Installing, Verifying, and Rolling Back Cisco ISE Patches
Prerequisites
- Administrator Role: You must have Super Admin or System Admin privileges.
- Backups: Collect configuration and operational backups before starting.
- Version Compatibility: Only install patches applicable to your deployed Cisco ISE version.
- Maintenance Window: Schedule patch installations during downtime to avoid service interruptions.
Patch Installation Methods
1. Install via GUI
- Download the patch file from Cisco.com (navigate to Downloads > Products > Security > Identity Services Engine).
- Verify the MD5/SHA512 checksum of the downloaded file.
- Log in to the Primary Administration Node (PAN) GUI.
- Go to Administration > System > Maintenance > Patch Management > Install.
- Click Browse, select the patch file, and then click Install.
- The node will reboot automatically after installation.
Note: Cisco ISE patches are cumulative (e.g., Patch 11 includes all prior patches).
2. Install via CLI
- Configure an ISE repository and place the patch file in it.
- Log in to the ISE node via SSH.
- Verify repository contents using:
show repository <repository_name> - Run the patch installation command:
patch install <patch_file_name> <repository_name> - Confirm prompts and allow the system to reboot.
Important: CLI installation applies only to the specific node. Use the PAN GUI to deploy patches across all nodes.
Deployment-Wide Installation
- In distributed deployments, patches are installed first on the Primary PAN, then on all secondary nodes.
- If installation fails on the PAN, it will not proceed to secondary nodes.
- If installation fails on a secondary node, the process continues with the next node.
Rolling Back Patches
1. Rollback via GUI
- Log in to the PAN GUI.
- Navigate to Administration > System > Maintenance > Patch Management.
- Select the patch and click Rollback.
- Secondary nodes will restart after rollback.
2. Rollback via CLI
- SSH into the ISE node.
- Verify installed patches with:
show version - Remove a patch using:
patch remove ise <patch_number> - Confirm prompts and allow the system to reboot.
Note: Patches are cumulative. You must remove the latest patch before rolling back earlier ones.
Verification
- GUI: Navigate to Administration > System > Maintenance > Patch Management > Show Node Status.
- CLI: Run
show versionto confirm patch details. - Logs: Review system logs (
sh logging system ade/ADE.log tail) for patch installation events.
FAQs
- Do patches require a reboot? Yes, every patch installation or rollback triggers a reboot.
- Can I install older patches over newer ones? No, only higher or equal versions can be installed.
- Are patches cumulative? Yes, each patch includes all previous fixes
Source: Cisco Support – Install Patch on ISE