Host States Reference¶
This page is a complete reference of all the Host states that will be useful for administrators doing troubleshooting and developers.
The simplified life-cycle is explained in the Hosts guide. That simplified diagram uses a smaller number of state names. That section should be enough for end-users and every-day administration tasks.
List of States¶
OpenNebula’s hosts define its state using the STATE
variable. The state can be seen from the CLI (onehost show
) and from Sunstone (Info panel for Hosts).
# |
State |
Short State Alias |
Meaning |
---|---|---|---|
0 |
INIT |
|
Initial state for enabled hosts |
1 |
MONITORING_MONITORED |
|
Monitoring the host |
2 |
MONITORED |
|
The host has been monitored |
3 |
ERROR |
|
An error ocurrer during host monitoring |
4 |
DISABLED |
|
The host was disabled |
5 |
MONITORING_ERROR |
|
Monitoring the host (from error) |
6 |
MONITORING_INIT |
|
Monitoring the host (from init) |
7 |
MONITORING_DISABLED |
|
Monitoring the host (from disabled) |
8 |
OFFLINE |
|
The host was set offline |