Enable or Disable Services

EFA provides CLI commands to enable or disable following services for TPVM or Server-based deployments in EFA:

efa system service
Microservice-specific commands

Usage: 
efa system service [command]

Available Commands:
  enable      Enable and start a service
  disable     Disable and stop a service

Flags:
  -h, --help   help for service

Use "efa system service [command] --help" for more information about a command.

Example:

efa system service enable –name=openstack
(efa:extreme)extreme@tpvm:~$ efa system service enable --name=foo
Error : Please provide a valid service name: notification, openstack, scvmm, snmp, and vcenter
efa system service disable --name openstack