texroemer

Results 63 comments of texroemer

BIOS PXE attributes are only supported when BIOS boot mode is set to UEFI. When BIOS is in BIOS boot mode, PXE attributes will be suppressed and you will not...

Hi, Yes, this is supported and you can configure any NIC port on your server to PXE boot in UEFI mode. The attributes you want to use are: PxeDev1EnDis and...

@patriziobassi GET on URI "redfish/v1/Systems/System.Embedded.1/EthernetInterfaces" will return URIs for all network devices detected. Execute GET on one of these URIs to get the MAC address for that specific port. Example...

Current shipping iDRAC 7/8 2.52 version with Redfish, support is not there yet to get the Model name but will be there for next release 2.60 which is going to...

When the server is in BIOS boot mode, the network device handles PXE boot configuration. Attribute LegacyBootProtocol will be exposed by the network device. Redfish schema doesn't expose this attribute...

Hi @vvaldez There are plans to add setting these individual network attributes using PATCH operation in future iDRAC releases but this won't be until sometime next year (exact release date...

Hi @vvaldez The workflow you requested would not work switching back and forth between boot modes. In BIOS boot mode, PXE configuration is controlled by the network card itself, BIOS...

Hi @Alex-Bron Yes this is now supported in iDRAC version 5.00.10 and newer. Python and Powershell cmdlets also have also been posted to GitHub for this support. Example below of...

Hi @j20d Configuration jobs are per network FQDD or port so if you want to make attribute changes on multiple NICs, you need to create a config job per each...

Hi @GamerGun Can you please post this issue on the Ansible GitHub page instead. Ansible team at Dell will be able to respond and help you out. https://github.com/ansible/ansible/issues For workflow...