데이터스토어 Full로 인한 VM 멈춤 -> 해당 스토리지 내의 정상 작동하는 VM들을 스토리지 마이그레이션으로 이관. -> 그렇게 용량 확보 후 질문에 응답 클릭 -> 동일 증상 반복 시 용량 더 확보해야함 위 같은 경우 공유스토리지가 2개 이상인 환경이어서 가능했던 작업 공유 데이터스토어가 하나이고, 데이터스토어가 용량 Full 될 경우, LUN 용량 증설 등의 방법밖에 없다 (고객사는 스토리지 엔지니어 콜 필요) 지식 2024.02.27
ESXi NTP 시간 동기화가 잘 되지 않을 때 1. ntpq -c associations assid 값 확인 2. ntpq -c “rv assid값” rootdisp (루트 분산, ms) 값은 ‘정확한 시간’과 ‘시간서버의 시간’ 사이의 오류 및 차이 추정치입니다. 높은 rootdisp 값은 좋지 않은 Timekeeping 을 나타냅니다. (권고 : 1500ms 이하) 따라서 tos maxdist 구성을 적용합니다 3. tos maxdist 구성 cp /etc/ntp.conf /etc/ntp.conf.bak && echo "tos maxdist 15" >> /etc/ntp. conf.bak && esxcli system ntp set -f /etc/ntp.conf.bak 4. NTP Restart esxcli system ntp set -e 0 &&.. 지식 2024.02.27
뉴타닉스 CVM CVM은 vSAN의 캐시용량을 담당하는 역할과 같다고 보면 되며 메모리 사용량이 높을 수 밖에 없음 뉴타닉스는 vSAN처럼 캐시를 담당하는게 없기때문에 VM을 통해 호스트들의 메모리들을 다 수용하므로 100% 메모리 예약을 할 수밖에 없고 경고가 떠 있을 수 밖에 없다. -> 메모리 경고가 떠도 상관 안 써도 된다. 지식 2024.02.27
vCenter STS 갱신 [작업 사전 작업-필수] 1. VCenter 스냅샷 생성 [진행 절차] 1. VMware KB 79248 (https://kb.vmware.com/s/article/79248) 참고하여 인증서 만료 확인 2. VMware KB 76719 (https://kb.vmware.com/s/article/76719) 1~4번 참고하여 인증서 갱신 > 갱신된 부분 확인 3. vCenter VM Reboot 4. VMware KB 76719 (https://kb.vmware.com/s/article/76719) 6번 참고하여, Machine SSL, Solution User Certificates 만료된 것 확인 A. 확인 명령어 for i in $(/usr/lib/vmware-vmafd/bin/vecs-cli st.. 지식 2024.02.20
TPM 경보 알림 (Lenovo) BIOS -> 보안 부팅 활성화 및 TPM 2.0 확인 해당 ESXi SSH 접속 후 아래 링크 조치 https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-82C6B841-8B38-4D7D-8EFA-83AB1605F59D.html 조치 후 호스트 리부팅 -> 알림 안 사라질 시 '연결해제 - 인벤토리 제거' 후 다시 호스트추가 해보기 1. TPM 암호화 복구 키 백업' 알림의 경우 (아래 순서대로 진행) - esxcli system settings encryption get - mode 확인 (TPM) - esxcli system settings encryption recovery list 입력 후 키 값 캡처.. 지식 2024.02.20
ESXi Keyerror 참조되고 있는 tools light vib 다운그레이드 후 smx vib 제거 (vib 다운그레이드 해야 smx vib 제거 가능) vib 제거 후 다시 원래 버전으로 원복 (업그레이드) -> history 검토 결과 보안취약점 때문에 tools 업그레이드 한것으로 확인 (2022.10.12) Source => [tmp_vib]] tools-light 12.0.0.19345655-20036586 (호스트가 참조하고 있던 버전) Target => [01_ISO] tools-light 12.1.0.20219665-20295239 (현재 설치되어 있는 버전) 전에 작업했던 명령어 확인 -> cat /scratch/log/shell.log | more [에러내용] [root@ESXi01:~] esxcli sof.. 지식 2024.02.20
ESXi 업그레이드, vib install Command 1. vim-cmd hostsvc/maintenance_mode_enter 2. esxcli software sources profile list -d /path/depot.zip 3. esxcli software profile update -d /path/depot.zip -p --dry-run 4. esxcli software profile update -d /path/depot.zip -p 5. reboot 6. vim-cmd hostsvc/maintenance_mode_exit vib skipped 이슈 - install 명령으로 --ok-to-remove 옵션 추가 ------------------------------------- esxcli software profile update 명령 안.. 지식 2024.02.20
Window Server를 NTP 서버로 설정하기 Step 2: Go to the NtpServer Path Follow the following Registry tree to arrive where our target configuration lies. Computer>HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>W32Time>TimeProviders>NtpServer. The image below shows us at the end of the tree. As you can see, the right pane has files which are what as are looking for. Step 3: Enable NtpServer Double click on “Enabled” file which w.. 지식 2024.02.20