OpenSolaris 2008.11 Media Management System Administration Guide

Table of Contents

Stopping and Restarting MMS

The MMS configuration relies on its three services to operate properly:

  • mms:db
  • mms:wcr
  • mms:mm.
    When you initialize MMS, the MM server starts the Watcher service, mms:wcr, and it starts the processes that manage the libraries (Library Manager) and drives (Drive Manager). You can enable and disable the services, although disabling the services is only required if you plan to restart MMS.

To stop MMS:

svcadm disable svc:/application/management/mms:wcr 
svcadm disable svc:/application/management/mms:mm
svcadm disable svc:/application/management/mms:db

To restart MMS, start the processes in the following order:

svcadm enable svc:/application/management/mms:db
svcadm enable svc:/application/management/mms:mm
svcadm enable svc:/application/management/mms:wcr