Before running the script again, what can the administrator add to the script after each task so the completed tasks are committed even if other tasks fail?
A system administrator runs a Jython script that creates and configures several servers and realize that the script fails before completing. Although many tasks succeeded, they are rolled back when the script fails.
Before running the script again, what can the administrator add to the script after each task so the completed tasks are committed even if other tasks fail?
A . AdminApp.update()
B . AdminConfig.save()
C . AdminControl.invoke(server, ‘sync’)
D . AdminTask.backupJobManager(‘server’)
Answer: B
Explanation:
AdminConfig.save () to save changes after script execution.
Latest C9510-401 Practice Questions with 73 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments