The lsquorum command lists the managed
disks (MDisks) that the cluster is currently using to store quorum
data.
Syntax

>>- svcinfo -- -- lsquorum -- --+----------+-- ----------------->
'- -nohdr -'
>--+-----------------------+-- --+----------------+------------><
'- -delim -- delimiter -' '- quorum_index -'
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 character.
- quorum_index
- (Optional) Specifies the quorum disk by its index number. The
number can be either 0, 1, or 2. When you use this parameter, a detailed
view of the specified disk is returned. If you do not specify a disk,
then a concise view of all quorum disks is displayed.
Description
This
command displays a concise list or a detailed view of the MDisks that
the cluster is currently using to store quorum data. This information
can be used to ensure that the quorum candidates are on separate storage
subsystems.
A concise invocation example
svcinfo lsquorum
The
concise resulting output
quorum_index status id name controller_id controller_name active
0 online 987 mdisk78 5 DS8K no
1 online 2001 mdisk1 2 DS4K-1 no
2 online 309 mdisk9 1 IBM-3 yes
A detailed invocation
example
svcinfo lsquorum 2
The
detailed resulting output
quorum_index 2
status online
id 309
name mdisk9
controller_id 1
controller_name IBM-3
active yes