LVM Mirror Volume Group

From UNIX Systems Administration
Revision as of 16:22, 5 January 2012 by Michael Kohler (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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