Phase 0: Backup Current ISE

Phase 0: Backup Current ISE

Pre-Backup Verification

# Verify ISE is reachable (admin UI may be license-locked — CLI still works)
ssh admin@ise-02.inside.domusdigitalis.dev
show application status ise

Run Backup via CLI

# Get encryption key (on workstation)
dsource d000 dev/storage
echo $ISE_BACKUP_KEY
# On ISE CLI — verify NAS repo
show repository nas-01

# If not configured:
configure terminal
repository nas-01
  url nfs://10.50.1.70:/volume1/ise_backups
exit

# Run backup
backup pre-rotation-2026-06 repository nas-01 ise-config encryption-key plain <KEY>

Verify Backup Completed

show repository nas-01 | include pre-rotation
show backup history

Even with an expired eval license, the CLI backup command works. The license lockout only affects the admin GUI.