machinfo.1 (2011 03)
m
machinfo(1) machinfo(1)
Memory This line displays the amount of memory configured on the system in MB and GB. If the
-m option is used, a second line will display the amount of Interleaved Memory (ILM).
This information can be obtained using
sysconf(_SC_MEM_MBYTES)
. See
pstat_getlocality(2) for information on how to calculate ILM.
Firmware This section lists the versions of firmware components that are installed on the system.
The number and type of firmware components is platform dependent. It may also indicate
if IPMI is supported.
This information can be obtained using
sysinfo(_SI_BIOS_REVISION,
_SI_BMC_FW_REV,)
and sysconf(_SC_IPMI_INTERFACE)
.
Platform Info
This section contains the model, machine ID number and the machine serial number. The
fields are interpreted as follows:
Model: The hardware model string.
Machine ID Number:
Unique identifier for each machine. Returned as an opaque string of print-
able ASCII characters. This string has the same value of all partitions in a
physical machine.
Machine Serial Number:
Not available on all classes of machines; if unavailable, will print a mes-
sage that "indicates id is not set for this machine". This string is not a
unique identifier for the machine, since machines of different classes can
have the same serial number.
This information can be obtained using
confstr(_CS_MACHINE_MODEL,
_CS_MACHINE_IDENT, _CS_MACHINE_SERIAL)
.
OS Info This section contains general information about the version of the OS installed on the sys-
tem. The fields are interpreted as follows:
Nodename: The node name (system name by which the system is usually known in the
UUCP network.
Release: The current release level of the operating system (i.e. B.11.31).
Version: The license level of the operating system.
Machine: The system architecture this OS supports (i.e. ia64, PA).
ID Number: The machine identification number.
vmunix_release_version:
The what string of the kernel.
This information can be obtained using
uname.
SEE ALSO
getconf(1), uname(1), pstat(2), pstat_getlocality(2), sysconf(2).
2 Hewlett-Packard Company − 2 − HP-UX 11i Version 3: March 2011