이 제품의 최신 릴리즈를 사용할 수 있습니다.
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
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