User`s guide
9030944 E10 Running ECM from the Command Line
C-7
Exporting Templates and Configurations
Exporting Templates and Configurations
export -- retrieve templates/configurations, print output to the screen
Location: <ECM directory>/bckgrnd
Syntax: For specifying one ECM configuration model handle:
export \
-vnm <SpectroSERVER host name> \
-port <VNM socket number> \
-ch <ECM configuration model handle> \
[-ecmpath <ECM directory path>] \
[-time <VNM timeout>]
For specifying one ECM template model handle:
export \
-vnm <SpectroSERVER host name> \
-port <VNM socket number> \
-th <ECM template model handle> \
[-ecmpath <ECM directory path>] \
[-time <VNM timeout>]
For specifying one ECM configuration name and model type handle:
export \
-vnm <SpectroSERVER host name> \
-elh <export landscape handle> \
-port <VNM socket number> \
-mth <model type handle> \
-cn <ECM configuration name> \
[-ecmpath <ECM directory path>] \
[-time <VNM timeout>]
NOTE
The export command directs output to your screen. Therefore, whenever you
use the export command, be sure to redirect the output to a file. To do this,
use the redirection symbol (>) and specify the destination filename. Later you
can import configurations and templates from this file.