Hi all,
please assist with the following :
1. Verify VIBs included in ImageProfile :
Get-EsxImageProfile ESXi-5.1.0-799733-test | Select-Object -ExpandProperty VibList
- Result : PASS - custom VIB is on the list, VMware supported.
2. Verify correct rule assosiated with machine (PASS) :
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> Get-DeployRule
Name : ESXi-5.1.0-799733-test
PatternList : {ipv4=my_ip}
ItemList : {ESXi-5.1.0-799733-test}
3. Verify machine gets correct IP via DHCP - PASS.
4. Boot ESXi host and verify VIB present :
~ # esxcli software vib list
- Result : FAIL- custom VIB is not on list.
any ideas ?
Thanks in advance.