Show Table of Contents
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。
第 27 章 POWER 系统的救援模式
万一你的系统无法引导,你可以在救援模式中使用安装磁盘。救援模式使你能够进入系统上的磁盘分区,因此你可以进行必要的修改来补救安装。
To boot in rescue mode on IBM System i with power control NWSD , follow the instructions for booting the installation program, with this change: In the NWSD, set the IPL parameters field to
'rescue'
(including the quotes), or to 'dd rescue'
if you need to load the SCSI driver. On other systems, specify the rescue
or dd rescue
(without quotes) after the default kernel name at the YABOOT prompt.
After the Language Selection screen (第 12.13 节 “语言选择”), the installation program attempts to mount the disk partitions on your system. It then presents you with a shell prompt where you can make the changes you need. These changes may include storing the kernel and command line into the IPL source, as described in the Installation Complete section (第 12.26 节 “安装完成”).
当完成了所做改变后,你可以使用
exit 0
来退出 shell。这会导致 C 边的重新引导。要从 A 或 B 边或从 *NWSSTG 重新引导,你应该关闭系统而不是退出 shell。
27.1. 从救援模式中使用 SCSI 工具的特殊考虑因素
如果你的系统使用原始 DASD 磁盘,你可能需要从救援模式使用 SCSI 工具。这些工具位于驱动程序光盘上。驱动程序光盘不能从救援模式被挂载,除非你采取了特殊的步骤。这些步骤如下所描述。
如果你有一个分派给 Linux 系统的第二个光盘驱动器,你可以在第二个驱动器中挂载驱动程序光盘。
如果你只有一个光盘驱动器,你必须设置 NFS 引导,使用以下步骤:
- 使用
linux rescue askmethod
命令来从光盘引导。这会允许你手工地选择 NFS 作为你的救援介质源,而不是默认的光盘驱动器。 - 把第一个安装光盘复制到另一个 Linux 系统的文件系统上。
- 通过 NFS 或 FTP 来使这个安装光盘可被利用。
- 禁用或关闭你需要救援的系统。按照在救援模式中引导安装光盘的说明来设置它的 IPL 参数,不过 IPL 源应该指向你的 IFS 上的
boot.img
(从上面的第一个步骤)。 - Make sure the installation disc is not in your CD-ROM drive.
- IPL 载入 Linux 系统。
- Follow the prompts as decribed in 第 27 章 POWER 系统的救援模式. An additonal prompt for the installation source appears. Select NFS or FTP (as appropriate) and complete the following network configuration screen.
- 当 Linux 系统引导如救援模式后,光盘驱动器就可被使用,你就可以挂载驱动程序介质来使用 SCSI 工具。
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。