EasyManua.ls Logo

Curtiss-Wright DTS1+ CSfC - Page 138

Default Icon
153 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
User Guide DDOC0199-000-A9
1-Slot Data Transport System (CSfC) 13 - 47 Command Line Interface
© 2024 Curtiss-Wright Defense Solutions Revision 1.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