본문 바로가기

로그 저장소 :)/가상화.virtualization

[Citrix] Add a Hard Drive to Citrix XenServer Adding new hard-drive in XenServer is a bit different from the traditional Linux process. For XenServer, you need to create a container called a 'storage repository' to define a particular storage target (such as a hard disk), in which Virtual Disk Images (VDIs) of VMs are stored. A VDI is nothing but an abstracted storage space which acts as the hard-disk for VMs. Xen storage repository support.. 더보기
[Citrix] Xen Server Storage add to Type HBA Add Another Local Disk on XenServer as a new Storage Repository from xenserver console: fdisk -l that should return an error like this: Disk /dev/sdb doesn't contain a valid partition table your local hard drive is "/dev/sdb" or whatever the error the first command shows you run this command xe host-list that will return something like this: uuid ( RO) : 3614fba9-f5fc-1c57-0b42-58513c51fc1c name.. 더보기
[Citrix] VM Storage 용량 늘리기 Citrix로 VM을 운영하다보면 용량이 부족하여 늘려줘야 하는 경우가 많이 발생한다. 보통은 해당 VM을 Shutdown 후 Storage 탭에서 Property에 들어가 디스크 사이즈를 늘려줄 수가 있지만 간혹 아래와 같은 에러 메시지가 출력되는 경우가 있다. The disk size cannot be altered as the disk is already being updated or is in use by a running VM. 당연히 VM이 Running 중이면 당연히 안되는거고, Shutdown 하였기 때문에 use by a running VM 은 아니고, 정확한 원인은 좀 더 찾아봐야겠지만 심히 우려되는것은 XenServer Local Storage 사용량이 95%를 육박하고 있기 때문이 .. 더보기
[Citrix] VM Hang 걸려서 명령어 안먹을 때 조치방법 Xen을 운영하다보면 재부팅이나 기타 단순명령을 내렸음에도 Hang(행)이 걸리는 경우가 있다. 유난히 명령어가 먹히지도 않고, task process도 멈춰있는 경우가 간혹 발생하는데 당황스럽다. 언제까지고 기다려도 되면 덜 시간낭비이고 다행이지만 이게 생각처럼 절대 만만하지가 않다. 보통은 xe task-list 명령 후에 task cancel uuid=xxx 로 잘 되던게 전혀 먹히지 않을 때 아래의 방법을 쓰면된다. 2013/08/02 - [Study/Etc] - XenCenter Reference 1. xe vm-list [vm들의 리스트 보는 명령어 → uuid 확인] 2. list_domains [domain id와 각 vm 상태를 확인할 수 있다.] 3. /opt/xensource/debu.. 더보기
[Citrix] XenCenter Reference http://docs.vmd.citrix.com/XenServer/4.0.1/reference/ch05s04.html VMware와 가상화 영역 한 축을 이루고 있는 Citrix-Xen 개인적으로 운영하면서 많이 쓰는 Best 명령어-_-v xe vm-reboot force=true uuid='###' xe vm-shutdown force=true uuid='$$$' xe task-list xe task-cancel force=true uuid='%%%' *참고 : http://rockitch.egloos.com/2795806 VM을 reboot 하거나 shutdown 을 하거나 할 때,몇 십분이 지나도 XenCenter에서 노란색으로 변한 상태 그대로, Logs 탭의 Progress bar가 찰 기미가.. 더보기