Users Guide
Description Command Full form Example
Export a repository as Catalog Only.
drm --deployment-
type=exportCatalog --
location=<path> -
r=<repository name>
drm --deployment-
type= exportCatalog
--location=<path> --
repository=<repositor
y name>
drm --
deployment-
type=
exportCatalog
--
location="C:\U
sers\DRM" --
repository=rep
o
Export full repository with DUPs and
catalog.
drm --deployment-
type=share --
location=<path> -
r=<repository name>
drm --deployment-
type=share --
location=<path> --
repository=<repositor
y name>
drm --
deployment-
type=share --
location="C:\U
sers\DRM" -
r=repo
Export Smart Deployment Scripts to a
location.
Optional attributes:
force-update
drm -r=<repository name>
--deployment-
type=smartscript --script-
type=<OS type> --
location=<path> --force-
update --nowait
drm --
repository=<repositor
y name> --deployment-
type=smartscript --
script-type=<OS type>
--location=<path> --
force-update --nowait
drm -r=repo1
--deployment-
type=smartscri
pt --script-
type=linux --
location="C:\U
sers\DRM" --
force-update
--nowait
Export Smart Deployment Scripts using
prescript and postscripts to a location.
Optional attributes:
• prescript
• postscript
NOTE: Ensure that prescript and
postscript are in the same
network location.
drm -r=<repository name>
--deployment-
type=smartscript --script-
type=<OS type> --
prescript=<script path> --
script-
authentication=<username:p
assword> --
postscript=<script path>
--script-
authentication=<username:p
assword> --location=<path>
--nowait
drm --
repository=<repositor
y name> --deployment-
type=smartscript --
script-type=<OS type>
--prescript=<script
path> --script-
authentication=<usern
ame:password> --
postscript=<script
path> --script-
authentication=<usern
ame:password> --
location=<path> --
nowait
drm -r=repo1
--deployment-
type=smartscri
pt --script-
type=linux --
prescript=//
100.18.6.22/DR
M/prescript.sh
--script-
authentication
=root:calvin
--
postscript=//
100.18.6.22/DR
M/
postscript.sh
--location=//
100.88.33.34/D
RM --
authentication
=root:calvin
--nowait
Export Smart Deployment Script using
custom script to a location.
NOTE: If you are using the
update-script attribute, you
cannot use the prescript,
postscript, or force-update
attributes.
drm -r=<repository name>
--deployment-
type=smartscript --script-
type=<OS type> --update-
script=<custom script
path> --location=<path> --
nowait
drm --
repository=<repositor
y name> --deployment-
type=smartscript ---
script-type=<OS type>
-update-
script=<custom script
path> --
location=<path> --
nowait
drm -r=repo1
-- deployment-
type=smartscri
pt --script-
type=windows
--update-
script="C:\Use
rs\DRM
\customscript.
bat" --
location="C:\U
sers\DRM" --
nowait
Command-line interface syntax 29