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.
Hvad er IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline er en Chrome-udvidelse udviklet af Code4dell, og dens hovedfunktion er "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Udvidelsesskærmbilleder
Download IDRAC 9 - Set PD Offline-udvidelses-CRX-fil
Download IDRAC 9 - Set PD Offline-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Officiel URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Beskrivelse | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Filstørrelse | 428 KB |
Antal Installationer | 85 |
Nuværende Version | 2 |
Senest Opdateret | 2020-10-01 |
Udgivelsesdato | 2020-09-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Code4dell |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |