User Guide
DDOC0099-000-AH
DTS1 CSfC
12 - 39
Command Line Interface
© 2020 Curtiss-Wright Defense Solutions
Revision 5.0
12.3.24
rmcpurge
NOTE
The DTS1 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>