클라우드스택

Jmnote (토론 | 기여)님의 2013년 1월 15일 (화) 13:47 판 (→‎같이 보기)
CloudStack
클라우드스택

1 개요

 

2 트러블슈팅

  • XenCenter에서 Running인데, CS DB에서 Stopped, Stopping에 멈춰 있으면 CS DB를 Running으로 바꾸고 CS에서 Stop / Force Stop 시도
  • Cnode 재부팅해도 RVM이 그 Cnode에 그래도 있고 시작이 안되고 있으면(XenCenter에서 노란색) Cnode를 내린 상태에서 Stopped RVM을 Start(Start할 수 없는 상태이면)하면 다른 Cnode에서 정상적으로 올라오더라.
select id,instance_name,state,host_id,last_host_id from vm_instance where id in (642, 859, 962, 1134);
update vm_instance set state='Running' WHERE id=1134;

3 같이 보기

4 임시 작업

<soruce lang='sql'> update volumes set state='Ready' where id=1550; </source>

wget -O - "http://127.0.0.1:8096/?command=detachVolume&id=1550&response=json"

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}