service status

Display the current status (running/stopped) for the specified service. You may wish to run this command to ensure that specific services are running properly. For example, if troubleshooting a problem with NTLS, it is wise to ensure that the NTLS service is properly started. If it is not, the server may not be able to resolve itself by the hostname in the server certificate.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

service status <service_name>

Argument(s) Description
<service_name>

Specifies the service for which you want to display the status.

Valid values: cbs, cluster, lsta, network, ntls, ntp, pedserver, snmp, ssh, stc, syslog, sysstat, webserver

Example

lunash:>service status network

   eth0 is up
   eth1 is down
   eth2 is down
   eth3 is down
   bond0 is down
   bond1 is down

Command Result : 0 (Success)

Example

lunash:>service status ctc
service status ctc

  ctc@eth0 is inactive
  ctc@eth1 is inactive
  All interfaces are down


Command Result : 0 (Success)