User Guide
DDOC0099-000-AH
DTS1 CSfC
12 - 44
Command Line Interface
© 2020 Curtiss-Wright Defense Solutions
Revision 5.0
<s> .........................................Configuration state. 0=Disabled, 1=Enabled, ERR=Unknown
<sts> ......................................Status (OK, NA, ERR "<str>")
<str> .......................................Text string
<summary> ............................Command status summary (OK, ERR)
Example:
Boot configuration
Line Identifier
BOOTSET ..............................Indicates boot configuration update performed
Fields
status=<sts>
.....................Summary status for the line
Example:
Start/stop servers
Line Identifier
LIVESET ................................Indicates change to operational state of server.
Fields
<serv>=<s>
..........................Indicator of which server is being started/stopped
status=<sts>
.....................Status for action (OK, ERR "<str>")
cw_dts>
serv --boot --cifs 1 --nfs 0
[serv]
BOOTSET: status=<sts>
[!serv] OK
cw_dts>
serv --cifs 1 --nfs 0 --ftp 1
[serv]
LIVESET: cifs=1 status=OK
LIVESET: nfs=0 status=OK
LIVESET: ftp=1 status=ERR "Failed to start server"
[!serv] ERR