Users Guide
Description Command Full form Example
Create an empty repository.
drm -cr -r=<repository
name> --empty
drm --create --
repository=<repositor
y name> --empty
drm -cr -
r=repo1 --
empty
Create a repository with inventory.
NOTE: Source and
authentication attributes are
optional.
drm -cr -r=<repository
name> -i=<inventory file
location> --
source=<catalogFileLocatio
n> --
authentication=<domain
\username:password>
drm --create --
repository=<repositor
y name> --
inventory=<inventory
file location> --
source=<catalogFileLo
cation> --
authentication=<domai
n\username:password>
drm -cr -
r=repo1 -
i="C:\Users
\DRM
\sample.xml"
--source=//
100.100.10.11/
DRM\source.xml
--
authentication
="root:calvin"
Create a repository from default base
catalog by connecting to an iDRAC
console.
drm -cr -r=<repository
name> -ih=<ip address|
hostname| FQDN> -it=idrac
--authentication=<domain
\username>:<password>
drm --create --
repository=<repositor
y name> --
integration-host=<ip
address| hostname|
FQDN> --integration-
type=idrac --
authentication=<domai
n
\username>:<password>
drm --create
--
repository=rep
o1 --
integration-
host=100.10.10
.15 --
integration-
type=idrac --
authentication
="mydomain
\root:calvin"
Create a repository from default base
catalog by connecting to an
OpenManage Enterprise console.
drm -cr -r=<repository
name> -ih=<ip address|
hostname| FQDN> -it=oment
--authentication=<domain
\username>:<password>
drm --create --
repository=<repositor
y name> --
integration-host=<ip
address| hostname|
FQDN> --integration-
type=oment --
authentication=<domai
n
\username>:<password>
drm --create
--
repository=rep
o1 --
integration-
host=100.10.10
.15 --
integration-
type=oment --
authentication
=root:calvin
Create a repository from default base
catalog by connecting to an
OpenManage Essentials console.
drm -cr -r=<repository
name> -ih=<ip address|
hostname| FQDN> -it=omess
--authentication=<domain
\username>:<password>
drm --create --
repository=<repositor
y name> --
integration-host=<ip
address| hostname|
FQDN> --integration-
type=omess --
authentication=<domai
n
\username>:<password>
drm --create
--
repository=rep
o1 --
integration-
host=100.10.10
.15 --
integration-
type=omess --
authentication
="mydomain
\root:calvin"
Create a repository from default base
catalog by connecting to an
OpenManage Integration for VMware
VCenter (OMIVV) console.
drm -cr -r=<repository
name> -ih=<appliance ip
address>;<vCenter ip
address> -it=vcenter --
authentication=<username@d
omain:password>
drm --create --
repository=<repositor
y name> --
integration-
host=<appliance ip
address>;<vCenter ip
address> --
integration-
type=vcenter --
drm -cr -
r=repo1 -
ih=100.10.10.1
5;100.100.15.7
6 -it=vcenter
--
authentication
=root@mydomain
:calvin
Command-line interface syntax 25