Specifications
Chapter 4 System Software Installation and Configuration 4-7
5. Modify the global hot spare list in memory.
This entry should be the dev pointer address from ghsList. Zero this location out.
When the globalHotSpare list is modified, the entries should be packed, removing
the false GHS pointer. If there is a 0 in the middle of the list, it will cause everything
after the 0 to be forgotten.
6. Write the information to disk (DacStore).
Use isp cfgSaveGHSDrives to save the information.
7. Verify that only one GHS is shown.
-> m &globalHotSpare
02f09104: 02b5348c-02b4c3ec (Put address of second GHS here)
(packing stack after removal of invalid entry)
02f09108: 02b4c3ec-00000000 (Zero out this location)
02f0910c: 00000000- . (end the command with
a "." [period] and a return)
value = 1 = 0x1
-> isp cfgSaveGHSDrives (Save GHS drive stack to DacStore)
value = 45155160 = 0x2b10358
-> ghsList
GHS ENTRY 0
dev pointer=0x2b4c3ec
devnum 0002
state=2
status=0
flags 4000
value = 5 = 0x5