Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ tar zxvf <file-path>/VMware-vSphere-CLI-6.7.0-8156551.x86_64.tar.gz -C <file-path>

4 단계 : 설치프로그램 실행실행합니다.

Code Block
languagebash
$ sudo <file-path>/vmware-vsphere-cli-distrib/vmware-install.pl

...

Note

위 명령어를 입력하면 Certificate error. 와 함께 thumbprint : xx:xx:xx:xx:xx … 가 출력되면 아래와 같이 thumbprint를 credstore에 추가함추가합니다.

  • thumbprint 추가

Code Block
languagebash
$ /usr/lib/vmware-vcli/apps/general/credstore_admin.pl add --server <host-location> --thumbprint <thumbprint>

Salt minion 서비스 Python 환경변수 추가

  • VMware를 운영 중인 Host에 설치한 Salt-minionHost에서 작업합니다.

Code Block
languagebash
$ 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

...