Start a Conversation

Unsolved

CY

7 Posts

3376

April 16th, 2019 05:00

OME Client Communication

Just came into this OME environment and I'm having issues.

Does not appear to be updating client information - mix iDRAC 6 and 7 - 710's and 720's.

 Device by status is Unknown, Alerts by Severity is No Data Available.

Error when trying to do updates is immediate (WinRM client cannot process - Basic authentication is currently disabled in client configuration........)

I updated an iDRAC manually but is not reflecting in System Update.

The iDRAC is reachable from the OME server and troubleshooting tool using WSMAN connects with following results. Any help would be appreciated

Using TLS 1.0 for SSL/TLS handshake.
TLS 1.0 Handshake successful.
Connected.
WSMAN profiles found on the remote device are:
1. OS Deployment
2. Software Inventory
3. Software Update
4. Job Control
5. LC Management
6. Persistent Storage
7. Simple NIC
8. Simple FC
9. BIOS and Boot Management
10. Simple RAID
11. Fan
12. Power Supply
13. iDRAC Card
14. Memory
15. CPU
16. System Info
17. PCI Device
18. Video
19. Base Server
20. Service Processor
21. SM CLP Admin Domain
22. Power State Management
23. Active Directory Client
24. Simple Identity Management
25. Role Based Authorization
26. Record Log
27. DHCP Client
28. DNS Client
29. Ethernet Port
30. IP Interface
31. Command Line Protocol Service
32. Physical Asset
33. Base Metrics
34. Virtual Media
35. USB Redirection
36. Power Utilization
37. SMASH Collections

 

April 16th, 2019 07:00

Hi, thanks for the query.

Enable the Basic authentication level. (ref OME FAQ)

The Client configuration should match the settings below:

winrm get winrm/config/client

Client
NetworkDelayms = 5000
URLPrefix = wsman
AllowUnencrypted = false
Auth
Basic = true
Digest = true
Kerberos = true
Negotiate = true
Certificate = true
CredSSP = false
DefaultPorts
HTTP = 5985
HTTPS = 5986
TrustedHosts

This can also be verified using Troubleshooting tool bundled along with OME v2.5.

Run the following command to enable this:

winrm set winrm/config/service/auth '@{Basic="true"}'

April 16th, 2019 11:00

C:\Windows\system32>winrm set winrm/config/service/auth @{Basic="true"} WSManFault Message ProviderFault WSManFault Message = The config setting Basic cannot be changed because is controlled by policies. The policy would need to be set to "Not Configured" in order to change the config setting. Error number: -2144108406 0x8033808A Cannot change GPO controlled setting. I changed the GPO locally but I got the same error.

April 21st, 2019 22:00

Please work with your GPO administrator.

April 22nd, 2019 11:00

GPO appears correct locally on the server, can domain GPO still have an affect? - anything else I can try?

Thank youOME_GPO.PNG

April 30th, 2019 04:00

This has been resolved - Domain GPO was resetting local setting after login session ended.

April 30th, 2019 04:00

Thanks for the update. :)
No Events found!

Top