- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- problems managing windows system with WBEM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2013 05:09 AM
04-16-2013 05:09 AM
problems managing windows system with WBEM
Hi everyone,
I'm trying to discover a Windows Server 2012 System with WBEM but it seems that I'm missing something.
Here's what I already did:
1) Installed WBEM Providers on managed system
2) disabled the HOLE firewall on CMS and managed system
3) used an account for the discovery which is in the group "DCOM users" on the managed system
4) granted the account "enable account" and "remote enable" permissions in the WMI Control Security on the Root WMI Namespace
5) added HP SIM Server certificate to the HP SMH certificate store on the managed system (to trusted SIM Servers)
The discovery Task still gives me major errors:
* Checking for WBEM protocol support on system...
Minor: This system does not have any SMI-S CIMOMs installed. No storage
systems will be found on this system.
Minor: The Central Management System (CMS) cannot communicate with the
CIMOM locally installed on the managed system using the WBEM
protocol, Identification will try to identify Windows systems using
the WMI Mapper as proxy; for Linux and HP-UX systems, check
credentials by going to Options->Security->Credentials->System
Credentials. For Linux systems also check if the HP WBEM provider
is installed.
* Running WBEM rules based identification...
Minor: Identification cannot get computer system hardware data from the
WBEM / WMI providers.
Does anyone know what I could try or what I've missed?
Thanks and regards,
Ville
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2013 04:11 AM
04-19-2013 04:11 AM
Re: problems managing windows system with WBEM
Found out what the problem was:
The Document "HP SIM Security" by HP says, that you only need to give the "enable account" and "remote enable" permissions in the WMI Control Security, but that isn't enough.
If you want to use a non-administrator account follow these steps for WMI Control Security:
For the following namespaces, add the user account to namespace security:
- root\HPQ
- root\HPQ\default
- root\HPQ\TestEvent
- root\Interop
- root\CIMv2
Following Permissions:
- Execute Methods
- Full Write
- Partial Write
- Provider Write
- Enable Account
- Remote Enable
- Read Security
- Edit Security
I don't know why also the Edit Security is needed but without that, the Task cannot be finished successfully...
Now I can discover the systems with WBEM, but the WBEM Event subscription fails with Windows Event 5858 with ResultCode 0x80041003 (regarding to MSDN this means WBEM_E_ACCESS_DENIED).
So I still have to find out some more configuration which is needed.
Regards,
Ville