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. Uploading File using Ajax and receiving binary data in Asp.net (C#)[转]

    基础知识,可由此衍生.原文:http://uniapple.net/blog/?p=2050 In this post, I will show you how to upload a file us ...

  2. Android学习笔记——保存文件(Saving Files)

              本人邮箱:JohnTsai.Work@gmail.com,欢迎交流讨论.                 欢迎转载,转载请注明网址:http://www.cnblogs.com/J ...

  3. 最新Java校招面试题及答案

    本文作者在一年之内参加过多场面试,应聘岗位均为 Java 开发方向.在不断的面试中,分类总结了 Java 开发岗位面试中的一些知识点. 主要包括以下几个部分: Java 基础知识点 Java 常见集合 ...

  4. 在lua环境中使用protobuf

    最近在cocos2dx的项目中,需要在LUA脚本层使用protobuf协议.官方已经推出了很多种语言的版本.但唯独LUA版本不全.于是开始研究protobuf在LUA下的实现,将完整的过程记录了下来, ...

  5. phpcms v9不限模型全站搜索

    简单修改一下v9默认的搜索功能,可以不按模型搜索全站内容 下面是被修改后的search模块中的index.php文件 <?php defined('IN_PHPCMS') or exit('No ...

  6. LINE@生活圈招募好友秘笈

    什么是「获得更多好友」页面? 您可从  LINE@ app >管理>获得更多好友  进入此页面. ▼ 「获得更多好友」新介面中,募集好友的四大秘诀 秘诀一.「以社群网站或电子邮件分享」 • ...

  7. linux 中搜索命令的对比

    1.find find是最常用和最强大的查找命令.它能做到实时查找,精确查找,但速度慢. find的使用格式如下: #find [指定目录] [指定条件] [指定动作] 指定目录:是指所要搜索的目录和 ...

  8. [OpenCV] Samples 15: Background Subtraction and Gaussian mixture models

    不错的草稿.但进一步处理是必然的,也是难点所在. Extended: 固定摄像头,采用Gaussian mixture models对背景建模. OpenCV 中实现了两个版本的高斯混合背景/前景分割 ...

  9. Git Step by Step – (8) Git的merge和rebase

    前面一篇文章中提到了"git pull"等价于"git fetch"加上"git merge",然后还提到了pull命令支持rebase模式 ...

  10. lua 注释

    1. 单行注释 --  功能等同于C++中的// 2. 多行注释  --[[  注释的内容  ]]   功能等同于C++中的 /**/ 3. 多行注释   --[====[   注释和内容  ]=== ...