How can the administrator ensure that the resource groups failover when the service address is not contactable
A cluster consists of 2 base boot addresses per node. Each boot address can contact the other
node in the cluster but is not externally routable. There is one service IP address in cluster which
is externally routable.
The external network experienced a problem where the service IP could not be contacted by the
users, but the base boot addresses were still able to send heartbeat packets between the cluster
nodes. The resource groups did not failover to the other node where there was no network
problem.
How can the administrator ensure that the resource groups failover when the service address is
not contactable on a node?
what URL can be used to verify that the service is running?
A developer has deployed a new JAX-WS Web service. The context root is set to webroot and the service
name is servicename?
Using a Web browser, what URL can be used to verify that the service is running?
what action will ensure proper detection of an adapter or network failure?
When designing a PowerHA 6 cluster that will use virtual networks, what action will ensure proper
detection of an adapter or network failure?
When would a developer NOT need to run the wsdeploy command to deploy a Web service application on IBM WebSphe
When would a developer NOT need to run the wsdeploy command to deploy a Web service application on
IBM WebSphere Application Server V7.0?
what must be done for PowerHA to perform a successful forced varyon of volume groups?
Which command should be used to install a JAX-WS application using the command line?
Which command should be used to install a JAX-WS application using the command line?
where will the clverify.log file be stored?
When verifying a cluster, where will the clverify.log file be stored?
Which of the following can be changed in the JSR-109 deployment descriptors for JAX-WS Web service?
Which of the following can be changed in the JSR-109 deployment descriptors for JAX-WS Web service?
Which of the following options provides a supported configuration with the minimum single points of failure?
An architect is designing a PowerHA cluster and plans to use a virtualized environment to
maximize hardware utilization. Each cluster node is to be configured as a partition on a separate Power 770.
Which of the following options provides a supported configuration with the minimum single points
of failure?
What element in the deployment descriptor defines the value of "name"?
A developer has an @WebServiceRef annotation defined in a web service client.
@WebServiceRef(name=”java:comp/env/service/AddressBookService”, AddressBookService.class)
AddressBookPort port;
…
Address address = port.getAddress(John Doe);
What element in the deployment descriptor defines the value of “name”?