Technical data
The following example shows how to con figure PVLINKS using the vgextend command:
vgextend - extend an LVM volume group by adding physical volumes
SYNOPSIS
/usr/sbin/vgextend [-f] [-A autobackup] [-g pvg_name]
[-x extensibility] [-z sparepv] vg_name pv_path ...
The following example shows how to add the physical volumes /dev/dsk/c0t1d0 and
/dev/dsk/c0t2d0 to the volume group /dev/vg03:
# vgextend /dev/vg03 /dev/dsk/c0t1d0 /dev/dsk/c0t2d0
NOTE:
You can use the autopath display command to determine the alternate paths: /dev/dsk/c0t1d0
and /dev/dsk/c0t2d0 for vg03.
22










