Hwdisc; Synopsis; Description; Options - HP Integrity rx1620 Deployment Manual

Scripting toolkit deployment guide
Hide thumbs Also See for Integrity rx1620:
Table of Contents

Advertisement

hwdisc

Synopsis

hwdisc -f[path]filename

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

Options

Table 5-17 hwdisc Options
Command line input
-f
hwdisc
-f/mnt/data/hwdisc.xml
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:
<HWDiscovery version="1.0">
<ServerInformation>
<SystemName>Server rx2620</SystemName>
<SerialNumber>52JAPE4343073100</SerialNumber>
<AssetTag>rx2620<AssetTag>
<EFIFw>1.10</EFIFw>
<BMCFw>01.56</BMCFw>
<MPFw>E.02.26</MPFw>
<Cells>1</Cells>
<Ram>512</Ram>
<Processors>2</Processors>
<PCIDevices>
<PCIDevice num="0">
<Bus>0</Bus>
<Device>3</Device>
<Function>0</Function>
<Id>10024752</Id>
94
Utilities Reference
Result
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."
This command generates the file hwdisc.xml in the /mnt/data location.
This command generates the file hwdisc.dat in the current directory.

Advertisement

Table of Contents
loading

Table of Contents