![]() |
![]() |
System Startup, Configuration, and Shutdown Reference Manual: HP 3000 MPE/iX Computer Systems > Appendix C Reading Stable Storage and Nonvolatile Memory![]() Reading Nonvolatile Memory (NVM) |
|
NVM stores system activity parameters, including a circular queue of the last six ISL utilities executed, which is useful as a diagnostic aid in the event of a system crash or failure. NVM contains initialization information in a 92-byte block starting at decimal byte address 36. NVM stores this information as shown in figure C-2. To read an NVM location, enter the ISL READNVM command and enter the hexadecimal or decimal address. The output is always in hexadecimal. In the following examples, addresses are referred to in decimal notation and the output is in hexadecimal notation. The last boot path, starting at byte address decimal 36, contains the status of the autoboot and autosearch flags during the boot sequence. Address decimal 68 contains the ISL revision number in ASCII.
The TIMESTAMP is in seconds since 1/1/70. Locations 76 through 123 contain the names of the utilities booted. They are placed into a circular queue. The pointer at location 124 (first two digits) is positioned to the last utility executed. The pointer ranges from 1-6 (decimal) or 01-06 (hexadecimal), indicating which utility (1-6 - top to bottom on figure C-2) was last executed.
(The last six digits vary) The first two digits, 03, indicate that the pointer is positioned to the third utility name location (decimal address 92) in the queue. Read location 92 to find the hexadecimal representation of the name:
(53=S 54=T 41=A 52=R which spells out STAR) Since each location is limited to four characters, additional characters are located in the next word:
(54=T 20=Blank which adds the last T for start) Table C-1 lists the ISL utility names and the hexadecimal representation for both uppercase and lowercase spellings. Table C-1 Codes for ISL Utility Names.
|