This document applies to AIX Version 4.x.
spbootins -r disk <Frame#> <Node#> <NumberOfNodes>An example for frame 1 with 15 nodes looks like the following:
spbootins -r disk 1 1 15
FOR PSSP 2.x --> nim -Fo check -a debug=yes spot_XXXXWARNING: Make sure you are not NIM installing when using the F flag as documented in the preceding example, since this will cause the boot image to be rebuilt even if it is allocated.
(Run lsnim -t spot to get the spot_XXXX name.)
lsnim -l spot_XXXX (PSSP-2.x)For wide/thin nodes, look for the following:
enter_dbg = "rs6k 0xXXXXXXXX"For high (SMP) nodes, look for the following:
enter_dbg = "rs6ksmp 0xXXXXXXXX"XXXXXXXX will be an address embedded in the text, such as 0x0013afa0. Drop the 0x and leading zeroes, and write down the remainder here : _____________. For example, the "remainder" in this example would be 13afa0.
spbootins -r install <Frame#> <Node#> <NumberOfNodes>This is a similar command to that in step 1, but this will issue the NIM commands that will allocate the debug SPOT created in step 2.
st 0013afa0 2 gThen execute the following command:
st <remainder from step 3> 2 gIt may be helpful to have the 3DigitDisplay or the Node Front Panel displayed so you can watch the LEDs change as the netboot continues. It may also be helpful to have the IBM 9076 Scalable POWERparallel Systems SP2 Diagnosis and Messages Guide (GC23-3899-03) "SP-Specific LED Values" available to determine approximately where in the boot process you are.
nim -Fo check spot_XXXX (PSSP-2.x)Again, note the F flag in the preceding command syntax.
This is a good means of obtaining useful error messages that you wouldn't otherwise see with NIM. Typical problems identified by this process are name resolution issues and network problems (routing and so on).