LVM Mirror Volume Group: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
# <tt>'''# mklvcopy <lv_name> <#copies> <hdisk# ...>'''</tt> Repeat for each logical volume except the sysdump type.
# <tt>'''# mklvcopy <lv_name> <#copies> <hdisk# ...>'''</tt> Repeat for each logical volume except the sysdump type.
# <tt>'''# syncvg -v <vg_name>'''</tt>
# <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