Print

mvap.sh

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.

noteNote

The AE Services Management Console Service Controller (Maintenance > Service Controller) provides equivalent functionality. Use the AE Services Management Console as your primary tool. Use mvap.sh only when necessary.

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

noteNote

If you omit the service name, the command assumes all service names.

Example:

mvap.sh info CvlanService