Database Administration (MOSC)

MOSC Banner

Oracle 11.2: Can we use srvctl start diskgroup to start multiple diskgroups in a single command?

edited Aug 17, 2018 10:46AM in Database Administration (MOSC) 4 commentsAnswered ✓

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center