I have some iDRAC 6 devices that have suddenly changed to a question mark status in the OME console, these were previously working absolutely fine up until this week., discovery is only WSMAN.
OME version is 2.0.1.2222
I can login to the DRAC fine with the same details that OME is using.
WSMAN troubleshooting with the troubleshooting tool returns ok.
I have run the following command which produces an almost empty output:
winrm enumerate "cimv2/root/dcim/DCIM_SystemView" -r:https://1.2.3.4/wsman -u:user -p:password -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic -format:pretty
output:
<wsman:Results xmlns:wsman="schemas.dmtf.org/.../results">
</wsman:Results>
The same command produces expected output on a working box running the same version of iDRAC firmware eg: AssetTag, BIOSRealseDate etc...
This post seems to identify an almost identical situation: http://en.community.dell.com/techcenter/systems-management/f/4494/t/19495413
I am rather stuck on this.