Using the HP DTC 16RX Manager
92
Requirements for copying and pasting
12
Requirements for copying and pasting
The destination DTC port can be on the same DTC or on another DTC. Note that the
DTC node name (or IP address) is not copied since these must be unique in your
network.
Caution If an IP address has been configured for ports, be careful when you copy and paste
configurations. Remember that each IP address in your network must be unique.
Note If you are copying and pasting from one DTC to another, both DTCs must have the
same software version. You can check the software version of your DTCs with the
rdtclist -d command.
Copying and pasting a DTC configuration
Use the rdtccopy command when you want to copy the entire configuration of a
DTC to another DTC. All the parameters will be copied except for the DTC IP
address and DTC node name which are unique to each DTC.
To copy the configuration of the DTC called source_dtcname to the DTC called
destination_dtcname, type the following command at the prompt:
rdtccopy source_dtcname destination_dtcname
or
rdtccopy source_DTC_IP_address destination_DTC_IP_address
The destination DTC must have been created in the same DTC code version as the
source before you use the rdtccopy command.
Example
To copy the configuration of the DTC called dtcname1 into the DTC called
dtcname2, use the following command:
rdtccopy dtcname1 dtcname2