InterviewSolution
| 1. |
Mirroring Concept? |
|
Answer» Check disk size belong to vg , take two same size disk to mirror # bootinfo –s hdisk2 Add ONE more disk of same size of already have disk having rootvg. # extendvg rootvg hdisk2 Now mirror vg with background sync LV. It sync LVs in background with new LVs # mirrorvg –s rootvg Add a blv record of NEWLY ADDED disk, first check and then add. # bootlist –m normal -o Check disk size belong to vg , take two same size disk to mirror # bootinfo –s hdisk2 Add one more disk of same size of already have disk having rootvg. # extendvg rootvg hdisk2 Now mirror vg with background sync LV. It sync LVs in background with new LVs # mirrorvg –s rootvg Add a blv record of newly added disk, first check and then add. # bootlist –m normal -o |
|