Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX 11i March 2002 Release Notes: HP-UX Servers and Workstations > Chapter 2 nPartition (Hard Partition) Systems

Machine Identifier

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

updated for
June 2001

The uname -i command on your nPartition systems may not return a unique value for each system. To guarantee compatibility on current and future platforms, use the new interfaces to getconf(1) and confstr(3C) to retrieve unique machine identifiers.

For example, use the following getconf commands instead of uname -i in order to obtain a unique identifier for an HP Superdome server complex (getconf _CS_MACHINE_IDENT) or a hard partition (getconf _CS_PARTITION_IDENT) within a complex:

# uname -i
1945761737
# getconf _CS_PARTITION_IDENT
Z3e02955673f9f7c9_P1
# getconf _CS_MACHINE_IDENT
Z3e02955673f9f7c9
#

As shown in the above example, the getconf commands return partition-unique and machine-unique (complex-unique) identifiers on HP PA-RISC nPartition servers.

The output returned by uname is not necessarily a unique identifier and should not be used for licensing or other purposes that require unique IDs.

These interfaces are documented in the manpages and in Chapter 13 “Programming” in the section “Machine Identifier Changes to confstr ”.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2002 Hewlett-Packard Development Company, L.P.