HP Integrity Superdome SX1000 SmartSetup Scripting Toolkit Deployment Guide: H - Page 75

Description, Example, BMC Firmware version

Page 75 highlights

Description The hwdisc utility provides an inventory of the server being configured or captured. The hwdisc utility is executed by the server configuration script and captures the following information: • System Name • Serial Number • Asset Tag • EFI Firmware version • BMC Firmware version • MP Firmware version • Number of Cells • Total RAM size • Number of Processors • PCI devices present in the system Table 6-19 hwdisc Options Command Line Input Result -f This argument specifies the location and name of the hwdisc data file. If [path] is unspecified, the utility assumes that filename is in the current working directory. If no file is specified, the utility generates a file in the current directory utilizing the default name hwdisc.dat. hwdisc This command generates the file hwdisc.xml in the /mnt/data location. -f/mnt/data/hwdisc.xml hwdisc This command generates the file hwdisc.dat in the current directory. Example hwdisc -f/mnt/data/hwdisc.xml This command generates the file hwdisc.xml in the /mnt/data location. A typical file generated by the hwdisc command is similar to the following: server rx2600 US21729947 1.22 1.53 E.03.15 0 1998 2 0 1 0 10330035 10330035 0 1 1 10330035 10330035 hwdisc 75

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85

Description
The
hwdisc
utility provides an inventory of the server being configured or captured. The
hwdisc
utility is executed by the server configuration script and captures the following information:
System Name
Serial Number
Asset Tag
EFI Firmware version
BMC Firmware version
MP Firmware version
Number of Cells
Total RAM size
Number of Processors
PCI devices present in the system
Table 6-19
hwdisc
Options
Result
Command Line Input
This argument specifies the location and name of the
hwdisc
data file. If [
path
] is
unspecified, the utility assumes that filename is in the current working directory.
If no file is specified, the utility generates a file in the current directory utilizing the
default name
hwdisc.dat
.
-f
This command generates the file
hwdisc.xml
in the
/mnt/data
location.
hwdisc
-f/mnt/data/hwdisc.xml
This command generates the file
hwdisc.dat
in the current directory.
hwdisc
Example
hwdisc
f/mnt/data/hwdisc.xml
This command generates the file
hwdisc.xml
in the
/mnt/data
location.
A typical file generated by the
hwdisc
command is similar to the following:
<!-- generated by Linux hwdisc for IPF version 2.01 -->
<HWDiscovery Version="1.0">
<ServerInformation>
<SystemName>server rx2600</SystemName>
<SerialNumber>US21729947</SerialNumber>
<AssetTag> </AssetTag>
<EFIFw>1.22</EFIFw>
<BMCFw>1.53</BMCFw>
<MPFw>E.03.15</MPFw>
<Cells>0</Cells>
<RAM>1998</RAM>
<Processors>2</Processors>
<PCIDevices>
<PCIDevice num="0">
<Bus>0</Bus>
<Device>1</Device>
<Function>0</Function>
<Id>10330035</Id>
<SubId>10330035</SubId>
</PCIDevice>
<PCIDevice num="1">
<Bus>0</Bus>
<Device>1</Device>
<Function>1</Function>
<Id>10330035</Id>
<SubId>10330035</SubId>
hwdisc
75