- metadevice-name
- When the metainit command is run with a metadevice-name as its only argument, it searches the /etc/lvm/md.tab file to find that name and its corresponding entry. The order in which entries appear in the md.tab file is unimportant. For example, consider the following md.tab entry:
d0 2 1 c1t0d0s0 1 c2t1d0s0
- -a
- Activates all metadevices defined in the md.tab file.
metainit does not maintain the state of the volumes that would have been created when metainit is run with both the -aand -n flags. If a device d0 is created in the first line of the md.tab file, and a later line in md.tab assumes the existence ofd0, the later line fails when metainit -an runs (even if it would succeed with metainit -a).
Look at source server /etc/lvm/md.tab file for metadevice config setting and edit accordingly to new server md.tab. then run #metainit d1000 where d1000 is the metadevice
old server
d457 1 1 /dev/dsk/c3t60060E8015320C000001320C00006092d0s0
new server ( with new metadevice name )
d1000 1 1 /dev/dsk/c3t60060E8015320C000001320C00006092d0s0
Reference
md.tab File Options
- The following md.tab file options are supported:
No comments:
Post a Comment