Using the HP DTC Manager/UX

126
Using dtcmodifyconfs
10
Exporting/importing configurations
-x (Synonym: dtcexport) Exports the entire configuration of the named DTC (includes
all boards and the map record) in the directory /var/opt/dtcmgr. The filename is
the name of the DTC followed by the extension .exim. If the file already exists, it
will be overwritten.
-X Exports the entire configuration of the named DTC into a file with the specified
filename. If a simple filename is given, with no path, the file will be stored in the
/var/opt/dtcmgr directory. Alternatively, a full path name can be given.
-i (Synonym: dtcimport) Imports the entire configuration of the named DTC from a
file in the directory /var/opt/dtcmgr. The filename is the name of the DTC
followed by the extension .exim. When the file is imported, all the DTC
configuration files are automatically created, and the map file is updated (or created
if necessary). If the named DTC has already been configured on this system, an error
condition is returned.
-I Imports the entire configuration of the named DTC from a file with the specified
filename. If a simple filename is given, with no path, the file will be taken from the
/var/opt/dtcmgr directory. Alternatively, a full pathname can be given.
Examples
To export an entire configuration of a specified DTC to a file named
currentconfig located in the /usr/dtcmgr directory.
dtcmodifyconfs -X /usr/dtcmgr/currentconfig dtcname
To import an entire configuration from a file named currentconfig to the DTC
from which the command is executed.
dtcmodifyconfs -I /usr/dtcmgr/currentconfig dtcname