반응형
Instance에 접속할 수 있는 Console url
- Instance ID 출력
openstack server list
- 해당 Instance의 console url 출력
openstack console url show [instance id]
Nova 서비스 컴포넌트 출력
#List service components to verify successful launch and registration of each process:
openstack compute service list
+--------------------------------------+----------------+-------------------+----------+---------+-------+----------------------------+
| ID | Binary | Host | Zone | Status | State | Updated At |
+--------------------------------------+----------------+-------------------+----------+---------+-------+----------------------------+
| 46e55e3f-8c5a-460b-bf12-ff3fe43b9c7a | nova-scheduler | ubuntu-controller | internal | enabled | up | 2024-03-20T14:33:26.000000 |
| 9485ac02-cb3d-488d-a103-d7cb4e84c725 | nova-conductor | ubuntu-controller | internal | enabled | up | 2024-03-20T14:33:30.000000 |
| 8a327bbf-aebe-46c2-bb5e-1782fc42ba2d | nova-compute | ubuntu-controller | nova | enabled | up | 2024-03-20T14:33:30.000000 |
+--------------------------------------+----------------+-------------------+----------+---------+-------+----------------------------+
Instance 출력
openstack server list
반응형