zoukankan      html  css  js  c++  java
  • HP P2xxx/MSA SMI-S Provider

    HP P2xxx/MSA SMI-S Provider

    The HP MSA provider must be enabled before it can be monitored. For more information on what a provider is, see Configure your provider.

    When you have configured the provider, you can add the array to SRM. For information, see HP P2xxx / MSA.

    SolarWinds provides some guidance on configuring provider software.

    The following information is provided 'as-is' as a reference for our customers. SolarWinds provides no guarantees as to the accuracy of this information as the software is built and distributed by 3rd party vendors who may make changes at any time. SolarWinds does not provide official support for problems related to vendor's SMI-S Providers, but customers can seek support via thwack. Our product team and other knowledgeable customers regularly use these forums and may be able to assist you.

    The HP MSA provider is running on both controllers of the HP MSA array. The providers are enabled by default.

    The IP address and credentials are the same for the SMI-S and API access:

    • Provider IP Address: The IP Address of any one of the controllers
    • Provider Credentials: Credentials of an array user with at least Manage level privileges and access for the wbi and smis interfaces.

    The default user "manage" can be used or a new user can be created with the required privileges.

    The default port used for SMI-S is 5989.

    Enabling SMI-S

    To enable SMI-S using the CLI:

    1. SSH into the array using the controller management IP address as the user "manage".
    2. Run the show protocols command.
    3. Check the output to ensure SMI-S is enabled.

    1. If SMI-S is not enabled, run the set protocol smis enabled command.

    To enable SMI-S using the web interface:

    1. Log in to the Management Interface: https://<controller_management_ip_address>.
    2. Click Configuration > Services > Management.
    3. Check to see if SMI-S is enabled.

    1. If SMI-S is not enabled, select the Enable check box under Storage Management Initiative Specification (SMI-S).

    In some versions of the management interface, even after enabling SMI-S and saving, the web interface may still show that it is not enabled. Run the show protocols command in the CLI to confirm that it is enabled.

    Checking user privileges

    To check user privileges using the CLI, SSH into the array using the controller management IP Address, and then run the show user <username> command.

    To check user privileges using the web interface:

    1. Log in to the Management Interface: https://<controller_management_ip_address>.
    2. Click Configuration > Users > Modify User.
    3. Choose the user from the table.

    Creating a user with SMI-S and API access

    To create a user with SMI-S and API access using the CLI:

    1. SSH into the array using the controller management IP Address.
    2. Run the create user level manage <username> command.
    3. Run the set user <username> interface wbi, smis command.

    To create a user with SMI-S and API access using the web interface:

    1. Log in to the Management Interface: https://<controller_management_ip_address>.
    2. Click Configuration > Users > Add New User.

    1. Enter the user Name and Password.
    2. Select Manage from the User Roles drop-down list.
    3. Select the WBI Access check box.
    4. Select the SMI-S Access check box.
    5. Click Add User.
  • 相关阅读:
    Android中对同一个TextView设置不同字体样式
    C++之new和malloc区别
    cocos2dx 在android平台打开文件问题
    基于物联网操作系统HelloX的智慧家庭体系架构
    密码学:SHA1加密算法详解
    Android中最简单的分享功能
    Android设置ProgressBar的前景和背景及其在多线程中的刷新
    【有明信息】虚实之间 ---关于企业架构是与非的探讨
    5.1.1 读取Redis 数据
    hdr(host), hdr_beg(host) , path_beg
  • 原文地址:https://www.cnblogs.com/beautiful-code/p/6214793.html
Copyright © 2011-2022 走看看