Questions for the C9510-401 were updated on : Nov 26 ,2024
A system administrator completed a WebSphere Application Server installation by using the
Installation Manager. During installation, all defaults were selected for the installation root
directories and the shared resources directory. Over time, the administrator has updated the
installation with various interim fixes and fix packs. The administrator notices that the shared
resources directory is very large in size and grows larger each time the Installation Manager is run.
How can the administrator decrease the size and remove some of the content from the shared
resources directory?
D
Explanation:
http://www-01.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.installation.soafepnd.doc/info/ae/ae/tins_installfp_dist.html?lang=en(Sharedresourcesdirectory)
A system administrator ran the backup Config command to backup the configuration using the -
nostop option. The administrator changed the properties for the service integration environment by
modifying the sib.properties file. During testing the administrator noticed Service Integration Bus
related errors and wanted to restore the service integration environment. The administrator used the
restore config command, but the tuning properties for the service integration environment were not
restored.
How can the administrator prevent this issue?
B
A system administrator is configuring the security of a new environment. The administrator has been
asked to configure one LDAP server that has different sub-trees for business users and administration
users.
What should the administrator do to implement the required security configuration?
C
A system administrator has added a server cluster as a member of a service integration bus (SIB). The
administrator needs to configure one messaging engine for each server in this cluster and to have a
failover location for each messaging engine.
What should the administrator do to achieve the required design?
C
Explanation:
The scalability with high availability configuration ensures that there is a messaging engine for each
server in a cluster, and that each messaging engine has a failover location.
http://www-01.ibm.com/support/knowledgecenter/SSCKBL_8.5.5/com.ibm.websphere.nd.doc/ae/cjt1004_.html
(second paragraph)
A system administrator wants to learn some of the Python scripting commands for the
administration of the environment.
Which product feature should the administrator use?
D
A system administrator has created a Python script called globalScript. py.
What should the administrator do to ensure globalScript. py is loaded when the wsadmin shell is
used?
D
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:
D
A system administrator runs a Python script that creates and configures several servers and realizes
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?
C
An application deployed to a multi-node cluster is reported to have slowness and hung threads. A
system administrator is asked to review the logs on each node and identify if the hung threads are a
false alarm.
How can the administrator determine that the hung threads are a false alarm?
Analyze the:
C
Explanation:
Problem(Abstract)
The SystemOut.log contains a WSVR0605W message, also called a hung thread message. A javacore,
or thread dump on Solaris and HP-UX, is needed in order to determine how to resolve the potentially
hung threads.
Cause
WebSphere Application Server attempts to report potentially hung threads using the hung thread
detector. Depending on how the hung thread detector policy is configured, a thread running for a
certain interval (default 10 minutes) might be reported as hung and a WSVR0605W message is
printed in the SystemOut.log file:
WSVR0605W: Thread <threadname> has been active for <time> and may be hung. There are
<totalthreads> in total in the server that may be hung.
References: https://www-01.ibm.com/support/docview.wss?uid=swg21448581
A system administrator suspects that the slow performance of an application might be caused by
lock contention.
To debug this further, what can the administrator do using IBM Support Assistant?
A
Explanation:
The IBM Monitoring and Diagnostic Tools for Java - Health Center is a lightweight tool that monitors
active IBM Virtual Machines for Java with minimal performance overhead. The Health Center
suggests live tuning recommendations for Garbage Collection, profiles methods including call stacks,
and highlights contended locks. This information can help you optimize performance, improve
stability and optimize system resource usage.
The tool is provided in two parts:
References:
https://www.ibm.com/support/knowledgecenter/SS3KLZ/com.ibm.java.diagnostics.healthcenter.doc/homepage/plugin-homepage-hc.html
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.
C
Explanation:
The High Performance Extensible Logging (HPEL) facility writes to the log and trace repositories in a
binary format. You can view, query and filter the repository using the LogViewer command.
logviewer.sh -monitor -includeLoggers Connection
-monitor [integer]Specifies that you want the logViewer to continuously monitor the repository and
output new log record entries as they are created. You can provide an optional integer argument
after this parameter to specify how often you want the LogViewer tool to query the repository for
new records. By default the logViewer queries the repository for new records every 5 seconds. When
used with other filtering options, only those new records that match the filter criteria are displayed.
References:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rtrb_logviewer.html
A system administrator is required to monitor the application server logs for heap memory issues
and determine if the heap memory usage is reaching close to 70% of the maximum heap. The
application server is configured with an initial heap of 256 MB and a max heap of 1 GB.
How should the administrator determine if the application server is utilizing 70% of the max
allocated heap memory?
B
Explanation:
Enabling verboseGC (Garbage Collection) output is often required when diagnosing issues with
WebSphere Application Server. Because verboseGC data is critical to troubleshooting memory and
performance problems and the overhead is generally very low, you may want to consider proactively
enabling it in your environment.
References: http://www-01.ibm.com/support/docview.wss?uid=swg21114927
After collecting diagnostic trace from a server running under a cell, a system administrator noticed
that the trace files contained sensitive information.
To avoid this issue in the future, what can the administrator do?
C
Explanation:
You can either enable or disable the sensitive log and trace guard to help control whether loggers
write sensitive information in your log and trace files.
Use the administrative console to enable or disable the sensitive log and trace guard.
Procedure
References:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/ttrb_enablesensitivelogtrace.html
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?
B
Explanation:
Dump agents are set up during JVM initialization. They enable you to use events occurring within the
JVM, such as Garbage Collection, thread start, or JVM termination, to initiate one of four types of
dump or to launch an external tool. Default dump agents are set up at JVM initialization They are
sufficient for most cases, but the use of the -Xdump option on the command line allows more
detailed configuration of dump agents. The total set of options and sub-options available under -
Xdump is very flexible and there are many examples presented in this chapter to show this flexibility.
Example: To generate system cores:
-Xdump:system:events=user
References: http://www-01.ibm.com/support/docview.wss?uid=swg21242497
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 before timing out the request.
A Message Driven Bean (MDB) running on a different cluster is responsible for consuming the
request message, process it and post a response message.
The destinations are defined in a Service Integration Bus (SIB) within the cell.
Intermittent timeout exceptions have occurred for the requester application. How can a system
administrator correlate and analyze the debug information from both requester and consumer
applications?
C
Explanation:
Cross Component Trace (XCT) annotates the logs so that log entries that are related to a request that
is serviced by more than one thread, process, or even server are identified as belonging to the same
unit of work. XCT helps identify the root cause of problems across components.
References: WebSphere Application Server V8.5 Administration and Configuration Guide for the Full
Profile (July 2013), page 1091