IBM WebSphere Application Server V8.5.5 and V9.0 Core Administration — Question 2
A system administrator has created a Python script that will run in WebSphere Network cell where administrative security is enabled. This script is named doUpdate.py and will be run by using the following: wsadmin -connType RMI -f doUpdate.py
How can the administrator suppress a user/password prompt from appearing when this script is run?
Set the user and password in the:
Answer options
- A. sas.client.props file.
- B. ssl.client.props file.
- C. soap.client.props file.
- D. wsadmin.properties file.
Correct answer: D
Explanation
The correct answer is D, as the wsadmin.properties file is specifically designed to store user credentials for wsadmin scripts, allowing them to run without prompting for a username and password. The other options, while related to client configurations, do not serve this purpose and will not suppress the prompt.