Home > |
---|
Stop a service on the Luna appliance. Customer support might ask you to stop a particular service. Or, you may wish to control which functions are available on the Luna appliance. For example, if you are performing maintenance and prefer that nobody be able to use the NTLA to connect to the Luna SA, 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 Luna appliance.
Use the service list command to display a list of services that you can stop.
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. |
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)