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 (Intelligent 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
Содержание 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 ...