apstart command

The apstart command starts the system software stack, which includes the system application and platform manager.

Note: When starting the software stack, it might take some time for Cloud Pak for Data and the web console to fully start. During this time, when you view status in ap sw, a WARNING might be displayed for these components. The status shows OK after the startup process finishes.

Syntax

apstart [-h][-v][-a|-p][-w]

Parameters

-h|--help
Displays help for the command.
-v|--verbose

Displays some additional information from the logs.

-a|--app_only
Starts the system application only. A sample output follows:
[root@node0101-fab ~]# apstart -a
Successfully started appliance application
-p|--platform_only
Starts the management platform only. A sample output follows:
[root@node0101-fab ~]# apstart -p
Successfully activated platform
-w|--wait
Waits for the system application to start.
Note: When the parameters [--app_only|--platform_only] are not specified, the command starts both the system application and platform manager.