[vmware]스냅샷 걸려있는 vm리스트 보기
# Virtualation/Private Cloud2015. 8. 16. 06:30[vmware]스냅샷 걸려있는 vm리스트 보기

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}}

[vmware]특정vm 두개의 esx호스트서버에서 핑퐁 증상
# Virtualation/Private Cloud2015. 8. 16. 06:29[vmware]특정vm 두개의 esx호스트서버에서 핑퐁 증상

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. 파워온 결과 정상적으로 디스크올라오면서 해결됨.

[vmware]vm클라이언트에서 login to the query service failed 뜰경우 조치방법
# Virtualation/Private Cloud2015. 8. 16. 06:28[vmware]vm클라이언트에서 login to the query service failed 뜰경우 조치방법

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1036541

[vmware]guestOS가 꺼지지 않을 경우
# Virtualation/Private Cloud2015. 8. 16. 06:27[vmware]guestOS가 꺼지지 않을 경우

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

[vmware]P2V 리눅스로 컨버터후 부팅 커널 패닉 오류 처리
# Virtualation/Private Cloud2015. 8. 16. 06:27[vmware]P2V 리눅스로 컨버터후 부팅 커널 패닉 오류 처리

레드헷버전별 리빌드 방법 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..

image