ASMInst agent Startup options

You can specify Startup options for the Oracle ASM instances that are configured.

ASMInst agent Startup options lists the startup options that the agent supports.

Table: Startup options

Option

Description

STARTUP

The default startup option for ASM instance resource. Uses sqlplus to start the ASM instance with the startup nomount startup option. If this option is used, none of the ASM disk groups get mounted.

STARTUP_MOUNT

Uses sqlplus to start the ASM instance with the startup mount startup option . If this option is used, all the ASM disk groups get mounted.

STARTUP_OPEN

Uses sqlplus to start the ASM instance with the startup open startup option. If this option is used, all the ASM disk groups are mounted and volumes are enabled.

SRVCTLSTART

Uses srvctl to start the ASM instance with the nomount startup option. If this option is used, none of the ASM disk groups get mounted.

SRVCTLSTART_MOUNT

Uses srvctl to start the ASM instance with the -o mount startup option. If this option is used, all the disk groups get mounted

SRVCTLSTART_OPEN

Uses srvctl to start the ASM instance with the -o open startup option. If this option is used, all the ASM disk groups are mounted and volumes are enabled.

Note:

recommends to use STARTUP or SRVCTLSTART option for ASMInst resource.