IBM DataPower Operations Dashboard v1.0.17.0
A newer version of this product documentation is available.
You are viewing an older version. View latest at IBM DPOD Documentation.
Command Line Interface (CLI)
Usage
Connect to the DPODÂ server with ssh (or from a console in case of a virtual appliance) and run the following command:
app-util.sh
If the script execution displays ERROR: Cannot find properties file
- re-login to the server or use su -
and try again.
Menu Options
Option | Purpose |
---|---|
Start All | Start all services by dependency order. |
Stop All | Stop all services by reverse dependency order. |
Check Status | Continuous (auto-refresh) display of services status. |
Start Service | Start a single service, or start all services up to the selected service, according to dependency order. |
Stop Service | Stop a single service, or stop all services up to the selected service, according to reverse dependency order. |
Update software | Run the upgrade script, see more at Upgrade. |
Must Gather | Run the must gather utility, see more at Generating MustGather. |
System backup | Backup the system. |
System version | Show version information. |
Reboot Device | Reboot DPOD server. |
Shutdown Device | Shutdown DPOD server. |
Exit | Return to command line. |
Services Status
The following table describes the services and their dependency order in which they are started or stopped.
A running process does not necessarily mean the service is operational. When in doubt, inspect the information at the DPOD Health section.
Dependency Order | Service/Agent Name | Process Name Example | Desired State |
---|---|---|---|
- | Admin Console UI | MonTier-AppAdmin |
|
1 | Configuration Database | MonTier-Derby |
|
2 | Store Nodes | MonTier-es-raw-trans-Node-1 |
|
3 | Syslog Agent (1) | MonTier-SyslogAgent-1 |
|
4 | WS-M Agent (1) | MonTier-WsmAgent-1 |
|
5 | Store Retention | MonTier-HK-ESRetention |
|
6 | Housekeeping Servers (1) | MonTier-HK-WdpDeviceResources |
|
8 | Web Console UI | MonTier-UI |
|
9 | Reports | MonTier-Reports |
|
10 | Store Dashboards | MonTier-OpenSearchDashboards |
|
(1) The system has one or more service instances, depending on the deployment profile selected during the installation (e.g.: minimal, low, high).
Â