HP/Works

Home Join! Events PING! Committee Directory

PING : REPLACING AN LVM DISK : STEP 1.2

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

Restore the LVM configuration/headers onto the new disk from your backup of the LVM configuration:


        # vgcfgrestore -n  /dev/rdsk/c0tXd0

where X is the Logical unit number of the disk that has been replaced. For our example:

        # vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t2d0
NOTE: You must have performed the command vgcfgbackup to save off the headers prior to the disk failure ( Refer to Appendix A).

[Step 1.3]


Home