Syntax
LIST CLUSTERS
[ WHERE
CLUSTERNUMBER = cluster_number |
CLUSTERNAME = cluster_name |
CLUSTERID = cluster_id ]
Arguments
The following arguments are available in the
WHERE
clause:
•
CLUSTERNUMBER
: Specifies the cluster number in the
es.xml
, starting at 1
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERID
: Specifies the
es.xml
ID of the cluster
Usage Notes
The
WHERE
clause is optional.
3.3.3.5 DISKGROUP
You can add, alter, delete, or list the Oracle ASM disk groups.
•
•
•
•
•
(page 3-47)
3.3.3.5.1 ADD DISKGROUP
This command adds an Oracle ASM disk group.
Syntax
ADD DISKGROUP
[ ACFSNAME=acfs_name ]
[ ACFSPATH=acfs_path ]
[ ACFSSIZE=acfs_size ]
[ CELLLIST='cell_list' ]
DISKGROUPNAME=diskgroup_name
DISKGROUPSIZE=diskgroup_size
[ OCRVOTE=ocr_voting_disks_included ]
[ QUORUMDISK=quorum_disks_included ]
REDUNDANCY=redundancy_level
SLICESIZE=slice_size
[ SPARSE=sparse ]
[ SPARSEVIRTUALSIZE=sparse_virtual_size ]
[ TYPE = diskgroup_type [ DATABASENAME = database_name ]]
WHERE
CLUSTERNUMBER = cluster_number |
CLUSTERNAME = cluster_name |
CLUSTERID = cluster_id
Chapter 3
OEDA Command Line Interface
3-42