EasyManua.ls Logo

Curtiss-Wright DTS1+ CSfC - Page 133

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 - 42 Command Line Interface
© 2024 Curtiss-Wright Defense Solutions Revision 1.0
13.3.27 rmcpurge
NOTE
The DTS1+ / XDS1+ has only 1 RMC slot. As a result, the -s option is always -s 0.
Description
The rmcpurge command allows the user to purge all data on a selected RMC by issuing an ATA
Security Erase or ATA Security Enhanced Erase command to the selected storage device.
Syntax
rmcpurge [-h | --help | --version]
rmcpurge [-s] [-E | -N]
Options
-h, --help............................Print help message.
--version............................Print program version.
-s, --slot...........................Slot number of the target RMC (0, A,all). For all slots, use "A" or
"all" (default).
-N, --normal........................Issue ATA Security Erase Command.
-E, --enhanced ...................Issue ATA Security Enhanced Erase Command.
Example: Enhanced erase of RMC
Line Identifier
RMC_P#.................................Reports status of purge request for RMC in slot "#"
Fields
status=<sts> .......................Summary status for the given line.
Enumerated types
<sts> ......................................Status message (OK, NA, ERR "<str>")
<str> .......................................Text string
<summary> ............................ Command status summary (OK, ERR)
Example: Normal erase of RMC in slot 1
cw_dts> rmcpurge -s A -E
[rmcpurge]
RMC_P0: status=<sts>
RMC_P1: status=<sts>
RMC_P2: status=<sts>
[!rmcpurge] <summary>
cw_dts> rmcpurge -s 1 -N
[rmcpurge]
RMC_P1: status=<sts>
[!rmcpurge] <summary>