What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?

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?A . Compile globalScript.py to a Java class in the bin directory.B . Invoke wsadmin with the argument CprofileName globalScript.py.C . Modify the configureCustomProperty script...

November 25, 2019 No Comments READ MORE +

What does the administrator have to configure to trigger the javacore dump?

A system administrator needs to trigger a javacore only when a java,net.SocketTimeoutException is encountered in real time. What does the administrator have to configure to trigger the javacore dump?A . Configure the JAVA_DUMP_OPTS environment variable to capture javacore for ANYSIGNAL and all exceptions.B . Configure an CXdump:java Generic JVM argument...

November 25, 2019 No Comments READ MORE +

How can the system administrator do this?

A system administrator has deployed web applications to a clustered environment where database session persistence is configured. The administrator needs to improve the response time and the throughput. How can the system administrator do this?A . Disable server affinity.B . Configure dynamic caching.C . Configure a load balancer to spread...

November 25, 2019 No Comments READ MORE +

How should the administrator configure the data sources before reusing the Performance and Diagnostic Advisor?

A system administrator decides to use the advice from the Performance and Diagnostic Advisor to identify the optimum connection pool settings for data sources. In a cell, the data source db2datasource is defined under node scope and used by two servers from that node. The administrator receives two different sets...

November 24, 2019 No Comments READ MORE +

What wsadmin object should the administrator use to write this script?

Within a WebSphere Application Server Network Deployment cell, a system administrator needs to write a script to determine if a particular server is stopped. It is important that the wsadmin script explicitly return a status of stopped as opposed to just failing. What wsadmin object should the administrator use to...

November 24, 2019 No Comments READ MORE +

A system administrator was asked by the development team to inform them of any warning message which contains a string “Connection” on a WebSphere Application Server with High Performance Extensible Logging (HPEL) enabled.

A system administrator was asked by the development team to inform them of any warning message which contains a string “Connection” on a WebSphere Application Server with High Performance Extensible Logging (HPEL) enabled.A . Configure log detail levels to include filter on “Connection” string.B . Use the Log Viewer in...

November 24, 2019 No Comments READ MORE +

What step(s) can the administrator perform to uninstall the application?

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?A...

November 23, 2019 No Comments READ MORE +

How should the administrator make this change?

A system administrator discovers an issue that requires a change to a federated server. In this cell, WebSphere administrative security is enabled, but application security is not enabled. How should the administrator make this change? The administrator should use:A . a web browser to connect to the node agent https...

November 21, 2019 No Comments READ MORE +

How can a system administrator correlate and analyze the debug information from both requester and consumer applications?

An EJB application posts a request message into a JMS destination and waits for a response message on a different JMS destination. To correlate the response message to the request message, the application uses the JMS correlationId of the message. The application waits up to five seconds for a response...

November 21, 2019 No Comments READ MORE +

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...

November 20, 2019 No Comments READ MORE +