IBM WebSphere Application Server Network Deployment V8.5.5 and Liberty Profile, System Administration v7.0 (C2180-401)

Page:    1 / 5   
Total 71 questions

A system administrator has configured a cluster containing 40 servers. The cluster members all belong to one core group. While examining the log files, the administrator notices that the core group coordinator is consuming abnormally high amounts of memory and CPU resources.
How can the system administrator reduce the memory and CPU resource usage of the core group coordinator?

  • A. Configure a core group bridge.
  • B. Configure a second active coordinator
  • C. Decrease the memory on the machine.
  • D. Move the coordinator to another machine.


Answer : A

A system administrator has created a wsadmin script with several steps to install and configure an application and some resources in a WebSphere Application Server process.
The script executed but the application was not installed successfully. The administrator suspects that the script has problems.
How can the administrator test and debug the script?

  • A. In WebSphere Application Server Developer Tools for Eclipse, right click on the script file and select validate from context menu.
  • B. Execute the script using the wsadmin with the option -conntype NONE and monitor the commandAssistancePythonCommands.log file.
  • C. Use WebSphere Application Server Developer Tools for Eclipse in the debug perspective connected to the server and execute the script step by step.
  • D. Run the script using wsadmin with these parameters:-lang Python -javaoption "-Xdebug" and then execute the log Viewer command with the option listlnstances


Answer : C

A new cell contains a cluster with members defined in two managed nodes running on two different machines. The cell also contains two unmanaged nodes running on HTTP servers with HTTP plug-in. Session persistence has been enabled.
Which additional component(s) can the system administrator configure to make this environment highly available?

  • A. Enable administrative security.
  • B. Configure a DMZ secure proxy.
  • C. Configure High Performance Extensible Logging.
  • D. Configure primary and backup load balancers for the HTTP servers.


Answer : C

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?

  • A. Manually delete content from the directory.
  • B. During an update, create a new shared resources directory.
  • C. Clear the Delete Saved Files option for the Installation Manager.
  • D. Set the preserve Downloaded Artifacts preference to false.


Answer : D

Reference:http://www-
01.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.installation.soaf epnd.doc/info/ae/ae/tins_installfp_dist.html?lang=en(Shared resources directory)

A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include
<applicationMonitor updateTrigger="polled" pollingRate="100ms" dropins="S{server.config.dir}/applications" dropinsEnabled="true"/>
The administrator placed the application ServletApp.war in the apps directory under
S{ server.config.dir}. While accessing the correct URL for the home page of the application, the occurs in the browser.
How can the administrator resolve this error?

  • A. Restart the Liberty profile server.
  • B. Install the ServletApp.war file using the Integrated Solutions Console (ISC).
  • C. Place the ServletApp.war file in the directory named dropins under S {server.config.dir}.
  • D. Place the ServletApp.war file in the directory named applications under S{server.config.dir}.


Answer : D

A JAX-WS EJB stateless session bean web service needs to be accessed by consumers outside the corporate domain.
Which configuration will help a system administrator meet the requirement?

  • A. Open firewall ports for both bootstrap and orb listener ports within the cell.
  • B. Configure plug-in in the DMZ to send request to the cluster members.
  • C. Configure on demand router (ODR) in the DMZ to send requests to the cluster members.
  • D. Configure HTTP tunneling to send the client-side Object Request Broker (ORB) request to the server-side ORB.


Answer : A

Reference:http://www.ibm.com/developerworks/websphere/techjournal/0310_alcott/alcott.h tml

While monitoring a cluster in the cell, the administrator notices that one server in the cluster periodically loses connections to the database. When this happens, requests to the server have a significantly decreased response time and various error conditions are listed in the log files for the server. Since the error codes are returned quickly, the server starts returning responses faster than the average service times for the application. Due to this, the weight for the server is increased and a large percentage of incoming requests are being routed to the erroneous server and the server is getting overloaded with requests.
How can the administrator detect these conditions in the future and take action to prevent this problem?

  • A. Configure the storm drain health policy.
  • B. Configure the on demand router (ODR) transport chain to tune inbound connections.
  • C. Monitor the JVM heap usage to determine a new server weight.
  • D. Enable the PMI Extended statistic set and use the Connection Pool summary report.


Answer : 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:

  • A. sas.client.props file.
  • B. ssl.client.props file.
  • C. soap.client.props file.
  • D. wsadmin.properties file.


Answer : D

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?

  • A. Install and configure a TAI (Trust Association Interceptor)
  • B. Configure a security domain for the stand-alone LDAP server.
  • C. Use Federated repositories and configure the supported entity types.
  • D. Use Stand-alone custom registry and configure the flat file implementation.


Answer : C

A system administrator in a bank was asked by business users to determine the most accessed JSP page in a web application at normal work load for marketing purpose.
Which tool should the administrator use to find the most used JSP page?

  • A. Performance and Diagnostic Advisor
  • B. IBM Support Assistant Data Collector
  • C. High Performance Extensible Logging Log Viewer
  • D. Tivoli Performance Viewer (TPV) summary reports


Answer : C

A system administrator needs to view the list of certificates for unmanaged web server located on a remote system.
How should the administrator do this?

  • A. View the plugin-cfg.xml
  • B. Look at the SSL configuration in the httpd.conf
  • C. Use iKeyman to view the keyring.
  • D. D. Use the administrative console to check the content of the cell default keystore.


Answer : B

Reference:http://www.cse.yorku.ca/~seela/db2/Content_manager/httpserver.html

A system administrator needs to install WebSphere Application Server using response files, so that silent install can be done. The administrator has ensured that all required prerequisites have already been installed and, has downloaded and expanded the required
WebSphere Application Server installation files.
What can the administrator run to install the product?

  • A. install -options responsefile.xml -silent
  • B. install -acceptLicense -options responsefile.xml -silent
  • C. install -acceptLicense input responsefile.xml -log logfile.txt
  • D. IBMIM -acceptLicense -input responsefile.xml -log logfile.txt


Answer : A

Reference:http://www-
01.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/mp/install/inst_silent-AIX.dita

A WebSphere system administrator needs to install the Installation Manager (IM) on an unmanaged node on a host named <machine2>. The deployment manger is running on a host named <machine1>.
What step must the administrator take before submitting a job from the Integrated Solutions
Console (ISC) to install the IM on <machine2>?

  • A. Install a node agent on <machine2>.
  • B. Install the job manager on <machine1>.
  • C. Start the job manager on <machine1>.
  • D. Register <machine2> as a target for job manager.


Answer : A

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 work between existing web servers.
  • D. Tune the database session persistence to optimize for failover.


Answer : B

Reference:http://www.ibm.com/developerworks/websphere/techjournal/1008_genkin/1008_ genkin.html

A system administrator has created a cluster containing two servers in a same node. The administrator did not select the optionGenerate unique HTTP portsduring the creation of the cluster members. After the cluster creation, the administrator changed the HTTP port of the second cluster member to 9081.
Testing the servers using the snoop servlet directly to the server's HTTP port, the administrator got the following error message for the second server;
SRVE0255E: A WebGroup/Virtual Host to handle server2:9081 has not been defined
How can the administrator fix this problem?

  • A. Regenerate and propagate the HTTP plug-in.
  • B. Add the port 9081 to the default_host alias.
  • C. Create a new virtual host alias at the cell level for the port 9081.
  • D. Edit the server.xml for the second server and add the port 9081


Answer : C

Reference:http://www-01.ibm.com/support/docview.wss?uid=swg21438842

Page:    1 / 5   
Total 71 questions