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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
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
Eメール [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:\/\/*\/*"
    ]
}