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.
  • 相关阅读:
    python测试开发django-115.Paginator分页器展示table表格数据
    python面试题-如"上海 深圳 深圳 上海",要求输入一个匹配模式,比如: aabb,判断是否符合
    python测试开发django-114.ModelForm中局部钩子(clean_)和全局钩子校验
    python测试开发django-113.使用Bootstrap框架
    MySQL将查询的结果作为update更新的数据,且在原字段数据后 CONCAT拼接(lej)
    MongoDB和Redis的区别是什么
    【精选】由浅入深带你吃透MQ原理与应用场景
    mysql 往表中某个字段的字符串后追加字符串
    mongodb 安装及使用
    Redis和MongoDB的区别(面试受用)
  • 原文地址:https://www.cnblogs.com/beautiful-code/p/6214793.html
Copyright © 2011-2022 走看看