Oracle
1Z0-432 · Question #43
The Flex ASM instances in your four-node cluster currently have a cardinality of two. Identify the correct command that will change the cardinality to three:
The correct answer is C. $ srvctl modify asm -count 3. You can modify the Oracle ASM instance count , or cardinality, with the SRVCTL modify asm $ srvctl modify asm -count 4 $ srvctl modify asm -count ALL https://docs.oracle.com/database/121/OSTMG/asminst.htm#OSTMG95329
Administering ASM
Question
The Flex ASM instances in your four-node cluster currently have a cardinality of two. Identify the correct command that will change the cardinality to three:
Options
- A$ srvctl modify asm -cardinality 3
- B$ srvctl update asm -count=3
- C$ srvctl modify asm -count 3
- D$ srvctl modify flex count = 3
How the community answered
(51 responses)- A10% (5)
- B4% (2)
- C71% (36)
- D16% (8)
Explanation
You can modify the Oracle ASM instance count , or cardinality, with the SRVCTL modify asm $ srvctl modify asm -count 4 $ srvctl modify asm -count ALL https://docs.oracle.com/database/121/OSTMG/asminst.htm#OSTMG95329
Topics
#Flex ASM#srvctl#cardinality#ASM configuration
Community Discussion
No community discussion yet for this question.