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.
Was ist IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline ist eine Chrome-Erweiterung, die von Code4dell entwickelt wurde, und ihr Hauptmerkmal ist "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Erweiterungsscreenshots
IDRAC 9 - Set PD Offline-Erweiterungs-CRX-Datei herunterladen
Laden Sie IDRAC 9 - Set PD Offline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Offizielle URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Beschreibung | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Dateigröße | 428 KB |
Installationsanzahl | 85 |
Aktuelle Version | 2 |
Letztes Update | 2020-10-01 |
Veröffentlichungsdatum | 2020-09-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Code4dell |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |