lsvdiskmember
Use the lsvdiskmember command to display a list of MDisks that are members of the specified volume.
Syntax
Parameters
- -delim delimiter
- (Optional) Specify a delimiter to separate data in the output.
- -nohdr
- (Optional) Suppress the headings in the output.
- -copy copy_id
- (Optional) Displays a list of MDisks that are members of the specified volume copy.
- vdisk_id | vdisk_name | vdisk_uid
- (Required) Identifies the specific volume to query.
Description
This command displays a list of managed disks, which provide extents that make up the volume that is specified by the ID.
Every volume is constructed from one or more MDisks. At times, you might have to determine the relationship between the two objects. The following procedure determines the relationships.
If you use the lsmdiskmember command, the concise view displays a list of volumes. These volumes are the ones that are using extents on the managed disk that is specified by the ID. The list displays the members of the respective object and is independent of the state of the individual members. If they are in an offline state, they are still displayed.
To determine the relationship between volumes and MDisks, issue the following command:
lsvdiskmember vdisk_id | vdisk_nameTo determine the relationship between volumes and MDisks, and the number of extents that are provided by each MDisk, you must use the command-line interface. Issue the following command:
lsvdiskextent vdisk_id | vdisk_nameTo determine the relationship between MDisks and volumes, issue the following command:
lsmdiskmember mdisk_id | mdisk_nameTo determine the relationship between MDisks and volumes, and the number of extents that are used by each volume, you must use the command-line interface. For a specified MDisk, issue the following command:
lsmdiskextent mdisk_id | mdisk_name