Stopping the MemVerge Memory Allocation Service

Stop the MVMAS service using the systemctl utility.

About this task

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

Procedure

  1. Capture snapshots of any application instances that you want to restart later. See Capturing a Snapshot with CLI or Capturing a Snapshot Using Memory Machine Management Center (Advanced Edition only).
  2. Stop all application instances currently running in MVMAS.
    Shut down applications using whatever procedure is appropriate at your site. You can identify running processes by PID and kill those processes, but it's preferable to do a "graceful" shutdown of an application process if that option is available.
    Note: Managed applications that are running when MVMAS is shut down cannot be allocated additional PMem capacity. PMem that has already been allocated remains accessible. Additional memory, if needed, is allocated from (non-managed) DRAM.
  3. To stop the MVMAS service (the mvmallocd process):
    # systemctl stop mvmallocd

    For example:

    # systemctl stop mvmallocd
    ● mvmallocd.service - MemVerge Memory Engine
       Loaded: loaded (/etc/systemd/system/mvmallocd.service; disabled; vendor preset: disabled)
       Active: inactive (dead)