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)
Summary of Contents for Express5800/R120b-1
Page 20: ...Notes on Using Your Server 1 3 3 5 inch disk model...
Page 87: ...3 24 Setting Up Your Server This page is intentionally left blank...
Page 268: ...6 14 Installing and Using Utilities Windows Server 2003...
Page 296: ...7 14 Maintenance This page is intentionally left blank...
Page 350: ...8 54 Troubleshooting When you use a remote console 6 Each tool is selected and it starts...
Page 438: ...9 82 Upgrading Your Server This page is intentionally left blank...
Page 450: ...C 2 IRQ This page is intentionally left blank...
Page 474: ...D 24 Installing Windows Server 2008 R2 4 Activate Windows The Windows activation is complete...
Page 504: ...E 28 Installing Windows Server 2008 4 Activate Windows The Windows activation is complete...
Page 564: ......
Page 566: ...H 2 Using a Client Computer Which Has a CD Drive This page is intentionally left blank...
Page 576: ...I 10 Accessing Power and Performance Data This page is intentionally left blank...
Page 580: ...J 4 Product Configuration Record Table This page is intentionally left blank...