"클라우드스택"의 두 판 사이의 차이

28번째 줄: 28번째 줄:
*[[클라우드플랫폼]]
*[[클라우드플랫폼]]
*[[OpenStack]]
*[[OpenStack]]
==임시 작업==
<source lang='sql'>
update volumes set state='Ready' where id=1550;
</source>
<source lang='bash'>
wget -O - "http://127.0.0.1:8096/?command=detachVolume&id=1550&response=json"
</source>


==참고 자료==
==참고 자료==

2013년 1월 15일 (화) 14:00 판

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;

2.1 VM이 다른 cluster에서 시작됨

  • 어제 VDI.copy는 DATA-951이 pool1 -> pool2 migration 인 것으로 추정
  • 현재 ROOT는 pool2, DATA는 pool1이 있는 것으로 확인됨 (CS DB)

3 같이 보기

4 참고 자료

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