apstart command

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

Syntax

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

Parameters

-v|--verbose

Displays some additional information from the logs.

-a|--app_only
Starts the appliance 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 appliance application to start.
-h|--help
Displays help for the command.
Note: When the parameters [--app_only|--platform_only] are not specified, the command starts both the appliance application and platform manager.