100 Important IBM WebSphere Application Server 6.1 Interview Question Answer Part-8
QUESTION 71
An installation and profile creation was just completed. Which tool can be used to check installation files, report differences and create an inventory of configured files?
QUESTION 72
Which file can a system administrator consult prior to starting an installation to determine which components are already installed on the machine?
QUESTION 73
After creating a profile, a system administrator discovers there are port conflicts. Which action should the system administrator take to fix the port conflicts in the existing profile?
QUESTION 74
What does the Installation Factory use to create a customized installation package (CIP)?
QUESTION 75
A system administrator needs to create an application server profile that does NOT contain the administrative console. Which action should the system administrator take while using the Profile Management Tool to create the profile?
QUESTION 76
When attempting to install WebSphere Application Server v6.1 using the silent install, the installation fails early in the process and no log files appear to be created in the logs directory. Which two steps can the administrator perform to troubleshoot the issue?
QUESTION 77
When accessing the application server process logs, STDOUT and STDERR, on a federated node, in which default file system path will they be found?
QUESTION 78
An administrator is analyzing an activity.log file from a profile by using the Application Server Toolkit (AST) Profiling and Logging perspective. There are hundreds of log records.
Most of the records are informational messages. How can the administrator view only the records whose severity is at the Warning and Error level?
QUESTION 79
After hearing from clients that they are having problems logging into an application, an administrator enables tracing on WebSphere security components using the following log trace string:
com.ibm.ws.security.*=detail and restarts the server
When the administrator examines the trace log, there are no events recorded for any security components.
What must be the administrator do to ensure that the trace information is written to the trace log?
QUESTION 80
Under which circumstance should the WebSphere administrator use the dumpNameSpace utility?
An installation and profile creation was just completed. Which tool can be used to check installation files, report differences and create an inventory of configured files?
- Collector tool
- Installation verification tool (IVT)
- Installver tool
- Administrative console
QUESTION 72
Which file can a system administrator consult prior to starting an installation to determine which components are already installed on the machine?
- vpd.properties
- prereqChecker.xml
- log.txt
- profileregistry.xml
QUESTION 73
After creating a profile, a system administrator discovers there are port conflicts. Which action should the system administrator take to fix the port conflicts in the existing profile?
- Re-create the profile entering different ports
- Update the portdef.props file
- Run the updatePorts.ant script
- Edit the server.xml file
QUESTION 74
What does the Installation Factory use to create a customized installation package (CIP)?
- A build definition that defines how to customize WebSphere application server
- A CIP containing a customized WebSphere application server
- A customized response file containing the definition of the installation package
- The ifgui command to build a silent response file
QUESTION 75
A system administrator needs to create an application server profile that does NOT contain the administrative console. Which action should the system administrator take while using the Profile Management Tool to create the profile?
- Select the typical installation which does not install the administrative console to the server
- Select the advanced operation which has an option to install the administrative console to the server
- After the profile creation, uninstall the administrative console application
- Delete the application from the installed directory
QUESTION 76
When attempting to install WebSphere Application Server v6.1 using the silent install, the installation fails early in the process and no log files appear to be created in the logs directory. Which two steps can the administrator perform to troubleshoot the issue?
- Restart the installation after an OS restart
- Restart the installation with the –log parameter
- Look for the log files in the system temporary area
- Run the installation verification test (IVT)
- Start over by creating a new responsefile.txt using the responsefile.base.txt
QUESTION 77
When accessing the application server process logs, STDOUT and STDERR, on a federated node, in which default file system path will they be found?
- <profile_root>/<profile_name>/logs/<server_name>/native_stderr.log and <profile_root>/<profile_name>/logs/<server_name>/native_stdout.log
- <was_root>/logs/<server_name>/native_stderr.log and <was_root>/logs/native_stdout.log
- <nd_root>/logs/stderr.log and <nd_root>/logs/stdout.log
- <was_root>/logs/stderr.log and <was_root>/logs/stdout.log
QUESTION 78
An administrator is analyzing an activity.log file from a profile by using the Application Server Toolkit (AST) Profiling and Logging perspective. There are hundreds of log records.
Most of the records are informational messages. How can the administrator view only the records whose severity is at the Warning and Error level?
- The activity.log file must be filtered using the Log Analyzer before it is improved into AST
- Create two filters, one showing only Errors and one showing only Warnings. Export each and merge them into a single new activity log.
- When the activity.log file is imported into AST, use the filter option to exclude the informational message
- Update the filter so that it shows only Error and Warning log records.
QUESTION 79
After hearing from clients that they are having problems logging into an application, an administrator enables tracing on WebSphere security components using the following log trace string:
com.ibm.ws.security.*=detail and restarts the server
When the administrator examines the trace log, there are no events recorded for any security components.
What must be the administrator do to ensure that the trace information is written to the trace log?
- Modify the server.xml file to enable tracing and restart the server
- Configure the trace output format with the advanced setting
- Set the Log Detail Levels to one of the following: fine, finer, finest
- Update the Log Detail Levels for the servers node agent
QUESTION 80
Under which circumstance should the WebSphere administrator use the dumpNameSpace utility?
- When the application server will not start because the JNDI namespace tables have become corrupted
- When applications are experiencing a problem accessing a specific WebSphere data source
- Before regenerating the plug-in for the Web server
- To clear the namespace prior to installing or redeploying an application
Comments
Post a Comment