The procedure describes disabling or enabling a service in EFA.
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
efa system service disable --name openstack
The command disables, and then stops the services.