Topic starter
To verify Cisco ISE services running on a node, use the CLI command:
show application status ise
This command gives you a summary of the status of all Cisco ISE services running on the node. It helps you quickly determine whether:
-
Core services (like
Application Server
,Database
,Profiler
, etc.) are up -
The node is functioning as expected
-
Any services are stuck, stopped, or initializing
Â
ise/admin# show application status ise ISE PROCESS NAME STATE PROCESS ID -------------------------------------------------------------------- Database Listener running 12345 Database Server running 12346 Application Server running 12347 Profiler Database running 12348 Session Database running 12349 AD Connector running 12350 M&T Session Database running 12351 M&T Log Collector running 12352 M&T Log Processor running 12353 Certificate Authority Service disabled N/A pxGrid Infrastructure Service running 12354 pxGrid Publisher Subscriber Service running 12355
Â
Key States of services status:-
State | Meaning |
---|---|
running |
Service is up and operational |
stopped |
Service is not running |
initializing |
Service is starting up |
disabled |
Service is not enabled on this node |
not monitored |
Service is not being monitored by ISE |
Â
Posted : 19/09/2025 5:00 am