Cluster troubleshooting
Very similar to debugging portal as a stand-alone server. Must determine if it is a portal problem. Must determine node of failure and inspect portal logs, as usual. If undetermined, start from the top
- Eliminate the variables
- Isolate the problem
Note that dmgr is only involved during configuration and administration processes. Not used at all for runtime requests. All requests go straight to the nodes themselves.
- For problems in initial installation and configuration process, check:
- <portal_server_root>/log/wpsinstalllog.txt
- <portal_server_root>/log/configTrace.log
- Check the HTTP Server plugin log to verify there are no problems with the plugin and request routing
- Stop Portal cluster members to isolate the problem to a specific cluster member, or modify plugin to direct traffic to one member
- Does it happen on all cluster members, or just one?
- Check the cluster member SystemOut.log & SystemErr.log
- Now includes both WAS & Portal messages
- Default location of logs for secondary nodes is...
<profile_root>/logs/<server_name>- Use DMgr Admin Console to validate configuration
- For portlet deployment and synchronization errors, also check nodeagent logs and Deployment Manager logs
- Default location for nodeagent logs is...
<profile_root>/logs/nodeagent- Default location for DMgr logs is...
<profile_root>/logs/dmgr
Parent topic:
Set up a cluster
Previous topic
Install and federate secondary nodes
Next topic
Enable LDAP security after cluster creation