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:
- SSH into the array using the controller management IP address as the user "manage".
- Run the
show protocolscommand. - Check the output to ensure SMI-S is enabled.

- If SMI-S is not enabled, run the
set protocol smis enabledcommand.
To enable SMI-S using the web interface:
- Log in to the Management Interface:
https://<controller_management_ip_address>. - Click
Configuration > Services > Management. - Check to see if SMI-S is enabled.

- 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:
- Log in to the Management Interface:
https://<controller_management_ip_address>. - Click Configuration > Users > Modify User.
- 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:
- SSH into the array using the controller management IP Address.
- Run the
create user level manage <username>command. - Run the
set user <username> interface wbi, smiscommand.

To create a user with SMI-S and API access using the web interface:
- Log in to the Management Interface:
https://<controller_management_ip_address>. - Click
Configuration > Users > Add New User.

- Enter the user Name and Password.
- Select Manage from the User Roles drop-down list.
- Select the WBI Access check box.
- Select the SMI-S Access check box.
- Click Add User.
HP P2xxx/MSA SMI-S Provider的更多相关文章
- RH LINUX5.5 RAW绑定
****************ORACLE 11G RAC***********************Disk /dev/sdb: 2147 MB, 2147483648 bytes67 head ...
- 我所理解的 惠普云 (HP Cloud)
HP (惠普)于2014年5月27日宣布了它的新的云产品线 HP Helion,并宣布在接下来的两年时间内向该产品线投资10亿美金.应该说这是一笔很大的投入,充分显示了HP 在云这个领域的决心.本文试 ...
- HP DL160 Gen9服务器集群部署文档
HP DL160 Gen9服务器集群部署文档 硬件配置=======================================================Server Memo ...
- SPI: Service Provider Interface
Service Provider Interface: JDK提供的一种服务发现的机制:主要是用于厂商实现JDK的只用. 比如说打印机,JDK提供了一个驱动接口com.printl.printerDr ...
- 【Tools】HP/惠普v285w 量产工具
前段时间朋友说自己u盘坏了,让帮忙看看.看下图是这个u盘. 坏的问题:往里面复制东西,提示:请去掉写保护或使用另一张磁盘.但是能正常从里面读取出来数据. 无论更换电脑,还是使用网上的修改注册表等方式皆 ...
- 一次修改闭源 Entity Provider 程序集以兼容新 EntityFramework 的过程
读完本文你会知道,如何在没有源码的情况下,直接修改一个 DLL 以去除 DLL 上的强命名限制,并在该程序集上直接添加你的“友元程序集(一种特殊的 Attribute,将它应用在程序集上,使得程序集内 ...
- CodeSimth - .Net Framework Data Provider 可能没有安装。解决方法
今天想使用CodeSimth生成一个sqlite数据库的模板.当添加添加数据库的时候发现: .Net Framework Data Provider 可能没有安装. 下面找到官方的文档说明: SQLi ...
- HP服务器 hp 360g5 centos7安装问题
HP服务器 hp 360g5 centos7安装问题 一 :启动盘无法识别硬盘 1.进入安装光盘,用上下键选择安装centos--Install Centos7(注意不可按Enter键),如图: 2 ...
- Membership三步曲之进阶篇 - 深入剖析Provider Model
Membership 三步曲之进阶篇 - 深入剖析Provider Model 本文的目标是让每一个人都知道Provider Model 是什么,并且能灵活的在自己的项目中使用它. Membershi ...
随机推荐
- 【Intel AF 2.1 学习笔记三】
AF中自带一些Css矢量图标,使用时需要设置class,例如下面代码显示一个左箭头图标: <a class="icon left"></a> AF中可用的图 ...
- iredmail邮件服务器之修改默认的web服务端口号
安装iredmail之后,由于需要在路由器上做端口映射以便在外网访问webmail,因此端口不能和WEB服务的端口好冲突,所以需要修改邮件服务器的httpd服务的端口. 一.apache/httpd的 ...
- 基于thinkphp的API日志
1.thinkphp日志 thinkphp的日志处理工作是由系统自动进行的 在开启日志记录的情况下,会记录下允许的日志级别的所有日志信息 系统的日志记录由核心的Think\Log类及其驱动完成,提供了 ...
- Linux常用命令总结--基础命令
系统信息 1.arch 显示机器的处理器架构(1) 2.uname -m 显示机器的处理器架构(2) 3.lsb_release -a 查看操作系统版本 4.top 查看进程 5.free -m 查看 ...
- GoF--适配器设计模式
1.概念: 适配器模式(Adapter Pattern)把一个类的接口变换成客户端所期待的另一种接口,从而使原本因接口不匹配而无法在一起工作的两个类能够在一起工作. 2.形式 a.类的适配器模式 ...
- nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
当你执行sudo nginx -s reload时出现nginx: [error] open() "/run/nginx.pid" failed (2: No such file ...
- 基于Python的接口自动化测试框架
项目背景 公司内部的软件采用B/S架构,目的是进行实验室的数据存储.分析.管理. 大部分是数据的增删改查,但是由于还在开发阶段,所以UI的变化非常快,难以针对UI进行自动化测试,那样会消耗大量的精力与 ...
- Python对文件和文件路径的管理
1. 使用os.path进行路径和文件管理 1.1 拆分路径 os.path.split 返回一个二元组,包含文件路径和文件名 os.path.dirname ...
- 汉字按首字母排序(javascript,php,mysql实现)
1.javascript实现 var a = ["啊","得啊_123","得啊_0124","波啊","婆& ...
- Github上star和fork比较高的vim配置方案
https://github.com/amix/vimrchttps://github.com/humiaozuzu/dot-vimrchttps://github.com/spf13/spf13-v ...