Command ReferenceA-111
vol snapmirror status
displays whether SnapMirror is enabled. If so, the command displays
whether the filer is copying data between the source volume and the mirror,
and the percentage of data that has been copied.
EXAMPLES
vol create vol1 -r 10 20
creates a volume named vol1 with 20 disks. The RAID groups in this volume
can contain up to 10 disks, so this volume has two RAID groups. The filer
adds the current spare disks to the new volume, starting with the smallest
disk.
vol create vol1 20@9
creates a volume named vol1 with 20 9-GB disks. Because no RAID group
size is specified, the default size (14 disks) is used. The newly created vol-
ume contains one RAID group with 14 disks and another group with six
disks.
vol create vol1 -d 8a.1 8a.2 8a.3
creates a volume named vol1 with the specified disks.
vol create vol1 10
vol options vol1 raidsize 5
The first command creates a volume named vol1 with 10 disks, which
belong to one RAID group. The second command specifies that if any disks
are subsequently added to this volume, they will not cause any current RAID
group to have more than five disks. Each existing RAID group will continue
to have 10 disks and no more disks will be added to that RAID group. When
new RAID groups are created, they will have a maximum size of five disks.
vol options vol1 root
The volume named vol1 becomes the root volume after the next filer reboot.
vol options vol1 nosnapdir on
In the volume named vol1, the snapshot directory is invisible at the client
mount point or at the root of a share. Also, for UNIX clients, the .snapshot
directories that are normally accessible in all the directories become
inaccessible.
vol status -r vol1
displays the RAID information about the volume named vol1:
RAID group 0
RAID Disk HA.DISK_ID Used (MB/blks) Phys (MB/blks)
--------- -------- -------------- --------------
parity 0.3 4000/8192000 4095/8386728
data 0.2 4000/8192000 4095/8386728
vol copy start -s nightly.1 vol0 filer1:vol0 copies the nightly snapshot named
nightly.1 on the vol0 volume on the local filer to the vol0 volume on a remote
filer named filer1.
vol