AdministrationReports
Use wsadmin with Jython or Jacl to create system configuration and port usage reports. Commands available...
reportConfigInconsistencies
Create a report of inconsistencies in the system configuration.
Required parameters and return values
- Parameters: None >Returns: A report that describes inconsistencies found in the system.
Interactive mode example usage
- Jacl...
$AdminTask reportConfigInconsistencies {-interactive}- Use Jython string:
AdminTask.reportConfigInconsistencies ( '[-interactive]')- Use Jython list:
AdminTask.reportConfigInconsistencies (['-interactive'])
For example...
Configuration consistency report for cell yardbirdCell cells/yardbirdCell/test.xml is a zero length file. cells/yardbirdCell/nodes/DummyNode does not contain a serverindex.xml document. cells/yardbirdCell/applications/Test. ear/deployments/Test does not contain a deployment.xml document. 3 consistency problems were found.
reportConfiguredPorts
Create a report of all the ports configured in the cell.
Required parameters and return values
- Parameters: None
- Returns: A report that describes the port usage in the system.
Examples
Interactive mode example usage:
- Jacl...
$AdminTask reportConfiguredPorts {-interactive}- Use Jython string:
AdminTask.reportConfiguredPorts ('[-interactive]')- Use Jython list:
AdminTask.reportConfiguredPorts (['-interactive'])
For example...
Ports configured in cell yardbirdCell Node yardbirdCellMgr / Server dmgr yardbird:7283 CELL_DISCOVERY_ADDRESS yardbird:9809 BOOTSTRAP_ADDRESS ... Node dizzyNode1 / Server server1 dizzy:2813 BOOTSTRAP_ADDRESS dizzy:8880 SOAP_CONNECTOR_ADDRESS ... Node dizzyNode1 / Server nodeagent dizzy:2814 BOOTSTRAP_ADDRESS dizzy:9904 ORB_LISTENER_ADDRESS
Related tasks
Use AdminTask for scripted administration
Related
Commands for AdminTask