Private Cloud/vSphere & Horizon
esxi cmdlet
후니옹
2017. 12. 5. 15:06
esxi 같은 경우 GUI 환경이 아니기 때문에 Command line 을 알아둘 필요가 있다
아래는 기본적인 명령어이다.
-호스트이름
esxcli system hostname get
-호스트버전
esxcli system version get
-NIC확인
esxcli network nic list
-IP확인
esxcli network ip interface ipv4 get
-Storage Adapter 확인 (hba wwn)
esxcli storage core adapter list
-Update(5.x)
esxcli software vib update -d /vmfs/volumes/datastore/diretory/파일이름.zip