These steps describe how to mirror a Rootvg in Aix environnement.
Step1: extend a rootvg to a new pv (hdisk1)
# extendvg rootvg hdisk1
Step2: mirror rootvg
# mirrorvg rootvg hdisk1
Step3: Make the new disk bootable
# bosboot -ad /dev/hdisk1
Step4: Define boot order
# bootlist -m normal hdisk0 hdisk1
Step5: Synchronize Rootvg
# syncvg rootvg
Step1: extend a rootvg to a new pv (hdisk1)
# extendvg rootvg hdisk1
Step2: mirror rootvg
# mirrorvg rootvg hdisk1
Step3: Make the new disk bootable
# bosboot -ad /dev/hdisk1
Step4: Define boot order
# bootlist -m normal hdisk0 hdisk1
Step5: Synchronize Rootvg
# syncvg rootvg
Comments
Post a Comment