Phase 2: Installation & Setup Wizard
Phase 2: ISE Installation & Setup Wizard
Setup Wizard Values
| Setting | Value |
|---|---|
Hostname |
|
DNS Domain |
|
IP Address |
|
Netmask |
|
Gateway |
|
Primary DNS |
|
Secondary DNS |
|
NTP |
|
Timezone |
|
SSH |
|
Username |
|
Password |
|
NTP Troubleshooting
If NTP sync fails, VyOS may not have an upstream NTP source. Fix from VyOS:
# On vyos-01 (and vyos-02)
configure
set service ntp server pool.ntp.org
commit
save
exit
If VyOS NTP still isn’t synced, use pool.ntp.org directly in the wizard and change back after install:
# On ISE CLI after install
configure terminal
ntp server 10.50.1.1
exit
Wait for Services (30-45 minutes)
Connect via console or SSH:
sudo virsh console ise-01
# Or after network is up:
ssh admin@10.50.1.20
Monitor:
show application status ise
All critical services must show running:
-
Database Listener
-
Database Server
-
Application Server
-
Profiler Database
-
ISE Elasticsearch
-
ISE Messaging Service
-
Certificate Authority Service
-
Protocols Engine
Known Warnings (Safe to Ignore)
-
SETroubleshoot daemon failed— cosmetic, ISE’s hardened RHEL base -
awk: fatal: cannot open platform.properties-active— normal during initial boot -
BadPaddingException— transient during first service startup