LVM Mirror Volume Group

From UNIX Systems Administration
Revision as of 18:23, 4 January 2012 by Michael Kohler (talk | contribs)
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>