apstart command
The apstart command starts the system software stack, which includes
the system application and platform manager.
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.