...
Info |
---|
Default Path : /usr/bin |
7 단계 : vCLI 설치 확인확인합니다.
Code Block | ||
---|---|---|
| ||
$ esxcli -s <vCenter Server or ESXi host> -u <username> -p <password> -h <host-location> system syslog config get |
Note |
---|
위 명령어를 입력하면 Certificate error. 와 함께 thumbprint : xx:xx:xx:xx:xx … 가 출력되면 아래와 같이 thumbprint를 credstore에 추가합니다. |
thumbprint 추가추가합니다.
Code Block language bash $ /usr/lib/vmware-vcli/apps/general/credstore_admin.pl add --server <host-location> --thumbprint <thumbprint>
Salt-minion 서비스 Python 환경 변수 추가
VMware를 운영 중인 Host에서 작업합니다.
Code Block language bash $ vim /usr/lib/systemd/system/salt-minion.service # [Service]에 Python3.6 환경변수 추가 # Environment="PYTHONPATH=/usr/local/lib/python3.6/site-packages:/usr/lib/python3.6/site-packages" $ systemctl daemon-reload
...