Appendix I
Accessing Power and Performance Data
This chapter describes how to collect the power and performance data, including power
consumption, inlet air temperature, and processor utilization of NEC Express server in usual
operation. These are defined in ENERGY STAR® Program Requirements for Computer Servers
and must be available to users.
The sample program shown below is verified to be run normally on Windows Server® 2008
Enterprise 32bit (x86) Edition.
POWER CONSUMPTION
Run the following commands to access power consumption readings on BMC (Baseboard
Management Controller) via IPMI (Intelligen Platform Management Interface).
Network Function Code: 3Eh (Controller-specific OEM)
Command Code: 0Bh (Get Current Sensor Data)
Shown below is a sample file created by Visual Basic Script (e.g. Power.vbs).
' Start Script
Option Explicit
' Prepare for 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
'Format the IPMI command request
Dim oinparams
set oinparams = oclass.methods_("requestresponse").inparameters
oinparams.networkfunction = &h3e ‘ OEM NetworkFunction
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h0b ‘ Get Current Sensor Data Command
oinparams.requestdatasize = 0
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...