Hi,
we are using OME 2.3 on windows 2012 R2 Standard
Currenlty we have serveral iRMC 7 and 8 servers working with the OME but now we got new R640 Servers and they are not discovered via WSMAN.
Port is open:
PORT STATE SERVICE
443/tcp open https
wsman on iDRAC 8:
winrm e cimv2/root/dcim/DCIM_SystemView -u:xxxx -p:xxxxx -r:https://x.x.x.x/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
DCIM_SystemView
AssetTag =
BIOSReleaseDate = 06/16/2016
BIOSVersionString = 2.1.7
BaseBoardChassisSlot = NA
BatteryRollupStatus = 1
BladeGeometry = 255
BoardPartNumber =
BoardSerialNumber =
CMCIP = null
CPLDVersion = 1.0.1
CPURollupStatus = 1
ChassisModel
ChassisName = Main System Chassis
ChassisServiceTag =
ChassisSystemHeight = 1
CurrentRollupStatus = 1
DeviceDescription = System
EstimatedExhaustTemperature = 40
EstimatedSystemAirflow = 19
ExpressServiceCode =
FQDD = System.Embedded.1
FanRollupStatus = 1
...
wsman on iDRAC 9:
winrm e cimv2/root/dcim/DCIM_SystemView -u:xxxx -p:xxxxx -r:https://x.x.x.x/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
WSManFault
Message = WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet.
Error number: -2144108250 0x80338126
WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet.
The iDRAC 9 is in a different subnet, but the rest is the same.
Any suggested support path here?
Thanks!