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. js堆栈与队列简单记忆

    在面向对象的程序设计里,一般都提供了实现队列(queue)和堆栈(stack)的方法,而对于JS来说,我们可以实现数组的相关操作,来实现队列和堆栈的功能,看下面的相关介绍. 一 看一下它们的性质,这种 ...

  2. localstorage和sessionstorage上手使用记录

    通过阅读各路大神对web存储locastorage和sessionstorage的用法解析,自己试用了一下,在此留个备忘. 在项目中,如果用到很多次storage,要存储很多数据,就要把它封装成函数了 ...

  3. Unity3d开发“类三消”游戏

    新建一个Project,导入图片素材和声音文件,把图片的Texture Type都修改为Sprite(2D and UI)[1].新建一个命名为Background的GameObject,为之添加背景 ...

  4. mysql中参数low_case_table_name的使用?不同参数值的设置有什么影响?

    需求描述: 今天一个同事问,在mysql中,默认的表名是大小写区分的吗,默认是什么设置, 如果要设置成大小写不区分的改怎么设置,是否需要进行重启.然后就进行了查询, 对于lower_case_tabl ...

  5. 5 -- Hibernate的基本用法 --4 4 数据库方言

    Hibernate底层依然使用SQL语句来执行数据库操作,虽然所有关系数据库都支持使用标准SQL语句,但所有数据库都对标准SQL进行了一些扩展,所以在语法细节上存在一些差异.因此,Hibernate需 ...

  6. Spring-Mybatis --- 配置SqlSessionFactoryBean,整合Spring-Mybatis

    要利用Mybatis首先是需要导入mybatis-x.x.x.jar,其次,要整合Spring和Mybatis需要导入mybatis-spring-x.x.x.jar. JAR : mybatis-x ...

  7. Go面向对象(三)

    go语言中的大多数类型都是值予以,并且都可以包含对应的操作方法,在需要的时候你可以给任意类型增加新方法.二在实现某个接口时,无需从该接口集成,只需要实现该接口要求的所有方法即可.任何类型都可以被any ...

  8. An internal error occurred during: "Launching xxx on WebLogic10.x".

    An internal error occurred during: "Launching xxx on WebLogic10.x". java.lang.NullPointerE ...

  9. Spring quartz Job不能依赖注入,Spring整合quartz Job任务不能注入

    Spring quartz Job不能依赖注入,Spring整合quartz Job任务不能注入 Spring4整合quartz2.2.3中Job任务使用@Autowired不能注入 >> ...

  10. 【AI】Ubuntu NVIDIA CUDA CUDNN安装配置

    https://blog.csdn.net/qq_33200967/article/details/80689543 https://blog.csdn.net/sinat_29963957/arti ...