VMware VS4-STD-C Evaluator Guide - Page 96

Create a New Image Profile, Create a New Image Profile by Manually Selecting Individual VIBs

Page 96 highlights

VMware vSphere 5.0 Evaluation Guide - Volume One Figure 133. Get-EsxImageProfile VibList Create a New Image Profile The following steps show how to create a custom image profile either by manually selecting the individual VIB components or by cloning an existing image profile. Each image profile must meet the following requirements: • The image profile must have a unique name. • The image profile must contain at least one base ESXi VIB and one bootable kernel module. • The acceptance level for each VIB must match the acceptance level defined for the profile. • A VIB can only exist once in an image profile. • All VIB dependencies must be met. Create a New Image Profile by Manually Selecting Individual VIBs Create a new image profile named "MyNewProfile" that contains the ESXi base image. PowerCLI C:\> New-EsxImageProfile -NewProfile "MyNewProfile" -vendor "VMware" - SoftwarePackage esx-base Figure 134. New-EsxImageProfile TECHNICAL WHITE PAPER / 96

  • 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
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106

TECHNICAL WHITE PAPER / 96
VMware vSphere 5.0 Evaluation Guide –
Volume One
Figure 133.
Get-EsxImageProfile VibList
Create a New Image Profile
The following steps show how to create a custom image profile either by manually selecting the individual VIB
components or by cloning an existing image profile.
Each image profile must meet the following requirements:
• The image profile must have a unique name.
• The image profile must contain at least one base ESXi VIB and one bootable kernel module.
• The acceptance level for each VIB must match the acceptance level defined for the profile.
• A VIB can only exist once in an image profile.
• All VIB dependencies must be met.
Create a New Image Profile by Manually Selecting Individual VIBs
Create a new image profile named
“MyNewProfile”
that contains the ESXi base image.
PowerCLI C:\> New-EsxImageProfile –NewProfile “MyNewProfile” –vendor “VMware” –
SoftwarePackage esx-base
Figure 134.
New-EsxImageProfile