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
'Private Cloud > vSphere & Horizon' 카테고리의 다른 글
Dump Collector 와 Syslog (0) | 2017.12.05 |
---|---|
Horizon View 기본 프로토콜 종류 (0) | 2017.12.05 |
vSphere Client 언어변경 (0) | 2017.12.05 |
vCenter 서버 필수 포트 (0) | 2017.12.05 |
P2V 후 관리콘솔 실행 불가 시 (0) | 2017.12.05 |