InterviewSolution
Saved Bookmarks
| 1. |
Can I Stop All Nodes In One Command? Meaning That Stopping Whole Cluster? |
|
Answer» In 10g its not possible, where in 11g it is possible [ROOT@pic1]# crsctl START CLUSTER -all [root@pic2]# crsctl stop cluster –all In 10g its not possible, where in 11g it is possible [root@pic1]# crsctl start cluster -all [root@pic2]# crsctl stop cluster –all |
|