Your production environment cluster is running Oracle Enterprise Linux and currently has four
nodes. You are asked to plan for extending the cluster to six nodes. Which three methods are
available to add the new nodes?
A.
silent cloning using crsctl clone cluster and ssh
B.
a GUI interface from Enterprise Manager
C.
with the Oracle Universal Installer using runInstaller �clone <nodename>
D.
silent cloning using perl clone.pl�silent either with parameters in a file or in line
E.
using addNode.sh
A is wrong. there is no crsctl clone
B is right. OEM can add nodes
C is wrong. there is no runInstaller -clone
D is right. clone.pl is another method
E is right. addNode.sh is 3rd method
So B.D.E. are correct