7.Search the knowledge bases and, if necessary, contact Support. For more information, refer to Appendix B, “Support information,” on page 225.

WebSphere Application Server verification

The verification requires the following steps:

1.Perform a WebSphere Application Server installation verification test, by running the following script:

v On Windows: %WAS_HOME%\bin\ivt.bat

vOn UNIX: $WAS_HOME/bin/ivt.sh

Check the ivt.log file for errors. The log file is located in the following directory:

vOn Windows: %WAS_HOME%\logs

vOn UNIX: $WAS_HOME/logs

2.Ensure that the correct WebSphere Application Server version was installed, and verify the WebSphere Application Server status:

vUse the versionInfo command line utility to display the current level of WebSphere Application Server. The command is located in the following directory:

On Windows: %WAS_HOME%\bin

On UNIX: $WAS_HOME/bin

vUse the serverStatus command line utility to display the WebSphere Application Server status:

serverStatus -all -user <username> -password <password>

The command is located in the following directory:

On Windows: %WAS_HOME%\bin

On UNIX: $WAS_HOME/bin

Tool information is logged in the serverStatus.log file, located in the %WAS_HOME%\logs directory on Windows, $WAS_HOME/logs on UNIX.

For more information on command line tools that can be used during the WebSphere Application Server problem determination process, refer to “WebSphere Application Server command line tools” on page 32.

3.If required, edit the WebSphere Application Server configuration files. The master configuration repository is located at $WAS_HOME/config. The configuration files contain the following information:

vCell configuration information in XML files

vApplications held as EAR files and deployment descriptors

vTemplates as XML files that can be used for creating resources

Two administration clients are provided to edit the configuration of all components:

vThe administrative console, available at http://<WAS hostname.domainname>:9090/admin/

vThe wsadmin shell scripting client

The following is a list of useful configuration files:

Security.xml

This file contains server security configuration, and is located in the $WAS_HOME/config/cells/<cell> directory. When encountering problems logging in to the WebSphere Application Server

Chapter 2. Problem determination essentials for Tivoli Intelligent Orchestrator 13

Page 25
Image 25
IBM 51 manual WebSphere Application Server verification, Security.xml