The CLI command "get svc" will generate a list of services that are currently running on your SMS.
To verify what services are running:
1. Login to the SMS CLI via SSH
2. Run the command: get svc
Example Output:
FIPS mode (svc.fips-enable ) = disabled
FIPS transition mode (svc.fips-transition) =
Enable HTTP (non-secure web access) (svc.http-enable ) = no
Enable HTTPS (secure web access) (svc.https-enable ) = yes
Enable Network Time Protocol (svc.ntp-enable ) = yes
Enable inbound pings (ICMP Echo Resp) (svc.ping-enable ) = no
Enable SSH (secure remote CLI) (svc.ssh-enable ) = yes
Enable Telnet (non-secure remote CLI) (svc.telnet-enable ) = no
To change (disable/enable) individual services, issue the "set" command followed by the string in parenthesis ().
Example: set svc.ping-enable = yes
You can verify that it was enabled by re-issuing the "get svc" command:
Example Output:
FIPS mode (svc.fips-enable ) = disabled
FIPS transition mode (svc.fips-transition) =
Enable HTTP (non-secure web access) (svc.http-enable ) = no
Enable HTTPS (secure web access) (svc.https-enable ) = yes
Enable Network Time Protocol (svc.ntp-enable ) = yes
Enable inbound pings (ICMP Echo Resp) (svc.ping-enable ) = yes
Enable SSH (secure remote CLI) (svc.ssh-enable ) = yes
Enable Telnet (non-secure remote CLI) (svc.telnet-enable ) = no