powershell 설치되어 있어야함 vSphere PowerCLI]connect-viserver server [vcenter ip] vSphere PowerCLI] C:\Program Files\VMware\Infrastructure\vSphere PowerCLI> get- vm|get-snapshot | Select @{Name="VM"; Expression={$_.VM.Name}}, @{Name="Snaps hot"; Expression={$_.Name}}, @{Name="Snapshot_Description"; Expression={$_.description}}
1. 우선 해당 vm을 파워오프 시도함. 2. 근데 정상적으로 오프되지 않는 증상발생 VMControl error -999: Unknown error: SoapError: ServerFaultCode(0) : (Operation failed since another task is in progress.) 3. 해당 콘솔로 접근하여 service mgmt-vmware restart후 파워오프된거 확인됨. 4. 하지만 설정확인해보니 디스크 설정값이 기존 스냅샵정보를 불러오고 잇음. 5. 인벤토리에서 제거 6. 신규 vm생성하여 원래잇던 데이터스토어에 잇던 디스크를 연결 7. 파워온 결과 정상적으로 디스크올라오면서 해결됨.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1036541
ssh로 접근 $ vmware-cmd ./[guestOS].vmx getstate getstate() = on $ vmware-cmd ./[guestOS].vmx stop VMControl error -999: Unknown error: SoapError: ServerFaultCode(0) : (Operation failed since another task is in progress.) $ ps auxwww | grep '[guestOS].vmx' 찾은 후 $ kill -9 pid 하면 죽음. 참고 : http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004340
레드헷버전별 리빌드 방법 The initial RAM disk (initrd) is an initial root file system that is mounted prior to when the real root file system is available. It is necessary to rebuild the Initrd images in following scenarios to include the proper kernel modules, files, and configuration directives If adding new hardware to a system that may be used very early in the boot process. If changing configuration f..