Show Table of Contents
17.5. インストール後のルートディスクの RAID1 への変換
Red Hat Enterprise Linux 7 のインストール後に RAID の一部でないルートディスクを RAID1 ミラーに変換する必要がある場合は、Red Hat ナレッジベースの記事 How do I convert my root disk to RAID1 after installation of Red Hat Enterprise Linux 7? を参照してください。
PowerPC (PPC) アーキテクチャーでは、以下の追加ステップを行う必要があります。
- PowerPC Reference Platform (PReP) ブートパーティションの内容を
/dev/sda1から/dev/sdb1にコピーします。# dd if=/dev/sda1 of=/dev/sdb1
- 両方のディスクの最初のパーティション上で prep および boot フラグを更新します。
$ parted /dev/sda set 1 prep on $ parted /dev/sda set 1 boot on $ parted /dev/sdb set 1 prep on $ parted /dev/sdb set 1 boot on
PowerPC マシンでは
grub2-install /dev/sda コマンドを実行できず、エラーが返されますが、システムは想定どおり起動します。

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.