Accessing Power and Performance Data I-3
INLET AIR TEMPERATURE
Run the following IPMI commands to access the SDR (Sensor Data Record) and obtain an inlet air
temperature data.
Get SDR Repository Info
Reserve SDR Repository
Get SDR
Get Sensor Reading
Shown below is an example of the file created by Visual Basic Script (e.g. Sensor.vbs).
'Start Script
Option Explicit
' Prepare for MS IPMI Driver
Dim osvc, oclass
Dim oinstance, oipmi
set osvc = getobject("winmgmts:root\wmi")
set oclass = osvc.get("microsoft_ipmi")
for each oinstance in osvc.instancesof("microsoft_ipmi")
set oipmi = oinstance
next
' (Get SDR Repository Info)
Dim oinparams
set oinparams = oclass.methods_("requestresponse").inparameters
' (Get SDR Repository Info)
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h20
oinparams.requestdatasize = 0
' Fire IPMI Command
Dim outparams
Dim i, RecordCount
set outparams = oipmi.execmethod_("requestresponse",oinparams)
RecordCount = outparams.ResponseData(3)*256 + outparams.ResponseData(2)
' (Reserve SDR Repository)
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h22
oinparams.requestdatasize = 0
Dim Reserve_LS, Reserve_MS
set outparams = oipmi.execmethod_("requestresponse",oinparams)
Reserve_LS = outparams.ResponseData(1)
Reserve_MS = outparams.ResponseData(2)
Содержание 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 ...