컴퓨트노드2 Openstack install 관련 명령어 모음 1. 특정 컨테이너 서비스 재설치 $ kolla-ansible -i inventory/multinode deploy --tags heat 2023. 8. 10. VM Compute Node 수동 이동하기 * 가상서버(VM)를 가진 Compute 노드가 중지되었을 경우 해당 가상서버 다른 노드로 이동 시켜 부팅하기 $ root@con01:~# docker exec -it -uroot bash $ (mariadb)[root@con01 /]# mysql -uroot -p $ MariaDB [(none)]> use nova; $ MariaDB [(nova)]> select * from instances where uuid='해당 가상서버 UUID'; $ MariaDB [(nova)]> update instances SET host='옮길 서버 노드 명칭' where uuid='해당 가상서버 UUID'; $ MariaDB [(nova)]> exit $ (mariadb)[root@con01 /]# exit $ op.. 2023. 8. 10. 이전 1 다음