Enterprise IT Solutions/VMware

확인해 볼 내용들

iseop 2022. 1. 15. 19:47   인쇄용 버전

3PAR Storage의 Interface firmware 업그레이드 및 점검

showcage -d cageX
upgradecage cageX

# Useful commands
showpd -failed -degraded
showpd -s -failed -degraded
showpd -path -failed -degraded
showpd -c
showpdch -mov
cgcmd -tc tty -C cage0 -c resetdrive <Drive> -p a
servicemag status
checkhealth

 

ESXi에서 ntpd -gq & L3 SW에서 debug ntp

 

Connect Server 로그 중 ManagedObjectNotFoundFault의 object type이 뭔지 찾기

 

vCSA의 vmware vsphere profile-driven storage service 재시작

 

Golden Image를 Template로 변경 후 다른 인벤토리 위치에 배포

Linked Clones 인벤토리도 변경 후 풀 재생성

 

vCenter/ESXi 로그 추출

Connect-VIServer -Server HostnameOrIPAddress

# vCenter
Get-LogType
Get-Log vpxa | Select -expand Entries | sls <SearchTerm> | More
Get-Log -Bundle -DestinationPath c:\Storage\Location\

# ESXi
Get-VMHost HostNameOrIP | Get-LogType
Get-VMHost HostNameOrIP | Get-Log LogName | Select -expand Entries | sls <SearchTerm> | More
Get-VMHost HostNameOrIP | Get-Log -Bundle -DestinationPath c:\Storage\Location\

 

참고