1Z0-027 · Question #17
You have a partitioned database grid on an X3-2 full rack with two four-node RAC clusters called CLUSA and CLUSB. The storage grid, however, has not been partitioned. Which files on which servers…
The correct answer is B. The CELLIP.ORA files on the database servers in CLUSA E. The CELLIP.ORA files on the database servers in CLUSB. cellinit.ora, cellip.ora -- on database server cellinit.ora - identifies the storage network interface on the database server cat /etc/oracle/cell/network-config/cellinit.ora cellip.ora - identifies the Exadata cells that are accessible to the database server cat…
Question
You have a partitioned database grid on an X3-2 full rack with two four-node RAC clusters called CLUSA and CLUSB. The storage grid, however, has not been partitioned. Which files on which servers must be modified after connecting an Exadata storage full expansion rack to your X3-2 Exadata Database Machine on the InfiniBand network so that the cells on the expansion rack are added to the storage grid?
Options
- AThe CELLINIT.ORA files on database servers in CLUSA
- BThe CELLIP.ORA files on the database servers in CLUSA
- CThe CELLINIT.ORA files on the database servers in CLUSB
- DThe CELLIP.ORA files on all existing and newly added Exadata storage servers.
- EThe CELLIP.ORA files on the database servers in CLUSB
How the community answered
(30 responses)- A13% (4)
- B77% (23)
- C3% (1)
- D7% (2)
Explanation
- cellinit.ora, cellip.ora -- on database server cellinit.ora - identifies the storage network interface on the database server cat /etc/oracle/cell/network-config/cellinit.ora cellip.ora - identifies the Exadata cells that are accessible to the database server cat /etc/oracle/cell/network-config/cellip.ora * The cellip.ora is the configuration file, on every compute node, that tells ASM instances which cells are available to this cluster. Here is a content of a typical cellip.ora file for a quarter rack system: $ cat /etc/oracle/cell/network-config/cellip.ora cell="192.168.10.3" cell="192.168.10.4" cell="192.168.10.5"
Topics
Community Discussion
No community discussion yet for this question.