dmpnvrcfs(1M) — ADMINISTRATOR COMMANDS
NAME
dmpnvrcfg − dump NVRAM configuration information
SYNOPSIS
/sbin/dmpnvrcfg
DESCRIPTION
dmpnvrcfg displays information from the configuration slice of the NVRAM device on stdout The information will be displayed regardless of the validity of the NVRAM checksum. Byte values of 0x00 through 0x1f inclusive, and 0x7f through 0xff inclusive, will be displayed as ’?’. ASCII fields are displayed with leading and trailing ’ " ’ characters. Hexedecimal fields are preceded by ’0x’. All other fields are decimal. Each display field is preceded by a field description followed by an ’ = ’.
If the checksum is invalid, a warning message giving both the computed and stored checksum value in decimal is displayed on stderr. The absence of this message means that the checksum is valid.
EXAMPLES
Sample output:
Board Information Block Structure Version = "0101"
Board (PWB) Serial Number= "000000061050"
Board Identifier= "MVME187B "
Artwork (PWA) Identifier= "01-W3689B03A "
MPU Clock Speed= "5000"
Ethernet Address= 0x000801F8C104
Local SCSI Identifier= "07"
System Information Block Structure Version = "0101"
System Serial Number= "HI123456"
Warranty Type= 1
Warranty Start Date= "1301992"
Warranty Code= 0x04823443441647
DIAGNOSTICS
Diagnostic messages appear on stderr .
EXIT CODES
0 Normal exit, no errors or warnings.
1 Invocation error, or cannot access or read /dev/nvr_config.
2 Checksum error, or unrecognized board id.
SEE ALSO
CAVEATS
The processor board NVRAM may not be set to valid values on all systems. Output depends on processor board type.
— System Administration Utilities