Acer Altos R380 F3 Installation & Configuration Guide - Page 58

Get-EsxSoftwarePackage, Add-EsxSoftwarePackage, Export-EsxImageProfile

Page 58 highlights

Altos R380 F3 Installation Configuration Guide 5. List VIB (vSphere Installation Bundle) of Intel Integrated RAID Module driver with Get-EsxSoftwarePackage command. PowerCLI C:\temp> Get-EsxSoftwarePackage | where {$_.Vendor -eq "lsi"} 6. Add VIB with Add-EsxSoftwarePackage command. PowerCLI C:\temp> Add-EsxSoftwarePackage -ImageProfile ESXi55U2CustomProfile -SoftwarePackage lsi-mr3 7. Create ISO image with Export-EsxImageProfile command. PowerCLI C:\temp> Export-EsxImageProfile -ImageProfile ESXi55U2CustomProfile -ExportToISO -FilePath C:\temp\esxi5.5u2-customizedImage.iso 8. Now, the customized ISO image (Intel Integrated RAID Module driver included) is ready. 51

  • 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
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58

51
Altos R380 F3 Installation Configuration Guide
5.
List VIB (vSphere Installation Bundle) of Intel Integrated RAID Module driver with
Get-EsxSoftwarePackage
command.
PowerCLI C:\temp> Get-EsxSoftwarePackage | where
{$_.Vendor -eq "lsi"}
6.
Add VIB with
Add-EsxSoftwarePackage
command.
PowerCLI C:\temp> Add-EsxSoftwarePackage -ImageProfile
ESXi55U2CustomProfile
SoftwarePackage lsi-mr3
7.
Create ISO image with
Export-EsxImageProfile
command.
PowerCLI C:\temp> Export-EsxImageProfile -ImageProfile
ESXi55U2CustomProfile
ExportToISO -FilePath
C:\temp\esxi5.5u2-customizedImage.iso
8.
Now, the customized ISO image (Intel Integrated RAID Module driver included) is
ready.