Enable or Disable Services

About this task

The procedure describes disabling or enabling a service in EFA.

Procedure

  1. Run the efa system service enable –name=xyz command.
    efa system service enable –name=openstack

    The command enables, and then starts the services. Currently, valid service names are Notification, OpenStack, SCVMM, SNMP, and vCenter. The system shows an error if you provide another service name.

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

    The command disables, and then stops the services.