Home >

LunaSH Command Reference Guide > LunaSH Commands > service > service stop

service stop

Stop a service on the SafeNet appliance. Customer support might ask you to stop a particular service. Or, you may wish to control which functions are available on the SafeNet appliance. For example, if you are performing maintenance and prefer that nobody be able to use the NTLA to connect to the SafeNet Network HSM, you can stop the NTLS service. A user performing maintenance via the serial port can stop the ssh service to prevent anyone from accessing the SafeNet appliance.

Use the service list command to display a list of services that you can stop.

Syntax

service stop <serviceName>

Parameter Shortcut Description
<service_name>  

Specifies the service to stop.

Valid values: network, ssh, ntls, syslog, ntp, snmp, sysstat

-force -f Force the action without prompting.

Example

lunash:> service stop ntls
 
Checking for connected clients before stopping NTLS service:
There are no connected clients. Proceeding...
Stopping ntls:OK
 
Command Result : 0 (Success)