본문 바로가기
기타 IT

[VMware] VSAN 로그 점검, 호스트 점검 커멘드

by 채채1013 2023. 6. 2.

 

 

esxcli esxcli command list | grep health
esxcli vsan health cluster list

esxcfg-nics -l // 물리 NIC 설정
vmware -v //vmware 버전 확인 가능


cd /vmfs/volumes
esxtop // vmkernel, 서비스 콘솔, 가상머신의 리소스 모니터링

uptime

cd /var/log
cat vpxa.log | egrep -l "fail | error" | less
cat vmkernel.log

cd /etc/init.d
./hostd restart
./vpxa restart

 

 

 

 

* 스크래치 파티션

VMware 는 스크래치 파티션을 따로 둔다.

4GB VFAT 파티션으로 장애시 vm-support output 을 저장하기 위한 공간이다.

cd /scratch/log

ls -lhat | egrep -l vmker
ls -al sys*

cp syslog*.log /vmfs/volumes/..~~/

 

 

 

* 인증서 이슈 있을 때

/경로에서 확인

 

 

 

댓글