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.
Vad är IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline är en Chrome-tillägg utvecklad av Code4dell, och dess huvudfunktion är "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Tilläggsskärmbilder
Ladda ner IDRAC 9 - Set PD Offline-förlängningens CRX-fil
Ladda ner IDRAC 9 - Set PD Offline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Officiell webbadress | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Beskrivning | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Filstorlek | 428 KB |
Antal Installationer | 85 |
Aktuell Version | 2 |
Senast Uppdaterad | 2020-10-01 |
Publiceringsdatum | 2020-09-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Code4dell |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |