LVM Disk Replacement: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
# Add the new physical volume to the volume group.
# Add the new physical volume to the volume group.
## <tt>'''# extendvg <volume group> <hdisk# of new physical volume>'''</tt>
## <tt>'''# extendvg <volume group> <hdisk# of new physical volume>'''</tt>
# If the logical volumes on the old physical volume are mirrored, break the mirror.
## <tt>'''# unmirrorvg rootvg <hdisk# of old physical volume'''</tt>
# Migrate the logical volumes to the new physical volume.
# Migrate the logical volumes to the new physical volume.
## <tt>'''# migratepv <hdisk# of old physical volume> <hdisk# of new physical volume>'''</tt>
## <tt>'''# migratepv <hdisk# of old physical volume> <hdisk# of new physical volume>'''</tt>
Line 9: Line 11:
# [[LVM Remove a Physical Volume|Remove the old physical volume from the system.]]
# [[LVM Remove a Physical Volume|Remove the old physical volume from the system.]]


== Replacing a non-working non-rootvg Physical Volume ==
# [[LVM Install a New Physical Volume|Install and configure the new physical volume.]]
# [[LVM Remove a Physical Volume|Remove the old physical volume from the system.]]
== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]

Revision as of 14:48, 4 January 2012

Replacing a working non-rootvg Physical Volume

  1. Install and configure the new physical volume.
  2. Add the new physical volume to the volume group.
    1. # extendvg <volume group> <hdisk# of new physical volume>
  3. If the logical volumes on the old physical volume are mirrored, break the mirror.
    1. # unmirrorvg rootvg <hdisk# of old physical volume
  4. Migrate the logical volumes to the new physical volume.
    1. # migratepv <hdisk# of old physical volume> <hdisk# of new physical volume>
  5. Remove the old physical volume from the volume group.
    1. # reducevg <volume group> <hdisk# of old physical volume>
  6. Remove the old physical volume from the system.

Replacing a non-working non-rootvg Physical Volume

  1. Install and configure the new physical volume.
  2. Remove the old physical volume from the system.

Further Reading

  1. IBM pSeries and AIX Information Center