IDRAC 9 - Set PD Offline
The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
什么是IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline是由Code4dell开发的Chrome扩展程序,该扩展的主要功能是“The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.”。
扩展截图
下载IDRAC 9 - Set PD Offline扩展crx文件
下载IDRAC 9 - Set PD Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 2:
The tool is simple.
In case you need to put a disk offline without accessing perccli or omsa and you only have access through IDRAC, this tool will help you to do this.
Only works on IDRAC 9. 扩展基本信息
| 名称 | |
| ID | ifjfpnipghepmfdcikgbaphmdbafapej |
| 官方URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
| 简介 | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
| 文件大小 | 428 KB |
| 安装次数 | 85 |
| 当前版本 | 2 |
| 更新时间 | 2020-10-01 |
| 上架时间 | 2020-09-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Code4dell |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IDRAC 9 - Set PD Offline",
"manifest_version": 2,
"version": "2",
"description": "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.",
"browser_action": {
"default_icon": "icon.png",
"default_title": "IDRAC 9 - Set PD Offline"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |