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.
What is IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline is a Chrome extension developed by Code4dell, and its main feature is "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Extension Screenshots
Download IDRAC 9 - Set PD Offline Extension CRX File
Download IDRAC 9 - Set PD Offline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Official URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
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. |
File Size | 428 KB |
Installation Count | 85 |
Current Version | 2 |
Last Updated | 2020-10-01 |
Publish Date | 2020-09-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Code4dell |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |