Which three options can you use?

You want to start the ASM1 instance on node host01. Which three options can you use?

You want to start the ASM1 instance on node host01. Which three options can you use?

A.
Option A

B.
Option B

C.
Option C

D.
Option D

E.
Option E

F.
Option F



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Prabhat

Prabhat

A, E, F

Use the following syntax to start an ASM instance:
++++++++++++++++++++++++++++++++++++++
Using SRVCTL:
srvctl start asm -n [-i ] [-o startup –nomount –pfile asm_init.ora

++++++++++++++++++++++++
http://blog.whitehorses.nl/2010/02/16/three-ways-to-startup-an-asm-instance-on-a-server/
SQLPLUS with sysasm attribute
sqlplus / as asmdba
startup
***OR***
SQL> CONNECT SYS AS SYSASM
Enter password: sys_password
Connected to an idle instance.

SQL> STARTUP
ASM instance started

Total System Global Area 71303168 bytes
Fixed Size 1069292 bytes
Variable Size 45068052 bytes
ASM Cache 25165824 bytes
ASM disk groups mounted

+++++++++++++++
Through GUI –
ASMCA