DungKHoang / Import-Export-OneView-Resources

5 stars 2 forks source link

UEFI and SAN boot #13

Closed aricbernard closed 3 years ago

aricbernard commented 3 years ago

After exporting an environment that contains a BFS server profile template, upon an attempt to import the template, the following error is received:

new-OVServerProfileTemplate : The "Use Adapter BIOS" Fibre Channel boot option cannot be selected with UEFI boot mode.

The connections (as defined in the profileTemplate.ps1) that are configured for BFS look like this: $conn1 = New-OVServerProfileConnection -name "Deployment Network A" -ConnectionID 1 -PortId "Mezz 3:1-a" -RequestedBW 1000 ` -network $network -bootable -priority Primary

$conn2 = New-OVServerProfileConnection -name "Deployment Network B" -ConnectionID 2 -PortId "Mezz 3:2-a" -RequestedBW 1000 -network $network -bootable -priority Secondary `

Removing the -bootable -priority Secondary allows the profile to complete successfully.

Source: image

Target after import with the above noted removal: image

aricbernard commented 3 years ago

Maybe this is a bug in the OV PowerShell cmdlets? (HPEOneView.550)