dtimport command

Purpose

Imports application or partial export packages

Prerequisites

Syntax

dtimport [-dev device | -f filename | -t | -D]
[-mp] [-mv]

Flags

-dev device
Import from the specified device, which either be a fully-qualified AIX file name or a device path (for example, /dev/rmt0).
-f
Import from the AIX file specified as filename.
-t
Import from the tape drive specified in the Default Tape Drive system parameter.
-D
Import from the diskette drive specified in the Default Diskette Drive system parameter.
-mp
Specifies that any prompt directories in the export package will be merged into the corresponding prompt directory on the target system (if it exists). This means that prompts will be replaced if they already exist, and added if they do not.
-mv
Specifies that any voice directories in the export package will be merged into the corresponding voice directory on the target system (if it exists). This means that voice segments will be replaced if they already exist, and will be added if they do not.

Return values

0
Success
< >0
Failure

Usage notes

Examples

To import the objects contained in the file called /usr1/dtuser1/sports.imp:

dtimport -dev /usr1/dtuser1/sports.imp

To import the objects from a on a diskette and merge all matching voice directories and prompt directories:

dtimport -D -mp -mv