* 다운로드 및 설치
HPE ESXi Utilities Offline Bundle for VMware vSphere 6.7
다운로드 경로 : https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX-702d3c7d8c4546a3b27d1458b5
esxi 서버에 파일 업로드
ys@test /cygdrive/c/Users/ys/Downloads/vmware67
$ scp -r esxi6.7-util-bundle-3.2.0-12.zip root@192.168.1.22:
esxi 서버 로컬에서 설치
[root@localhost:~] ls -l
total 11417
lrwxrwxrwx 1 root root 49 Jun 25 17:50 altbootbank -> /vmfs/volumes/2870e1ef-64abc1b8-ea47-3132072ea6f0
drwxr-xr-x 1 root root 512 Jun 25 17:49 bin
lrwxrwxrwx 1 root root 49 Jun 25 17:50 bootbank -> /vmfs/volumes/5a7d35ec-d1b700b4-748b-f77e4790b6c0
-r--r--r-- 1 root root 528541 Apr 3 21:50 bootpart.gz
-r--r--r-- 1 root root 414339 Apr 3 21:50 bootpart4kn.gz
drwxr-xr-x 19 root root 512 Jun 27 17:19 dev
-rwx------ 1 root root 10509742 Jun 27 17:19 esxi6.7-util-bundle-3.2.0-12.zip
drwxr-xr-x 1 root root 512 Jun 27 16:40 etc
drwxr-xr-x 1 root root 512 Jun 25 17:49 lib
drwxr-xr-x 1 root root 512 Jun 25 17:49 lib64
-r-x------ 1 root root 12033 Jun 22 20:15 local.tgz
lrwxrwxrwx 1 root root 6 Jun 25 17:50 locker -> /store
drwxr-xr-x 1 root root 512 Jun 25 17:49 mbr
drwxr-xr-x 1 root root 512 Jun 25 17:49 opt
drwxr-xr-x 1 root root 131072 Jun 27 17:19 proc
lrwxrwxrwx 1 root root 29 Jun 25 17:50 productLocker -> /locker/packages/vmtoolsRepo/
lrwxrwxrwx 1 root root 4 Apr 3 21:31 sbin -> /bin
lrwxrwxrwx 1 root root 12 Jun 25 17:50 scratch -> /tmp/scratch
lrwxrwxrwx 1 root root 49 Jun 25 17:50 store -> /vmfs/volumes/5b2d4238-4a782095-ae6d-68b599705ae0
drwxr-xr-x 1 root root 512 Jun 25 17:49 tardisks
drwxr-xr-x 1 root root 512 Jun 25 17:49 tardisks.noauto
drwxrwxrwt 1 root root 512 Jun 27 17:19 tmp
drwxr-xr-x 1 root root 512 Jun 25 17:49 usr
drwxr-xr-x 1 root root 512 Jun 25 17:49 var
drwxr-xr-x 1 root root 512 Jun 25 17:49 vmfs
drwxr-xr-x 1 root root 512 Jun 25 17:49 vmimages
lrwxrwxrwx 1 root root 18 Apr 3 21:31 vmupgrade -> /locker/vmupgrade/
[root@localhost:~] esxcli software vib install -d "/esxi6.7-util-bundle-3.2.0-12.zip"
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: HPE_bootbank_bootcfg_6.7.0.02-04.00.4.7535516, HPE_bootbank_conrep_6.7.0.03-01.00.2.7535516, HPE_bootbank_cru_670.6.7.10.14-1OEM.670.0.0.7535516, HPE_bootbank_hponcfg_6.7.0.5.0-3.8.7535516, HPE_bootbank_ilo_670.10.1.0.16-1OEM.670.0.0.7535516, HPE_bootbank_ssacli_3.25.4.0-6.5.0.4240417, HPE_bootbank_testevent_6.7.0.02-00.01.12.7535516
VIBs Removed:
VIBs Skipped:
[root@localhost:~] reboot
Procedure
- Power off any virtual machines that are running on the host and place the host into maintenance mode.
- Transfer the offline bundle onto the ESXi host local path, or extract it onto an online depot.
- Install the bundle on the ESXi host.
- Install remotely from client, with offline bundle contents on a online depot:
esxcli -s <server> -u root -p mypassword software vib install -d <depotURL/bundle-index.xml> - Install remotely from client, with offline bundle on ESXi host:
esxcli -s <server> -u root -p mypassword software vib install -d <ESXi local path><bundle.zip> - Install from ESXi host, with offline bundle on ESXi host:
esxcli software vib install -d <ESXi local path><bundle.zip>
- Install remotely from client, with offline bundle contents on a online depot:
- After the bundle is installed, reboot the ESXi host for the updates to take effect.
- (Optional) Verify that the vibs on the bundle are installed on your ESXi host:
esxcli -s <server> -u root -p mypassword software vib list - (Optional) Remove individual vibs. <vib name> can be identified by listing the vibs as shown in #5:
esxcli -s <server> -u root -p mypassword software vib remove -n <vib name>
'Vmware' 카테고리의 다른 글
esxi 6.7 에 zabbix 5.2 설치 (0) | 2020.11.18 |
---|---|
VCSA 6.5 system requirement (0) | 2018.06.15 |
댓글