Provides a way for system administrators to get a list of services running in the server and to start, stop and restart all services as a whole. Additionally, it can invoke any exposed methods on any individual service.
Note:
The AE Services Management Console Service Controller () provides equivalent functionality. Use the AE Services Management Console as your primary tool. It is recommended to use the mvap.sh utility judiciously and only when necessary, because using this utility might cause high CPU usage on AE Services Server.
Located in /opt/mvap/bin
Syntax
mvap.sh <command name> [<service name>] | <method name> <service name> <argument-list>
where:
<command name>
info - lists info name value pairs of <service name>
status - lists state of <service name>
start - invokes start on <service name>
stop - invokes stop on <service name>
restart - attempts to restart <service name>
suspend - attempts to suspend <service name>
resume - attempts to resume <service name>
<service name>
CmapiService - Device, Media, and Call Control Service
CvlanService - CVLAN Service
TsapiService - TSAPI Service
DlgService - DLG Service
AsaiLinkManager - ASAI Link Manager
TransportService - Transport Service
Note:
If you omit the service name, the command assumes all service names.
Example:
mvap.sh info CvlanService