python-ilorest-library-old
python-ilorest-library-old copied to clipboard
Link Status is different in ILO compared to API?
Hey,
I have several DL380 using 561T Adapters and using the redfish API I only seem to be able to pull out the data of 'enabled' or 'disabled' but not a link status. If I go into the remote console in the ILO I can clearly see that one of the interfaces has a Link Status 'Connected' and Link Speed Status of '10 Gbps Full'.
But when I use /redfish/v1/Systems/1/NetworkAdapters, I don't seem to have such values. In fact it actually appears as 'disabled' (quite misleading).
Is there anyway to get the link status of each Adapter?
Cheers,
- Calvin
@CalvinHartwell sorry for the delay didn't see this inquiry come in. Will be following up on this very shortly.
@LumbaJack any update on this?
@CalvinHartwell we have an open ticket to track this issue. Will report back as soon as a resolution is found.
@LumbaJack any update on this? I need this addressed for a very large HP customer.
@CalvinHartwell to get full details, enable AMS http://h20195.www2.hpe.com/V2/getpdf.aspx/4AA6-6053ENW.pdf
Regarding the "Disabled" return value, that is a bug and code has been changed to be included in the next iLO release. Instead of returning “Disabled”, the state will be hidden when iLO doesn't know the status.
@LumbaJack many thanks, I will pass this information on to those concerned!