Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

5136

August 4th, 2016 06:00

OME 2.2: WSMAN inventory Unclassified

Our installaion is an upgrade from OME 2.1 (where we also had the issue)
we use WSMAN to inventory our DRACs and they are marked as unclassified

Note: on a OME 2.0 test server, using the same configuration, all is working as expected.


The troubleshooting tool is working normal, when selecting WSMAN and these options 
Skip CA Check
Skip CN Check

Using winrm , there is no output and no error message?

winrm e cimv2/root/dcim/DCIM_SystemView -u:root -p:****** -r:https://*****/ wsman:443 -auth:basic -encoding:utf-8 -SkipCACheck -SkipCNCheck -skiprevocationcheck




August 9th, 2016 03:00

What version is the LifeCycle controller and BIOS on the 11G server (iDRAC6)?
What is the server model?

One other thing you can try is to restart the iDRAC once.

1 Rookie

 • 

72 Posts

August 9th, 2016 04:00

It seems so :-) , Many thanks

So the solution was

  • enable "Allow unencrypted traffic" for winrm
    http://technico.qnownow.com/the-winrm-client-cannot-process-the-request-unencrypted-traffic-is-currently-disabled/
  • Drac "Soft Reset" to get discovery/inventory to work in OME 2.2
     (For OME 2.0 this was not needed , as discovery/inventory worked) 


When I have some more time, I will try some other Drac6 cards.


August 5th, 2016 06:00

Check the SSL certificate expiration of the iDRAC, from OME 2.1 onward there was a change that expired certificates were no longer excepted.

You can renew a certificate with the Troubleshoot tool

1 Rookie

 • 

72 Posts

August 5th, 2016 06:00

The SSL doesn't seems to be expired


 


After renewing the SSL cert, the issue still remains the same

1 Rookie

 • 

72 Posts

August 9th, 2016 02:00

  • The first time running the command, I got this error message

WSManFault
Message = The WinRM client cannot process the request. Unencrypted traffic is currently disabled in the client configuration. Change the client configuration and try the request again.

Error number: -2144108322 0x803380DE
The WinRM client cannot process the request. Unencrypted traffic is currently disabled in the client configuration. Change the client configuration and try the request again.

  • After applying this solution

technico.qnownow.com/.../

Running the command gave this message

WSManFault
Message = The WinRM client cannot process the request. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must be ad
ded to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config.

Error number: -2144108316 0x803380E4
The WinRM client cannot process the request. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must be added to the Tru
stedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can get more information about that by running the following command: winrm help config.

  • Running the command like below, will not give any output

winrm e cimv2/root/dcim/DCIM_SystemView -u:root -p:calvin -r:https://10.94.149.171/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic

  • Is there any winrm config needed that I have missed during the installation of the OME server?

August 9th, 2016 02:00

Try running a winrm command directly from the command line of the OME server, substitute the IP address with the address of the iDRAC that has issues.

winrm e cimv2/root/dcim/DCIM_SystemView -u:root -p:calvin -r:10.94.149.171/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic

1 Rookie

 • 

72 Posts

August 9th, 2016 03:00

NetworkDelayms = 5000
URLPrefix = wsman
AllowUnencrypted = true [Source="GPO"]
Auth
Basic = true
Digest = true
Kerberos = true
Negotiate = true
Certificate = true
CredSSP = false
DefaultPorts
HTTP = 5985
HTTPS = 5986
TrustedHosts

August 9th, 2016 03:00

That seems okay, have you tried removing the iDRAC from OME and do a new discovery/inventory of the range after you applied the fix?

Sorry, I also forgot the HTTPS in the winrm command.

winrm e cimv2/root/dcim/DCIM_SystemView -u:root -p:calvin -r:https://192.168.1.1/wsman:443 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic

 

August 9th, 2016 03:00

Can you give me the output of:

winrm get winrm/config/client

1 Rookie

 • 

72 Posts

August 9th, 2016 03:00

I have , and I noticed something

when I try an iDrac7, it is correctly added to OME, also the command winrm with HTTPS is working for the iDrac7

winrm e cimv2/root/dcim/DCIM_SystemView -u:root -p:****** -r:https://*****/ wsman:443 -auth:basic -encoding:utf-8 -SkipCACheck -SkipCNCheck -skiprevocationcheck


When I do the same for a iDrac6, there is no output from the command winrm with HTTPS

Device Type iDRAC6
Hardware Version 0.01
Firmware Version 2.85 (Build 04)

August 9th, 2016 04:00

Those are all up to date, but if I understand correctly everything is now working as expected?

1 Rookie

 • 

72 Posts

August 9th, 2016 04:00

Dell Server BIOS 11G 6.4.0
Dell Lifecycle Controller 1.7.5.4
OS Driver Pack 6.2.0.9
Broadcom NetXtreme II Gigabit Ethernet 1 5.0.13
Broadcom NetXtreme II Gigabit Ethernet 2 5.0.13
Broadcom NetXtreme II Gigabit Ethernet 3 5.0.13
Broadcom NetXtreme II Gigabit Ethernet 4 5.0.13
Dell 32 Bit Diagnostics 5130A0


  • inventory/discover the iDrac6 with OME 2.0.1.2222, it is working normal
    (this was before Drac soft reset)

  • After a Drac soft reset,  winrm command is working and also inventory/discover with OME 2.2
No Events found!

Top