Purpose
Displays information about Oracle ADVM volumes.
Syntax and Description
volinfo { --all |{ -G diskgroup { -a | volume } } }
volinfo {--show_diskgroup |--show_volume} volumedevice
Table 15-6 describes the options for the volinfo command.
Table 15-6 Options for the volinfo command
| Option | Description |
|---|---|
|
|
Specifies all volumes within all disk groups. |
|
|
Name of the disk group containing the volume. |
|
|
Specifies all volumes within the specified disk group. |
|
|
Name of the volume. |
|
|
Returns only the disk group name. A volume device name is required. |
|
|
Returns only the volume name. A volume device name is required. |
|
|
Name of the volume device. |
Examples
The first example displays information about the volume1 volume in the data disk group. This example was produced in a Linux environment. The second example displays information about the volume1 volume in the data disk group and was produced in a Windows environment.
The Mountpath field contains the path where the volume is currently mounted or where the volume was last mounted.
Example 15-5 Using the ASMCMD volinfo command
ASMCMD [+] > volinfo -G data volume1
Diskgroup Name: DATA
Volume Name: VOLUME1
Volume Device: /dev/asm/volume1-123
State: ENABLED
Size (MB): 10240
Resize Unit (MB): 64
Redundancy: MIRROR
Stripe Columns: 8
Stripe Width (K): 1024
Usage: ACFS
Mountpath: /acfsmounts/acfs1
ASMCMD [+] > volinfo -G data -a
Diskgroup Name: DATA
Volume Name: VOLUME1
Volume Device: \\.\asm-volume1-311
State: ENABLED
Size (MB): 10240
Resize Unit (MB): 64
Redundancy: MIRROR
Stripe Columns: 8
Stripe Width (K): 1024
Usage: ACFS
Mountpath: C:\oracle\acfsmounts\acfs1