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.

HP P2xxx/MSA SMI-S Provider的更多相关文章

  1. RH LINUX5.5 RAW绑定

    ****************ORACLE 11G RAC***********************Disk /dev/sdb: 2147 MB, 2147483648 bytes67 head ...

  2. 我所理解的 惠普云 (HP Cloud)

    HP (惠普)于2014年5月27日宣布了它的新的云产品线 HP Helion,并宣布在接下来的两年时间内向该产品线投资10亿美金.应该说这是一笔很大的投入,充分显示了HP 在云这个领域的决心.本文试 ...

  3. HP DL160 Gen9服务器集群部署文档

    HP DL160 Gen9服务器集群部署文档 硬件配置=======================================================Server        Memo ...

  4. SPI: Service Provider Interface

    Service Provider Interface: JDK提供的一种服务发现的机制:主要是用于厂商实现JDK的只用. 比如说打印机,JDK提供了一个驱动接口com.printl.printerDr ...

  5. 【Tools】HP/惠普v285w 量产工具

    前段时间朋友说自己u盘坏了,让帮忙看看.看下图是这个u盘. 坏的问题:往里面复制东西,提示:请去掉写保护或使用另一张磁盘.但是能正常从里面读取出来数据. 无论更换电脑,还是使用网上的修改注册表等方式皆 ...

  6. 一次修改闭源 Entity Provider 程序集以兼容新 EntityFramework 的过程

    读完本文你会知道,如何在没有源码的情况下,直接修改一个 DLL 以去除 DLL 上的强命名限制,并在该程序集上直接添加你的“友元程序集(一种特殊的 Attribute,将它应用在程序集上,使得程序集内 ...

  7. CodeSimth - .Net Framework Data Provider 可能没有安装。解决方法

    今天想使用CodeSimth生成一个sqlite数据库的模板.当添加添加数据库的时候发现: .Net Framework Data Provider 可能没有安装. 下面找到官方的文档说明: SQLi ...

  8. HP服务器 hp 360g5 centos7安装问题

    HP服务器  hp 360g5 centos7安装问题 一 :启动盘无法识别硬盘 1.进入安装光盘,用上下键选择安装centos--Install Centos7(注意不可按Enter键),如图: 2 ...

  9. Membership三步曲之进阶篇 - 深入剖析Provider Model

    Membership 三步曲之进阶篇 - 深入剖析Provider Model 本文的目标是让每一个人都知道Provider Model 是什么,并且能灵活的在自己的项目中使用它. Membershi ...

随机推荐

  1. Greenplum-cc-web监控软件安装时常见错误

     错误error: 1.no pg_hba.conf entry for host “::1”, user “gpmon”, database “gpperfmon”, SSL off 解决: vi ...

  2. c++const关键字---15

    原创博文,转载请标明出处--周学伟 http://www.cnblogs.com/zxouxuewei/ const是一个C++语言的限定符,它限定一个变量不允许被改变.使用const在一定程度上可以 ...

  3. 正则 /\D/g

    onKeyUp="this.value=this.value.replace(/\D/g,'');"红色的是什么意识 /g是什么意思 ----------------------- ...

  4. mongodb安装使用笔记

    mongodb安装使用 安装后配置环境变量 创建数据库文件夹并连接数据库,并执行mongod --dbpath c:\workname 打开新的cmd,执行mongo命令,管理数据库 show dbs ...

  5. WPF布局管理之Canvas、InkCanvas (转)

    一.Canvas 在WPF中子元素的绝对定位的布局控件 其子元素使用Width.Height定义元素的宽度和高度 使用Convas.Left(Convas.Right).Convas.Top(Conv ...

  6. Docker应用之仓库

    仓库是存放镜像的地方 注册服务器是管理仓库的具体服务器,每个服务器上可以有多个仓库,每个仓库也可以有多个镜像 如 dl.dockerpool.com/ubuntu ,dl.dockerpool.com ...

  7. 【NodeJS】http-server.cmd

    npm install http-server @echo off  start cmd /k "D:\Program Files\nodejs\node_global\http-serve ...

  8. linux-友好显示文件大小

    4850905319b / 1024 /1024/1024 = 4.6G ls -lh

  9. java jni调用

    http://www.cnblogs.com/mandroid/archive/2011/06/15/2081093.html

  10. SaltStack 批量分发文件

    这里演示如何将 salt-master 上的文件批量分发到多台 salt-minion,步骤如下: [root@localhost ~]$ cat /srv/salt/top.sls # 先定义入口配 ...