I-4 Accessing Power and Performance Data
' (Get SDR) for each record
Dim Record_LS,Record_MS, Offset, Length
Dim cnt, sensorNum, sensorType
' First Record
Record_LS = 0
Record_MS = 0
For cnt = 0 to RecordCount-1
Offset = 0
Length = 9
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h23
oinparams.requestdata = array(Reserve_LS, Reserve_MS, Record_LS, Record_MS, Offset, Lengt
h)
oinparams.requestdatasize = 6
set outparams = oipmi.execmethod_("requestresponse",oinparams)
If outparams.Completioncode = 0 Then
If outparams.ResponseData(6) = 1 Then ' Full Sensor Record
call GetSensorType(Reserve_LS, Reserve_MS, Record_LS, Record_MS, sensorType)
If sensorType = 1 Then ' Temperature
WScript.Echo "==========================================="
call GetIDString(Reserve_LS, Reserve_MS, Record_LS, Record_MS)
WScript.Echo " Sensor Type = Temperature"
sensorNum = outparams.ResponseData(10)
call GetSensor(Reserve_LS, Reserve_MS, Record_LS, Record_MS,sensorNum)
End If
End If
Record_LS = outparams.ResponseData(1)
Record_MS = outparams.ResponseData(2)
If Record_LS = &hff And Record_MS = &hff Then
exit For
End If
End If
Next
Sub GetSensorType(rv_ls, rv_ms, rc_ls, rc_ms, sensorType)
Dim outtmp
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h23
oinparams.requestdata = array(rv_ls, rv_ms, rc_ls, rc_ms, 12, 2)
oinparams.requestdatasize = 6
set outtmp = oipmi.execmethod_("requestresponse",oinparams)
sensorType = outtmp.ResponseData(3)
End Sub
Содержание N8100-1668F
Страница 60: ...2 28 General Description This page is intentionally left blank ...
Страница 146: ...5 8 Installing the Operating System with Express Setup Flow of Setup ...
Страница 173: ...Installing the Operating System with Express Setup 5 35 Flow of Setup ...
Страница 242: ...5 104 Installing the Operating System with Express Setup This page is intentionally left blank ...
Страница 251: ...Installing and Using Utilities 6 9 4 Click Parameter File Creator Parameter File Creator will appear ...
Страница 255: ...Installing and Using Utilities 6 13 Windows Server 2003 ...
Страница 282: ...7 14 Maintenance This page is intentionally left blank ...
Страница 287: ...Troubleshooting 8 5 With Redundant Power Supply Installed REAR LINK ACT lamp Speed lamp Speed lamp LINK ACT lamp ...
Страница 288: ...8 6 Troubleshooting With Non Redundant Power Supply Installed REAR Speed lamp LINK ACT lamp Speed lamp LINK ACT lamp ...
Страница 339: ...Troubleshooting 8 57 When you use a remote console 6 Each tool is selected and it starts ...
Страница 400: ...9 56 Upgrading Your Server 11 Bring down the lever to secure the CPU 12 Remove the protective cover from the heat sink ...
Страница 422: ...9 78 Upgrading Your Server This page is intentionally left blank ...
Страница 440: ...C 2 IRQ This page is intentionally left blank ...
Страница 464: ...D 24 Installing Windows Server 2008 R2 4 Activate Windows The Windows activation is complete ...
Страница 495: ...Installing Windows Server 2008 E 29 4 Activate Windows The Windows activation is complete ...
Страница 558: ...H 2 Using a Client Computer Which Has a CD Drive This page is intentionally left blank ...
Страница 568: ...I 10 Accessing Power and Performance Data This page is intentionally left blank ...
Страница 572: ...J 4 Product Configuration Record Table This page is intentionally left blank ...