日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
GetHardwareConfig の実行
「 GetHardwareConfig 」メソッドを使用すると、ノードのハードウェア構成情報を取得できます。この設定データは、内部使用を目的としています。より有用なライブシステムハードウェアコンポーネントインベントリを取得するには、代わりに「 GetHardwareInfo 」メソッドを使用します。
パラメータ
このメソッドには入力パラメータはありません。
戻り値
このメソッドの戻り値は次のとおりです。
| 名前 | 説明 | を入力します |
|---|---|---|
ハードウェア構成 |
ハードウェア情報および現在の設定のリスト。 |
JSON オブジェクト |
要求例
このメソッドの要求例を次に示します。
{
"method": "GetHardwareConfig",
"params": {},
"id" : 1
}
応答例
このメソッドの応答例を次に示します。
{
"id": 1,
"result": {
"hardwareConfig": {
"biosRevision": "1.0",
"biosVendor": [
"NetApp",
"SolidFire"
],
"biosVersion": "1.1.2",
"blockDriveSizeBytes": 300069052416,
"blockDrives": [
"/dev/slot0",
"/dev/slot1",
"/dev/slot2",
"/dev/slot3",
"/dev/slot4",
"/dev/slot5",
"/dev/slot6",
"/dev/slot7",
"/dev/slot8",
"/dev/slot9"
],
"blockServiceFormat": "Standard",
"bmcFirmwareRevision": "1.6",
"bmcIpmiVersion": "2.0",
"chassisType": "R620",
"cpuCores": 6,
"cpuCoresEnabled": 6,
"cpuModel": "Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz",
"cpuThreads": 12,
"driveSizeBytesInternal": 400088457216,
"fibreChannelFirmwareRevision": "",
"fibreChannelModel": "",
"fibreChannelPorts": {},
"idracVersion": "1.06.06",
"ignoreFirmware": [],
"memoryGB": 72,
"memoryMhz": 1333,
"networkDriver": [
"bnx2x"
],
"nicPortMap": {
"PortA": "eth2",
"PortB": "eth3",
"PortC": "eth0",
"PortD": "eth1"
},
"nodeType": "SF3010",
"numCpu": 2,
"numDrives": 10,
"numDrivesInternal": 1,
"nvramTempMonitorEnable": false,
"rootDrive": "/dev/sdimm0",
"scsiBusExternalDriver": "mpt3sas",
"scsiBusInternalDriver": "ahci",
"sliceDriveSizeBytes": 299988156416,
"sliceDrives": [
"/dev/sdimm0p4"
],
"slotOffset": 0,
"solidfireDefaults": {
"bufferCacheGB": 12,
"configuredIops": 50000,
"cpuDmaLatency": -1,
"driveWriteThroughputMBPerSleep": 10,
"maxDriveWriteThroughputMBPerSec": 175,
"maxIncomingSliceSyncs": 10,
"postCallbackThreadCount": 8,
"sCacheFileCapacity": 100000000,
"sliceFileLogFileCapacity": 5000000000
}
}
}
}
新規導入バージョン
9.6