Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
Looking for help on how to Set Fault Suppression on a Service Profile in UCS with Start Time and Duration.I can add one using Add-UcsFaultSupression cmdlet but unsure of how to set Start Time and duration.Any help will be greatly appreciated.
...
Thanks Rishi,That works for our C24 M3 but not for C220 M4, both are running 3.0(4d).On the C220 M4 it tries to boot off On Board NICs instead of the VIC eth0. Below is what I'm trying.Get-ImcLsbootDevPrecision | Add-ImcLsbootPxe -Name "VICPXE" -Orde...
Hi Gregory,Is it possible to set onetime boot device using Cisco-IMC module?I've added PXE Boot device as below and would like to add that as one time boot deviceGet-ImcLsbootDevPrecision | Add-ImcLsbootPxe -Name "VICPXE" -Order 1 -State "Enabled" -S...