Oracle 11.2: Can we use srvctl start diskgroup to start multiple diskgroups in a single command?
The
Oracle® Database Administrator's Guide
has the following snippet mentioning we can start multiple Diskgroups together in a single command:
However, on my Oracle 11.2 setup, I am unable to use the command to start multiple diskgroups
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";}
Example 4-22 Starting (Mounting) Oracle ASM Disk Groups
This example starts (mounts) the Oracle ASM disk groups
data
and
recovery
. The user running this command must be a member of the OSASM group.
srvctl start diskgroup -g "data,recovery"
However, on my Oracle 11.2 setup, I am unable to use the command to start multiple diskgroups
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";}
Tagged:
0