Wer wie ich zur Zeit ein eigenes ESXi Image benötigt inkl. Software von HP und FusionIO, der kann diese kurze Anleitung vielleicht gebrauchen. Damit habe ich ein aktuelles ESXi 5.5 Image inkl. aktuelle HP Software und FusionIO Treiber erstellt und schon 10 ESXi-Server installiert.
Herunterladen des Zip-Files von VMware
Herunterladen der Software von FusionIO
PowerCLI öffnen und dahin wechseln wo das Zip-File liegt
PowerCLI C:\Users\User\Downloads> ls Verzeichnis: C:\Users\User\Downloads Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 06.02.2015 11:51 333533064 ESXi550-201502001.zip -a--- 22.10.2013 16:46 297072 libvsl-1.0.0-550-offline-bundle.3.2.6.1219.zip -a--- 21.10.2013 14:51 1738984 scsi-iomemory-vsl-55L-3.2.6.1219-offline_bundle-1377365.zip
3. EsxSoftwareDepot hinzufügen
PowerCLI C:\Users\User\Downloads> Add-EsxSoftwareDepot .\ESXi550-201502001.zip Depot Url --------- zip:C:\Users\User\Downloads\ESXi550-201502001.zip?index.xml PowerCLI C:\Users\User\Downloads> Add-EsxSoftwareDepot .\libvsl-1.0.0-550-offline-bundle.3.2.6.1219.zip Depot Url --------- zip:C:\Users\User\Downloads\libvsl-1.0.0-550-offline-bundle.3.2.6.1219.zip?index.xml PowerCLI C:\Users\User\Downloads> Add-EsxSoftwareDepot .\scsi-iomemory-vsl-55L-3.2.6.1219-offline_bundle-1377365. zip Depot Url --------- zip:C:\Users\User\Downloads\scsi-iomemory-vsl-55L-3.2.6.1219-offline_bundle-1377365.zip?index.xml
Hinzufügen des HP-Depots
PowerCLI C:\Users\User\Downloads> Add-EsxSoftwareDepot http://vibsdepot.hp.com/hpq/dec2014/index.xml Depot Url --------- http://vibsdepot.hp.com/hpq/dec2014/index.xml
EsxSoftwareDepot Überprüfen
PowerCLI C:\Users\User\Downloads> Get-EsxSoftwareDepot Depot Url --------- zip:C:\Users\User\Downloads\ESXi550-201502001.zip?index.xml zip:C:\Users\User\Downloads\libvsl-1.0.0-550-offline-bundle.3.2.6.1219.zip?index.xml zip:C:\Users\User\Downloads\scsi-iomemory-vsl-55L-3.2.6.1219-offline_bundle-1377365.zip?index.xml http://vibsdepot.hp.com/hpq/dec2014/index.xml
PowerCLI C:\Users\User\Downloads> Get-EsxSoftwarePackage -Name esx-base Name Version Vendor Creation Date ---- ------- ------ ------------- esx-base 5.5.0-2.55.2456374 VMware 22.01.2015 00...
PowerCLI C:\Users\User\Downloads> Get-EsxImageProfile | ft -Autosize Name Vendor Last Modified Acceptance Level ---- ------ ------------- ---------------- ESXi-5.5.0-20150204001-standard VMware, Inc. 23.01.2015 03:45:57 PartnerSupported ESXi-5.5.0-20150204001-no-tools VMware, Inc. 23.01.2015 03:45:57 PartnerSupported
Profile Clonen
New-EsxImageProfile -CloneProfile ESXi-5.5.0-20150204001-standard -Name ESXi-5.5.0-20150204001-HP-FusionIO -AcceptanceLevel PartnerSupported Name Vendor Last Modified Acceptance Level ---- ------ ------------- ---------------- ESXi-5.5.0-20150204001-HP-F... XXX 23.01.2015 0... PartnerSupported
Hinzufügen der Softwarepakete
Add-EsxSoftwarePackage -ImageProfile ESXi-5.5.0-20150204001-HP-FusionIO -SoftwarePackage hp-ams,libvsl,hponcfg,hp-smx-provider,hpnmi,scsi-iomemory-vsl,hpbootcfg,hpssacli,hp-esxi-fc-enablement,char-hpilo | Select -ExpandProperty Depends
Überprüfen der SoftwarePakete
Get-EsxSoftwarePackage | where {$_.Vendor -eq "Hewlett-Packard" -or $_.Vendor -eq "Fusion-io" } | Format-Table -AutoSize Name Version Vendor Creation Date ---- ------- ------ ------------- libvsl 550.sdk.1.0.0-vsl.3.2.6.1219 Fusion-io 12.10.2013 00:19:09 hponcfg 5.0.0.4.4-0.2.434156 Hewlett-Packard 14.07.2014 18:49:14 hpnmi 500.2.3.12-434156 Hewlett-Packard 20.02.2014 12:00:00 hp-smx-limited 500.03.06.00.21-434156 Hewlett-Packard 03.07.2014 04:00:36 hp-smx-limited 550.03.05.00.2-1198610 Hewlett-Packard 06.02.2014 06:51:53 scsi-iomemory-vsl 3.2.6.1219-1OEM.550.0.0.1198610 Fusion-io 12.10.2013 00:18:59 hpssacli 1.60.17.0-5.5.0.1198610 Hewlett-Packard 06.12.2013 05:02:25 hponcfg 5.5.0.04-00.13.2.1198610 Hewlett-Packard 03.04.2014 00:09:07 hp-smx-provider 500.03.06.00.23-434156 Hewlett-Packard 03.07.2014 04:08:48 hpssacli 2.0.23.0-5.0.0.377826 Hewlett-Packard 29.07.2014 17:29:11 hp-smx-provider 550.03.05.00.8-1198610 Hewlett-Packard 06.02.2014 07:26:33 hpbootcfg 5.5.0.02-00.00.11.1198610 Hewlett-Packard 27.11.2013 18:50:47 hpnmi 550.2.3.5-1198610 Hewlett-Packard 31.10.2013 19:50:14 hp-esxi-fc-enablement 500.2.1.8-434156 Hewlett-Packard 08.09.2014 19:44:41 hp-conrep 5.0.0.1-0.0.8.434156 Hewlett-Packard 14.07.2014 18:48:57 hpbootcfg 5.0.0.02-00.00.8.434156 Hewlett-Packard 27.11.2013 18:44:33 char-hpilo 500.9.0.2.3-1OEM.500.0.0.434156 Hewlett-Packard 31.03.2014 19:44:41 hptestevent 5.0.0.01-00.01.1.434156 Hewlett-Packard 31.10.2013 19:06:15 hp-ams 550.9.6.0-12.1198610 Hewlett-Packard 15.02.2014 18:58:47 char-hpcru 5.0.6.6-1OEM.500.0.0.434156 Hewlett-Packard 31.03.2014 19:44:41 char-hpcru 5.5.6.6-1OEM.550.0.0.1198610 Hewlett-Packard 31.03.2014 19:44:41 hp-ams 500.10.0.1-07.434156 Hewlett-Packard 09.09.2014 17:03:44 hp-esxi-fc-enablement 550.1.6.19-1198610 Hewlett-Packard 18.02.2014 19:44:41 hptestevent 5.5.0.01-00.01.4.1198610 Hewlett-Packard 31.10.2013 19:05:15 char-hpilo 550.9.0.2.3-1OEM.550.0.0.1198610 Hewlett-Packard 31.03.2014 19:44:41
Export des Images als Zip-File, das kann man super Benutzen um bestehende ESXi-Server zu aktualisieren.
Export-EsxImageProfile -ImageProfile ESXi-5.5.0-20150204001-HP-FusionIO -ExportToBundle -FilePath C:\Users\XXX\Downloads\ESXI-Image\rdy\ESXi-5.5.0-20150204001-HP-FusionIO-23022015.zip
Export des Image als ISO-File für eine Neuinstallation.
Export-EsxImageProfile -ImageProfile ESXi-5.5.0-20150204001-HP-FusionIO -ExportToIso -FilePath C:\Users\XXX\Downloads\ESXI-Image\rdy\ESXi-5.5.0-20150204001-HP-FusionIO-23022015.iso
Hoffe es Hilft