I-6 Accessing Power and Performance Data
Sub get2complement(raw, rv, bit)
Select Case bit
case 4:
If raw And &h8 Then
rv = 0 - ((&h10 - raw) and &h0f)
Else
rv = raw
End If
case 8:
If raw And &h80 Then
rv = 0 - ((&h100 - raw) and &h0ff)
Else
rv = raw
End If
case 10:
If raw And &h200 Then
rv = 0 - ((&h400 - raw) and &h3ff)
Else
rv = raw
End If
End Select
End Sub
Sub GetIDString(rv_ls, rv_ms, rc_ls, rc_ms)
Dim tmpMessage
Dim outsdridstringtype
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h23
oinparams.requestdata = array(rv_ls, rv_ms, rc_ls, rc_ms, 47, 1)
oinparams.requestdatasize = 6
set outsdridstringtype = oipmi.execmethod_("requestresponse",oinparams)
Dim outsdridstring
Dim idlength, j
idlength = outsdridstringtype.ResponseData(3) and 31
oinparams.networkfunction = &ha
oinparams.lun = 0
oinparams.responderaddress = &h20
oinparams.command = &h23
oinparams.requestdata = array(rv_ls, rv_ms, rc_ls, rc_ms, 48, idlength)
oinparams.requestdatasize = 6
set outsdridstring = oipmi.execmethod_("requestresponse",oinparams)
tmpMessage = " ID String = "
For j = 3 to id 2
tmpMessage = tmpMessage & Chr(outsdridstring.ResponseData(j))
Next
WScript.Echo tmpMessage
End Sub
'End Script
Summary of Contents for N8100-1644F
Page 21: ...Notes on Using Your Server 1 3 Internal View ...
Page 235: ...Installing and Using Utilities 6 13 Windows Server 2003 ...
Page 262: ...7 14 Maintenance This page is intentionally left blank ...
Page 316: ...8 54 Troubleshooting When you use a remote console 6 Each tool is selected and it starts ...
Page 417: ...C 2 IRQ This page is intentionally left blank ...
Page 441: ...D 24 Installing Windows Server 2008 R2 4 Activate Windows The Windows activation is complete ...
Page 471: ...E 28 Installing Windows Server 2008 4 Activate Windows The Windows activation is complete ...
Page 531: ......
Page 533: ...H 2 Using a Client Computer Which Has a CD Drive This page is intentionally left blank ...
Page 543: ...I 10 Accessing Power and Performance Data This page is intentionally left blank ...
Page 547: ...J 4 Product Configuration Record Table This page is intentionally left blank ...