I logged into cloudstack 4.5.2 this morning to find both system vm's
down.  It appears the system rebooted overnight uncleanly. This is a
single-host standalone cloudstack.  In "System Capacity" the
Management IP % shows:
 / 10
The secondary VM is continuously trying to restart, and the console vm
will not start.

MySQL claims the databases are clean.

According to the database, none of the management IP's are in use.
(nic_id, and reservation_id are null).
> select * FROM  op_dc_ip_address_alloc;
+----+----------------+----------------+--------+--------+----------------+-------+-------------+
| id | ip_address     | data_center_id | pod_id | nic_id |
reservation_id | taken | mac_address |
+----+----------------+----------------+--------+--------+----------------+-------+-------------+
|  1 | 192.168.100.30 |              1 |      1 |   NULL | NULL
   | NULL  |           1 |
|  2 | 192.168.100.31 |              1 |      1 |   NULL | NULL
   | NULL  |           2 |
|  3 | 192.168.100.32 |              1 |      1 |   NULL | NULL
   | NULL  |           3 |
|  4 | 192.168.100.33 |              1 |      1 |   NULL | NULL
   | NULL  |           4 |
|  5 | 192.168.100.34 |              1 |      1 |   NULL | NULL
   | NULL  |           5 |
|  6 | 192.168.100.35 |              1 |      1 |   NULL | NULL
   | NULL  |           6 |
|  7 | 192.168.100.36 |              1 |      1 |   NULL | NULL
   | NULL  |           7 |
|  8 | 192.168.100.37 |              1 |      1 |   NULL | NULL
   | NULL  |           8 |
|  9 | 192.168.100.38 |              1 |      1 |   NULL | NULL
   | NULL  |           9 |
| 10 | 192.168.100.39 |              1 |      1 |   NULL | NULL
   | NULL  |          10 |
+----+----------------+----------------+--------+--------+----------------+-------+-------------+
10 rows in set (0.00 sec)

Any thoughts on how I can get the management vm's restarted?

Reply via email to