Valid 1Z0-902 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-902 Exam! ExamDiscuss.com now offer the newest 1Z0-902 exam dumps, the ExamDiscuss.com 1Z0-902 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-902 dumps with Test Engine here:
You have a script with several CELLCLI commands that must be executed on each cell in your Exadata full rack. The script must run on each cell simultaneously. How must you achieve this?
Correct Answer: C
According to Oracle's documentation1, the Cell Control Command-Line Interface (CellCLI) utility is the command-line administration tool for Oracle Exadata System Software. It can be used to perform various tasks on Exadata Storage Servers, such as creating and managing objects, monitoring performance, and configuring alerts. To run CELLCLI commands on multiple cells simultaneously, you can use the Distributed Command-Line Interface (dcli) utility2. The dcli utility allows you to execute commands or scripts on a group of cells or hosts in parallel. You can use the dcli utility to copy files from one cell or host to multiple cells or hosts using the -f option3. You can also use the dcli utility to execute commands or scripts on multiple cells or hosts using the -l option to specify a user name and the -g option to specify a file containing a list of cells or hosts3. Therefore, to achieve your requirement of running a script with several CELLCLI commands on each cell in your Exadata full rack simultaneously, you must: Copy and execute the script on all storage servers using the dcli command.