NAME
   mwadm - administers the MainWin System Core (MSC).

SYNOPSIS
   mwadm <command>

DESCRIPTION
   The mwadm utility is used by the MainWin System Core (MSC) administrator
   to administer the MainWin System Core Services on each Unix host that is
   set up with the MainWin Enterprise Configuration.  

   The mwadm utility is included with the MainWin System Core installation. It is 
   a stand-alone utility, meaning it does not require a MainWin run-time 
   environment (i.e. MWHOME) to be set.

   The mwadm utility supports high-level commands, which in turn implement
   administration functionalities for specific areas, including security and 
   registry.

   Invoking mwadm without any parameters displays a help file on using the mwadm 
   utility.

   To display help for a specific mwadm command use:
   % mwadm help <command>

OPTIONS
   Following is the list of commands supported by the mwadm utility:

   version    displays the version number of the MSC
   help       displays help on using mwadm and its commands
   stop	      stops all MSC services in an orderly manner
   start      manually starts all MSC services
   status     provides vital signs of the MSC services
   log	      administers the MSC logs
   sec	      administers MSC DCOM security settings
   reg	      administers the MSC registry service

EXAMPLES
   Example 1: Display the MSC version number:
   example% mwadm version

   Example 2: Display help for using the mwadm `sec' command:
   example% mwadm help sec

