Virsh

1 개요[ | ]

virtual shell; virsh
버추얼 쉘; 버쉬
  • KVM의 VM관리 UI ( CLI )
  • 게스트 도메인 관리 인터페이스 프로그램
  • VM 생성·삭제·시작·정지 등 가능

2 실행 예시[ | ]

# virsh pool-list --all
Name                 State      Autostart 
-----------------------------------------
default              active     yes       
guest_images_disk    active     yes
# virsh list
 Id Name                 State
----------------------------------
  1 foo                  running
virsh # net-list --all
Name                 State      Autostart
-----------------------------------------
default              active     yes
examplenetwork       inactive   no

3 같이 보기[ | ]

4 참고[ | ]

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