| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |
Tags
- 프로그래머스
- 해커랭크
- ProblemSolving
- Code Jam
- 리트코드
- MySQL
- LEVEL 2
- leetcode
- K8S
- First Unique Character in a String
- 문제해결
- hackerrank
- 코딩테스트
- Python
- swift
- GitLab
- 3D PRINTING
- 알고리즘
- 하늘과 바람과 별과 시
- ProblemSoving
- 파이썬
- Algorithm
- Kubernetes
- Code Jam 2022
- C++
- Count Monobit Integers
- 2022
- Qualification Round
- 하늘과 바람과 별과 詩
Archives
- Today
- Total
공대생의 비망록
[ESXi] ESXi Local의 depot zip 파일로 ESXi 업데이트하기 본문
ESXi 업데이트를 위해 depot zip 파일을 다운로드하고 버전을 업데이트 하려고 했는데, 그 명령어가 기억나지 않아 다시 찾는 과정을 앞으로 다시 겪지 않도록 기록으로 남긴다.
$ esxcli software vib update -d [ZIP_FILE_PATH]
예시:
$ esxcli software vib update -d /vmfs/volumes/<VOLUME>/ESXi650-202210001.zip
Comments