What does the following JVM argument do?
-Xverbosegclog:${SERVER_LOG_ROOT}/verbose.m%d.7/18/16M%S.%pid.txt,20,10000
A.
It changes the default values for verbosegc logging.
B.
It changes the default location of the verbosegc logging.
C.
It configured verbosegc logging once it has already been enabled.
D.
It sets the default value for enabling and configuring verbosegc logging.
It changes the default location of the verbosegc logging.
Explanation:
-Xverbosegclog[: <file> [,<X>,<Y>]]
Causes -verbose:gc output to be written to the specified file.
If it cannot create the file (for example, if an invalid filename is passed into the command),
it will redirect the output to stderr.
If you specify <X> and <Y> the -verbose:gc output is redirected to <X> files, each
containing <Y> GC cycles.
The dump agent tokens can be used in the filename. See Dump agent tokens for more
information. If you do not specify <file>, verbosegc.%Y%m%d.%H%M%S.%pid.txt is used.
example: -Xverbosegclog:newgclogname.log,7,10000
When administrative security in enabled, what is the minimum administrative role needed to create a resource, install, and uninstall an application?
A.
Monitor
B.
Operator
C.
Configurator
D.
Administrator
Operator
An individual or group that uses the configurator role has the monitor privilege plus the
ability to change the WebSphere Application Server configuration. The configurator can
perform all the daily configuration tasks. For example, a configurator can complete the
following tasks:
References:
groups?
Which of the following statements is true regarding the relationship of nodes and node groups?
A.
Nodes can belong to only one node group.
B.
Nodes managed by a node group cannot be deleted.
C.
All nodes are initially not associated with a node group.
D.
All nodes are initially associated with a default node group
All nodes are initially associated with a default node group
Explanation:
D: a node must be a member of a node group. Initially, all Application Server nodes are
members of the default DefaultNodeGroup node group.
Note: A node group is a collection of managed nodes.
References:
An administrator installs IBM WebSphere Application Server and an HTTP server, but
when configuring the environment, the administrator finds that the WebSphere Plug-in is
missing.
Which tool can be used to fix this issue?
A.
Customization Tool Box
B.
IBM Installation Manager
C.
Profile Management Tool
D.
Integrated Solutions Console
Integrated Solutions Console
Explanation:
In the WebSphere Integrated Solutions Console, the web server is represented as a
specific server type, and you can view or modify all of the configuration properties used in
the plugin-cfg.xml file for the web server plug-in from the WebSphere Integrated Solutions
Console.
References:
After enabling High Performance Extensible Logging (HPEL), which configuration change will improve performance?
A.
Enabling HPEL Text logging
B.
Disabling HPEL Text logging
C.
Increasing Maximum log size
D.
Disabling Log record buffering
Disabling HPEL Text logging
Explanation:
The text log file does not contain any content that is not also stored in either the log data
repository or trace data repository. You can disable the text log to enhance server
performance.
References:
Page 6 out of 26 Pages |
Previous |