Checking MemVerge Memory Allocation Service Status

Use the systemctl status command to confirm the MVMAS process is running.

About this task

Since MVMAS is run as a service, you use the systemctl utility to start, stop, and view the service process.

Procedure

To check the status of the MVMAS service:
# systemctl status mvmallocd
For example:
# systemctl status mvmallocd
● mvmallocd.service - MemVerge Memory Engine
   Loaded: loaded (/etc/systemd/system/mvmallocd.service; disabled; vendor pres>
   Active: active (running) since Fri 2020-09-11 09:07:18 PDT; 3 days ago
  Process: 13463 ExecStart=/usr/bin/bash /usr/libexec/mvmallocd_daemon_start.sh>
  Process: 13441 ExecStartPre=/usr/bin/bash /usr/libexec/mvmallocd_pre_check.sh>
 Main PID: 13474 (mvmallocd)
    Tasks: 2 (limit: 26213)
   Memory: 3.7M
   CGroup: /system.slice/mvmallocd.service
           └─13474 /opt/memverge/sbin/mvmallocd --config=/etc/memverge/mvmalloc>

Sep 11 09:07:17 docdemo systemd[1]: Starting MemVerge Memory Engine...
Sep 11 09:07:18 docdemo mvmallocd[13471]: mvmallocd [ALERT] License is invalid.>
Sep 11 09:07:18 docdemo systemd[1]: Started MemVerge Memory Engine.