LVM Mirror Volume Group: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Mirror Volume Group Automatically ==
== Mirror Volume Group Automatically ==
# <tt>'''# mirrorvg -S <volume group> <physical volume>'''</tt>
# <tt>'''# mirrorvg -S <vg_name> <hdisk#>'''</tt>
# <tt>'''# syncvg -v <volume group>'''</tt>
# <tt>'''# syncvg -v <vg_name>'''</tt>


== Mirror Volume Group Manually ==
== Mirror Volume Group Manually ==
# <tt>'''# mklvcopy
# <tt>'''# mklvcopy <lv_name> <#copies> <hdisk# ...>'''</tt> Repeat for each logical volume except the sysdump type.
# <tt>'''# syncvg -v <vg_name>'''</tt>
 
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
 
[[Category:AIX]]

Latest revision as of 16:22, 5 January 2012

Mirror Volume Group Automatically

  1. # mirrorvg -S <vg_name> <hdisk#>
  2. # syncvg -v <vg_name>

Mirror Volume Group Manually

  1. # mklvcopy <lv_name> <#copies> <hdisk# ...> Repeat for each logical volume except the sysdump type.
  2. # syncvg -v <vg_name>

Further Reading

  1. IBM pSeries and AIX Information Center