The lsmdiskmember command displays a list of VDisks
that are using extents on the specified MDisk. That is, the virtual
disks are using extents on the managed disk that are specified by
the MDisk ID.
Syntax

>>- svcinfo -- -- lsmdiskmember -- --+----------+-- ------------>
'- -nohdr -'
>--+-----------------------+-- --+- mdisk_id ---+--------------><
'- -delim -- delimiter -' '- mdisk_name -'
Parameters
- -nohdr
- (Optional) By default, headings are displayed for each column
of data in a concise style view, and for each item of data in a detailed
style view. The -nohdr parameter suppresses
the display of these headings.
Note: If
there is no data to be displayed, headings are not displayed.
- -delim delimiter
- (Optional) By default in a concise view, all columns of data are
space-separated. The width of each column is set to the maximum possible
width of each item of data. In a detailed view, each item of data
has its own row, and if the headers are displayed, the data is separated
from the header by a space. The -delim parameter overrides
this behavior. Valid input for the -delim parameter is a one-byte
character. If you enter -delim : on the command
line, the colon character (:) separates all items
of data in a concise view; for example, the spacing of columns does
not occur. In a detailed view, the data is separated from its header
by the specified delimiter.
- mdisk_id | mdisk_name
- (Required) Specifies the ID or name of the MDisk for which you
want a list of VDisks that use extents of that MDisk.
Description
This
command displays a list of virtual disks that use extents on the managed
disk that are specified by the ID. The list displays members of the
respective object and is independent of the state of the individual
members; that is, if they are in offline state, they are still displayed.
Every
VDisk is constructed from one or more MDisks. To determine the relationship
between
VDisk copies and MDisks, issue the following command:
svcinfo lsvdiskmember vdisk_id | vdisk_name
where
vdisk_id
| vdisk_name is the name or ID of the
VDisk copy.
This displays a list of IDs that correspond to the MDisks that make
up the
VDisk copy.
To determine the relationship between
VDisk
copies and MDisks and the number of extents that are provided
by each MDisk, you must use the command-line interface. For each
VDisk
copy, issue the following command:
svcinfo lsvdiskextent vdisk_id | vdisk_name
where
vdisk_id
| vdisk_name is the name or ID of the
VDisk copy.
This command displays a table of MDisk IDs and the corresponding number
of extents that each MDisk provides as storage for the
VDisk copy.
To
determine the relationship between MDisks and
VDisk copies,
issue the following command:
svcinfo lsmdiskmember mdisk_id | mdisk_name
where
mdisk_id
| mdisk_name is the name or ID of the MDisk. This command
displays a list of IDs that correspond to the
VDisk copies that
are using this MDisk.
To determine the relationship between
MDisks and
VDisk copies and the number of extents that are
used by each
VDisk copy, you must use the command-line interface.
For each MDisk
mdisk_id | mdisk_name, issue
the following command:
svcinfo lsmdiskextent mdisk_id | mdisk_name
where
mdisk_id
| mdisk_name is the name or ID of the MDisk. This command
displays a table of
VDisk copy IDs and the corresponding
number of extents that are being used by each
VDisk copy.
An invocation example
svcinfo lsmdiskmember -delim : 1
The
resulting output
id:copy_id
0:0
1:0
2:0
3:0
4:0
5:0
6:0