% su Password: # shutdownAfter the shutdown, you see this prompt:
Okay to power off the system now. Press any key to restart.Note: If you do not see the previous message after the target shuts down, it means that the target contains an IP4 processor, which does not support the menu features described in steps 2 through 4. Make a note of the IP number and go directly to step 5 of this procedure.
Starting up the system... To perform system maintenance instead, press <Esc>.On systems with ARCS PROMs, you see the Stop for Maintenance button. Click the Stop button or press <Esc> to go to the System Maintenance menu.
Command Monitor. Type "exit" to return to the menu. >>
>> printenvThe output of printenv shows the PROM setting for the network address as the value of netaddr, as shown in this example:
netaddr=123.45.6.78If the value of netaddr is different from the target address that you obtained from the ping command (see "Getting the Target's Name and Address" ), reset the PROM address to the address that you obtained from ping. Use this command to set the address:
>> setenv netaddr ping_address
>> hinvThe hinv command provides the CPU type of the target. Scan the output of hinv for a number that starts with the letters IP, which is the CPU type of the target. The line looks like one of these examples:
System: IP22 CPU board: IP12 33 MHz, with FPUMake a note of the CPU type.
>> setenv notape 1
>> exitThe System Maintenance menu is displayed after your entry.
>> dksc(cntlr,unit,8)sash.cpu -mNote: Only one blank space is entered in the previous command; it follows cpu.
Obtaining installation tools Copying installation tools to disk
>> setenv tapedevice bootp()installation_server:CDdir/dist/sa >> boot -f $tapedevice(sash.cpu) --mIf your distribution source is a remote directory, enter the commands shown below to load the miniroot and invoke Inst. Substitute specific information in your entries: installation_server is the hostname of the server containing the distribution directory, distdir is the pathname of the distribution directory, sa is the command that starts the load, and cpu is the target's CPU number.
>> setenv tapedevice bootp()installation_server:distdir/sa >> boot -f $tapedevice(sash.cpu) --mMessages are displayed as the miniroot load is completed. Go to "Finishing the Miniroot Load" for information on interpreting these messages.
>> exitAfter you exit the command monitor, the System Maintenance Menu is displayed, as shown in Figure 3-5 .
Installing System Software... Press <Esc> to return to the menu. Are you using a remote tape? (y/n) n
Enter the hostname of the server that has the installation software (e.g. hostname:directory):
installation_server:CDdir/distIf your distribution source is a remote directory, enter the command shown below to load the miniroot and invoke Inst. Substitute specific information in your entry: installation_server is the hostname of the server containing the distribution directory, distdir is the pathname of the distribution directory, and cpu is the CPU number of the target:
installation_server:distdir
>> exitAfter your entry, the Maintenance menu is displayed, as shown in Figure 3-6 .
Enter the name of the remote host:installation_server
Enter the remote directory:CDdir/distIf your distribution source is a remote directory, your entry resembles the example shown below. Substitute the pathname of the distribution directory for distdir:
Enter the remote directory:distdirAfter your entry, you see a message like the examples below:
Remote directory CDdir/dist from server installation_server. Remote directory distdir from server installation_server.
Obtaining installation tools from server:CDdir/dist Copying installation tools to disk
IRIX Release version cpu Version longversion System V Copyright 1987-1994 Silicon Graphics, Inc. All Rights Reserved. ipg0: missing enp0: missing fxp0: missingThese messages are normal and do not indicate a problem. One line appears for each type of device supported by the kernel, but not present on the target. After these messages, startup messages are displayed:
Creating miniroot devices, please wait... Current system date is date Mounting file systems: /dev/miniroot on / /dev/dsk/dks0d1s0 on /root /root/dev/usr on /root/usr Invoking software installation.
Inst> admin date mmddhhmmyyYou can display the date again with this command:
Inst> admin date
Default distribution to install from: source For help on inst commands, type "help overview".