HP/Works

Home Join! Events PING! Committee Directory

PING : REPLACING AN LVM DISK : CHAPTER 1

PROBLEM
SOLUTION
CHAPTER 1
[Step 1.1]
[Step 1.2]
[Step 1.3]
[Step 1.4]
[Step 1.5]
[Step 1.6]
CHAPTER 2
CHAPTER 3
CHAPTER 4
APPENDIX A

Replacing a NON-boot disk WITHOUT LVM mirroring

Example configuration:

Volume group /dev/vg00 contains the three disks, with the logical volume configuration as shown:


                  |---------|     |---------|     |---------|
                  | lvol 1  |     | lvol 3  |     | lvol 5  |
                  |---------|     |---------|     |---------|
                  | lvol 2  |     | lvol 4  |     | lvol 6  |
                  |---------|     |---------|     |         |
                  | lvol 3  |     | lvol 5  |     |         |
                  |---------|     |---------|     |---------|

hardware address   52.6.0          52.5.0          52.4.0
device file        c0t0d0          c0t1d0          c0t2d0
 (/dev/dsk/)

The scenario for this chapter is that the disk at hardware address 52.4.0 has a head crash, and as a result it is unusable. The steps outline a method that can be used to recover from this state.

[Step 1.1]


Home