IBM C9510-401 Exam Practice Questions (P. 4)
- Full Access (73 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
A WebSphere system administrator needs to install the Installation Manager (IM) on an unmanaged node on a host named <machine2>. The deployment manager is running on a host named <machine1>.
What step must the administrator take before submitting a job from the Integrated Solutions Console (ISC) to install the IM on <machine2>?
What step must the administrator take before submitting a job from the Integrated Solutions Console (ISC) to install the IM on <machine2>?
- AInstall a node agent on <machine2>.
- BInstall the job manager on <machine1>.
- CStart the job manager on <machine1>.
- DRegister <machine2> as a target for job manager.
Correct Answer:
D
Submitting jobs to install Installation Manager on remote hosts
In a flexible management environment, you can submit the Install IBM Installation Manager job to install the Installation Manager on registered hosts of the job manager.
References:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.installation.zseries.doc/ae/tagt_jobmgr_install_im.html
D
Submitting jobs to install Installation Manager on remote hosts
In a flexible management environment, you can submit the Install IBM Installation Manager job to install the Installation Manager on registered hosts of the job manager.
References:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.installation.zseries.doc/ae/tagt_jobmgr_install_im.html
send
light_mode
delete
Question #17
A system administrator has created a wsadmin script with several steps to install and configure an application and some resources in a WebSphere Application
Server process. The script executed but the application was not installed successfully. The administrator suspects that the script has problems.
How can the administrator test and debug the script?
Server process. The script executed but the application was not installed successfully. The administrator suspects that the script has problems.
How can the administrator test and debug the script?
- AIn WebSphere Application Server Developer Tools for Eclipse, right click on the script file and select Validate from context menu.
- BExecute the script using the wsadmin with the option –conntype NONE and monitor the commandAssistanceJythonCommands.log file.
- CUse WebSphere Application Server Developer Tools for Eclipse in the debug perspective connected to the server and execute the script step by step.
- DRun the script using wsadmin with these parameters: -lang jython –javaoption "-Xdebug" and then execute the logViewer command with the option
Correct Answer:
C
C
send
light_mode
delete
Question #18
A system administrator has been asked to uninstall an application from a cluster running in a WebSphere Application Server Network Deployment cell. This application was installed from the Integrated Solutions Console (ISC). The monitored directory for the cluster is <cluster1_dir>.
What step(s) can the administrator perform to uninstall the application?
What step(s) can the administrator perform to uninstall the application?
- ADelete the application file from <cluster1_dir>.
- BStop the running cluster. Delete the application file from <cluster1_dir>.
- CStop the running cluster. Copy the application file to <cluster1_dir>. Delete the application file from <cluster1_dir>.
- DCreate a properties file to describe the deletion of the application file.
Correct Answer:
D
You can use application properties files to install enterprise application files on a server or cluster, update deployed applications or modules, or uninstall deployed applications or modules. Drag or copy a properties file to a monitored directory and the product performs the deployment action described in the properties file.
The enterprise application files that you can install, update, or uninstall using properties files include enterprise archive (EAR), web archive (WAR), Java archive
(JAR), and Session Initiation Protocol (SIP) archive (SAR) files.
References:
https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/trun_app_install_dragdrop_prop.html
D
You can use application properties files to install enterprise application files on a server or cluster, update deployed applications or modules, or uninstall deployed applications or modules. Drag or copy a properties file to a monitored directory and the product performs the deployment action described in the properties file.
The enterprise application files that you can install, update, or uninstall using properties files include enterprise archive (EAR), web archive (WAR), Java archive
(JAR), and Session Initiation Protocol (SIP) archive (SAR) files.
References:
https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/trun_app_install_dragdrop_prop.html
send
light_mode
delete
Question #19
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?
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?
- AAdminApp.update()
- BAdminConfig.save()
- CAdminControl.invoke(server, ‘sync’)
- DAdminTask.backupJobManager(‘server’)
Correct Answer:
B
AdminConfig.save()to save changes after script execution.
B
AdminConfig.save()to save changes after script execution.
send
light_mode
delete
Question #20
A system administrator has created a Jython script called globalScript.py.
What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?
What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?
- ACompile globalScript.py to a Java class in the bin directory.
- BInvoke wsadmin with the argument –profileName globalScript.py.
- CModify the configureCustomProperty script to import globalScript.py.
- DSet the script profiles in the wsadmin.properties file to load globalScript.py.
Correct Answer:
D
wsadmin.properties has this entry com.ibm.ws.scripting.profiles where we can add the scripting files to be loaded.
References:
https://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rxml_propscript.html
D
wsadmin.properties has this entry com.ibm.ws.scripting.profiles where we can add the scripting files to be loaded.
References:
https://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rxml_propscript.html
send
light_mode
delete
All Pages