- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- WBEM permissions to access MSA
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
Forums
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
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
07-10-2008 11:27 AM
07-10-2008 11:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2008 01:19 PM
07-10-2008 01:19 PM
SolutionThe error does indicate an access issue.
Also for the EVA the namespace is root/pg_interop so the namespace may also be wrong.
See:
ftp://ftp.compaq.com/pub/products/storageworks/smisproviders/smis_troubleshooting.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2008 05:44 AM
07-11-2008 05:44 AM
Re: WBEM permissions to access MSA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2008 05:52 AM - last edited on 06-28-2021 10:15 PM by Ramya_Heera
07-11-2008 05:52 AM - last edited on 06-28-2021 10:15 PM by Ramya_Heera
Re: WBEM permissions to access MSA
hi
the MSA is connected to a server that runs the MSA provider, giving through wbem the necessary infos he wants as long as they can talk together.
Once the MSA provider is installed, it needs to be configured. There is a command line tool to run to modify the accounts password used to connect to the msa through wbem.
By default, it comes with Adminitrator/Administrator and administrator/administrator combination. Use the Useraccount.bat tool to change these credentials. These credentials should be then set up in HP SIM in the option menu under protocols settings of the server connected to the MSA.
Once they match, you can run an identify on the server connected to the MSA, the MSA should arrive in HP SIM shortly after.
ftp://ftp.compaq.com/pub/products/storageworks/smisproviders/msa_provider.pdf
from the readme file :
Configuring SMI-S MSA
---------------------
The set of configuration files you may modify are:
Cim.properties: CIMOM related parameters for enabling SSL, JAAS etc.
Passwords: The user names and passwords for the authentication of the
clients connecting to the CIMOM server.
Configuration parameters shown below are set in the file
\Program Files\Hewlett-Packard\SMI-S\cimom\cim.properties.
For changes to take effect, after editing the file, save the changes
then restart the hpSMISCIMOM service.
Cim.properties
--------------
EnableBasicAuthorization (true or false)
Set to "true" to enable the basic level of authentication and
authorization.
EnableCompleteAuthorization (true or false)
Set to "true" to enable authentication and authorization on each
command before it can be run . If this is set to "true" then
EnableBasicAuthorization is ignored.
EnableSSL (true or false)
Set to "true" to enable SSL.
UserAccountsManager.bat
-----------------------
User accounts are organized into groups and a set of permissions are
assigned to each group using JAAS. To manage the user accounts, use
the script file
Program Files\Hewlett-Packard\SMI-S\cimom\UserAccountsManager.bat.
To find the list of options supported:
UserAccountsManager -h
To list the available groups and users:
UserAccountsManager -LG
Note: There are no input parameters to add or delete groups.
User accounts in the Administrator group have complete control of all
operations.
User accounts in the User group can only run read-only operations.
To add a user:
UserAccountsManager -AU -G -U -P
Example:
UserAccountsManager -AU -G Administrator -U Tom -P forest
Note: The parameter Group must be one of the groups listed by the -LG
option.
A user name can exist in only one group.
To change password for a user
UserAccountsManager -CP -U -O -N
Example
UserAccountsManager -CP -U Tom -O forest -N pathway
To remove a user
UserAccountsManager -DU -U
Example
UserAccountsManager -DU -U Tom
hope it helps
fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2008 07:21 AM
07-11-2008 07:21 AM