Either port 443 is not accessible in iDRAC and OME server, or the credentials may not be right.
The above wsman command has to work. Otherwise OME cannot connect to the device using WSMAN. It should return the following data:
<wsman:Results xmlns:wsman="schemas.dmtf.org/.../results">
<n1:DCIM_SystemView xml:lang="" xmlns:n1="schemas.dell.com/.../DCIM_SystemView">
<n1:AssetTag></n1:AssetTag>
<n1:BIOSReleaseDate>08/18/2011</n1:BIOSReleaseDate>
<n1:BIOSVersionString>6.0.7</n1:BIOSVersionString>
<n1:BaseBoardChassisSlot>NA</n1:BaseBoardChassisSlot>
<n1:BladeGeometry>4</n1:BladeGeometry>
<n1:ChassisName>Main System Chassis</n1:ChassisName>
<n1:ChassisServiceTag>ABCDEFG</n1:ChassisServiceTag>
<n1:ChassisSystemHeight>2</n1:ChassisSystemHeight>
<n1:ExpressServiceCode>123456789000</n1:ExpressServiceCode>
<n1:FQDD>System.Embedded.1</n1:FQDD>
<n1:HostName>PAV-PPADEV</n1:HostName>
<n1:InstanceID>System.Embedded.1</n1:InstanceID>
<n1:LastSystemInventoryTime>20130228130001.000000+000</n1:LastSystemInventoryTime>
<n1:LastUpdateTime>20120418170502.000000+000</n1:LastUpdateTime>
<n1:LifecycleControllerVersion>1.5.5</n1:LifecycleControllerVersion>
<n1:Manufacturer>Dell Inc.</n1:Manufacturer>
<n1:MaxCPUSockets>2</n1:MaxCPUSockets>
<n1:MaxDIMMSlots>18</n1:MaxDIMMSlots>
<n1:MaxPCIeSlots>4</n1:MaxPCIeSlots>
<n1:MemoryOperationMode>AdvEccMode</n1:MemoryOperationMode>
<n1:Model>PowerEdge R710</n1:Model>
<n1:PlatformGUID>314b344f-c0ca-4880-3310-004d4c4c4544</n1:PlatformGUID>
<n1:PopulatedCPUSockets>2</n1:PopulatedCPUSockets>
<n1:PopulatedDIMMSlots>4</n1:PopulatedDIMMSlots>
<n1:PopulatedPCIeSlots>0</n1:PopulatedPCIeSlots>
<n1:PowerState>2</n1:PowerState>
<n1:PrimaryStatus>2</n1:PrimaryStatus>
<n1:ServiceTag>ABCDEFG</n1:ServiceTag>
<n1:SysMemErrorMethodology>6</n1:SysMemErrorMethodology>
<n1:SysMemFailOverState>NotInUse</n1:SysMemFailOverState>
<n1:SysMemLocation>3</n1:SysMemLocation>
<n1:SysMemPrimaryStatus>0</n1:SysMemPrimaryStatus>
<n1:SysMemTotalSize>8192</n1:SysMemTotalSize>
<n1:SystemID>565</n1:SystemID>
<n1:SystemRevision>0</n1:SystemRevision>
<n1:UUID>4c4c4544-004d-3310-8048-cac04f344b31</n1:UUID>
<n1:smbiosGUID>44454c4c-4d00-1033-8048-cac04f344b31</n1:smbiosGUID>
</n1:DCIM_SystemView>
</wsman:Results>
Thanks,
Raj Shresta