ESXi

    ESXi서버에 VMware tools 업그레이드하기

    VM별로 vmtools를 받아서 설치 해도 되지만 ESXi에 VIB로 설치해서 tools버전을 올리면 여러 VM에 업그레이드할 때 편하게 작업을 할 수 있습니다. ESXi에 설치된 버전 확인후 최신버전으로 다운 받아서 ESXi의 tools을 업그레이드 하는 방법을 설명합니다. 설치전 ESXi/VMtools 상호 호환성 확인후 ESXi버전을 지원하는 tools버전을 확인합니다. Product Interoperability Matrix (vmware.com) 1. 해당 ESXi에 설치된 tools버전 확인 ESXi에 ssh로그인후로 명령어로 확인(예 11.2.5 설치됨) # esxcli software vib list |grep -i tool 2. 최신 VMware Tools 다운로드 vmware 다운로드 ..

    ESXi CA 인증서 등록

    ESXi서버에 CA 인증서를 등록하는 방법 Wild card 인증서는 ESXi 인증용으로 사용 할수 없고, host 개별용으로 발행된 인증서만 가능합니다 1. SSL 인증서를 ESXi에 등록 가능한 인증서로 변환 - rui.crt, rui.key 파일로 변환 $ openssh pkcs12 -in machine.pfx -clcerts -nokeys -out machine-ssl-ca.crt.pem $ openssh pkcs12 -in machine.pfx -nocerts -nodes -out machine-ssl-ca.key.pem $ openssl x509 -in root-ca.cer -out root-ca.crt $ openssl rsa -in machine-ssl-ca.key.pem -text > r..

    NUTANIX ESXi 재부팅 순서

    Nutanix ESXi 노드 Shutdown 순서 1) PRISM 에서 클러스터의 상태 확인 (Ensure that the “Data Resiliency – Status” is Normal in PRISM Portal for the target Cluster.) 2) 해당 ESXi 노드의 CVM을 제외한 모든 VM을 다른 ESXi로 마이그레이션 (Migrated all the user VMs (except CVM) residing in the target ESXi host to other healthy nodes part of the cluster.) 3) 해당 ESXi노드의 CVM에 nutanix 유저로 접속 SSH로 접속 (Connect the CVM via SSH and find its UUID u..