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 ...
随机推荐
- curl教程2
上篇介绍了curl的基本用法和简单例子,这篇有包含下载,上传,断点续传等的技巧,一并也mark一下吧. 原文:http://blog.csdn.net/apoxlo/article/details/2 ...
- android app rate on google play and amazon
http://stackoverflow.com/questions/11393191/linking-back-to-amazon-app-store-for-ratings public st ...
- .NET工具集合
工具 (1) 代码分析 .NET Memory Profiler - http://memprofiler.com/ANTS Profiler - http://www.red-gate.com/co ...
- symfony 事务提交
1. 添加数据 新建一个对象,给对象赋值 $em = $this->getDoctrine()->getManager(); //添加事物 $em->getConnection()- ...
- jquery ajax 请求中 中文汉字的 转码问题
1.汉字参数直接跟在请求连接的后面,这样需要使用encodeURIComponent(fileName)或者encodeURI(fileName)转码两次 后台使用URLDecoder.decode( ...
- linux 按照端口一句命令杀死进程,按照进程名称一句命令杀死进程
例如杀死nginx 按照程序名称杀死进程 例如杀死nginx的进程 ps -aux|grep nginx|grep -v grep|cut -c 9-15|xargs kill -9 或者 ps -a ...
- Linux静态库生成
Linux上的静态库,其实是目标文件的归档文件. 在Linux上创建静态库的步骤如下: 写源文件,通过 gcc -c xxx.c 生成目标文件. 用 ar 归档目标文件,生成静态库. 配合静态库,写一 ...
- js 或 且 非
给定 x=6 以及 y=3,下表解释了逻辑运算符: 运算符 描述 例子 && and (x < 10 && y > 1) 为 true || or (x== ...
- GCD (Grand Central Dispatch) 笔记
GCD (Grand Central Dispatch) 是Apple公司开发的一种技术,它旨在优化多核环境中的并发操作并取代传统多线程的编程模式. 在Mac OS X 10.6和IOS 4.0之后开 ...
- Java重定向输出流实现程序日志
创建一个类,在该类的main主方法中,保存System类的out成员变量为临时变量,然后创建一个新的文件输出流,并把这个输出流设置为System类新的输出流.在程序关键位置输出调试信息,这些调试信息将 ...