HP Storage Works SMI-S MSA (Storage Management Initiative Specification) Version 1.0.2.0 (win32) Introduction ------------ HP StorageWorks SMI-S MSA provides the Web-Based Enterprise Management (WBEM) interface for the management of HP StorageWorks MSA arrays. SMI-S MSA kuses the Storage Management Initiative Specification (SMI-S), which is a new standard developed by the Storage Networking Industry Association (SNIA). SMI-S MSA can be installed on any host running Microsoft Windows 2000 or Windows 2003 Server. Note that this host must have a path through the SAN to the devices that will be managed. This document contains procedures for installing and configuring the SMI-S MSA provider. SMI-S MSA Features ------------------ The following features are supported by SMI-S MSA: * Profile * Array * Sub-Profiles o Software o Disk Drive o Extent Mapping o Cluster o LUN Creation o LUN Mapping and Masking o Pool Manipulation Capabilities and Settings * Profile * Server * Indications * Life Cycle Indications * Other Features * Service Location Protocol (SLP) discovery * Java Authentication and Authorization Service (JAAS) Supported Operating Systems --------------------------- * Microsoft Windows 2000 * Microsoft 2003 Server Installing SMI-S MSA -------------------- SMI-S MSA can be installed by copying the Smart Component to a temporary directory on the host system. Executing this .exe file will automatically install all components required for the provider/cimom. This will also install and start SLP service. Verifying SMI-S MSA installation -------------------------------- To verify the SMI-S MSA installation, complete the following steps. Verify that hp StorageWorks SMI-S CIMOM service is displayed. Verify that msa.jar file present in the following directory: C:\Program Files\Hewlett-Packard\SMI-S\MSAProvider\classes Starting and Stopping SMI-S MSA ------------------------------- The display name of the service is hp StorageWorks SMI-S CIMOM (Service Name hpSMISCIMOM). The service is automatically installed and started after installation. To Start or Stop the service: Control Panel > Administrative Tools > Services Uninstalling SMI-S MSA ---------------------- SMI-S MSA provider can be uninstalled from the Add/Remove programs panel. Configuring SMI-S MSA --------------------- The set of configuration files you need to 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 appear in the sections below. After changing any of the configuration parameters, be sure to restart the hpSMISCIMOM service. Cim.properties -------------- EnableBasicAuthorization (true or false) Set this to ?true? to enable the basic level of authentication and authorization. EnableCompleteAuthorization (true or false) Set this to ?true? to enable authentication and authorization on each command before it can be executed. 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 (UserAccountsManager.bat) located in the home directory. This is the directory where the CIMOM is installed, default is c:\Program Files\Hewlett-Packard\SMI-S\cimom. To find the list of options supported, run this script file with the ?h option. To list the available groups and users: UserAccountsManager -LG Note: There is no other 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 execute 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 For help UserAccountsManager -h