Using the HP DTC 16RX Manager
126
Commands an HP engineer might ask you to use
17
To turn off the extended trace on port 4 of the DTC named dtc3:
rdtctraceoff dtc3 4
Uploading files from a DTC
The command rdtcupload uploads a DTC configuration or a DTC port
configuration.
rdtcupload dtcname [dtcport]
The following upload data files are created:
• <tftp_directory>/rdtcmgr/upload/dtcname.box contains the upload
of a DTC called dtcname.
or
• <tftp_directory>/rdtcmgr/upload/dtcname.pi contains the upload
data file of port number i of the DTC called dtcname, where i is an integer
between 0 and 15
Caution You must never access the upload files in these directories. For information on
deleting upload files see “Deleting DTC upload files” on page 136.
Note that each upload data file from a specific port overwrites the last upload data
file for a previous port upload from that port. To retain port uploads for a given port,
you must use the HP-UX cp or mv command to copy or move each file produced
into another file.
Examples
To upload the DTC named dtc2:
rdtcupload dtc2
To upload port 1 of the DTC named dtc2:
rdtcupload dtc2 1
You can refer to “Deleting DTC upload files” on page 136 for information about
deleting upload files.