|
The OpenBoot PROM monitor is one of the outstanding features of the SPARC architecture. It allows a wide range of system parameters to be configured using a high-level programming language that is independent of the installed operating system. A wide range of diagnostic and testing applications are included with OpenBoot.
| 1. | How can the default boot device be set to CD-ROM from the OpenBoot PROM monitor?
| |
| 2. | How can the default boot device be set to disk from the OpenBoot PROM monitor?
| |
| 3. | How can the default boot device be set to net from the OpenBoot PROM monitor?
| |
| 4. | How can the default boot device be set to tape from the OpenBoot PROM monitor?
| |
| 5. | How can the default boot device be set to floppy from the OpenBoot PROM monitor?
| |
| 6. | How can a reconfiguration boot be performed from the OpenBoot PROM monitor?
| |
| 7. | How can a manual boot be performed from the OpenBoot PROM monitor?
| |
| 8. | How can the system clock be tested from the OpenBoot PROM monitor?
| |
| 9. | How can the network connection be tested from the OpenBoot PROM monitor?
| |
| 10. | How can a reconfiguration boot be performed from a shell?
| |
Answers
| 1. | A. The setenv command must be used in conjunction with the boot-device variable for the token cdrom. |
| 2. | A. The setenv command must be used in conjunction with the boot-device variable for the token disk. |
| 3. | A. The setenv command must be used in conjunction with the boot-device variable for the token net. |
| 4. | A. The setenv command must be used in conjunction with the boot-device variable for the token tape. |
| 5. | A. The setenv command must be used in conjunction with the boot-device variable for the token floppy. |
| 6. | D. The boot command must have the -r (reconfigure) option passed. |
| 7. | C. The boot command must have the -a (manual) option passed. |
| 8. | B. The watch-clock command can be used to "watch" the system clock. |
| 9. | B. The watch-net command can be used to "watch" the packets on the primary network interface. |
| 10. | A. You must create the /reconfigure file before giving the reboot command. |