Service commands
search cancel

Service commands

book

Article ID: 333095

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

How to Stop, start and restart service in Watch4net/MnR?

Environment

Watch4Net/MnR - 7.x

Resolution

CLI:

Stop services as 

<APG_BASE>/bin/manage-modules.sh service stop "instance name"
or
<APG_BASE>/bin/manage-modules.sh service stop all
 
Start services as 
<APG_BASE>/bin/manage-modules.sh service start "instance name"
or
<APG_BASE>/bin/manage-modules.sh service start all
 
Restart services as 
<APG_BASE>/bin/manage-modules.sh service restart "instance name"
or
<APG_BASE>/bin/manage-modules.sh service restart all

Verify Status as 
<APG_BASE>/bin/manage-modules.sh service status "instance name"
or
<APG_BASE>/bin/manage-modules.sh service status all

GUI/FE:

  • Log into the GUI/MnR FE and navigate to Administrator >> Centralized Management and click on the desired host.
  • Right-clicking on the service will allow you to either stop/restart the service if it is running or start the service if it is stopped.