Oracle 11.2: Can we use srvctl start diskgroup to start multiple diskgroups in a single command?
Repost:
The Oracle® Database Administrator's Guide has the following snippet mentioning we can start multiple Diskgroups together in a single command:
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
[grid@RDVAD171 bin]$ ./srvctl start diskgroup -g "DG3, DG4"
PRKO-2003 : Invalid command line option value: DG3, DG4
Also, in the help below, it indicates only 1 diskgroup can be taken as an argument.