Users Guide
Table Of Contents
- Dell EMC Repository Manager Version 3.3.2 User’s Guide
- Contents
- Introduction
- Installing and maintaining DRM
- Using Dell EMC Repository Manager
- Identifying the series of your Dell EMC PowerEdge servers
- Command-line interface syntax
- Command-line interface
- Frequently asked questions
Table 4. Commands (continued)
Description Command Full form Example
Displays all available component types
drm -li=component-types drm --
list=component-types
drm --
list=componen
t-types
Displays all the component types for
a specific repository
drm -li=component-type
-r=<repository name>
drm --
list=component-type
--
repository=<reposito
ry name>
drm
-li=component
-type
-r=repo1
Display bundles and component
details of a specific version of
repository.
drm --details
-r=<repository
name>:<version>
drm --details --
repository=<reposito
ry name>:<version>
drm --details
-r=repo1:1.01
Compare a version of the repository
with the base catalog in database.
drm --compare -
r=<repository
name>:<version>
drm --compare --
repository=<reposito
ry name>:<version>
drm --
compare --
repository=re
po1:1.1
Display the list of all plug-in
names, current-version, and the
latest available version.
drm -li=plugin drm --list=plugin drm
-li=plugin
Display all the versions associated
with the repository such as version,
size, and created date.
drm -r=<repository name>
--details
drm --
repository=<reposito
ry name> --details
drm -r=repo1
--details
Display the list of all job names,
status, type, and creation date.
drm -li=job drm --list=job drm --
list=job
Display details of a specific job.
drm -j=<job name> --
details
drm --job=<job
name> --details
drm
-j=samplejob
--details
Preferences
To set proxy details.
With authentication
drm --set -p=http://
username:password@proxy-
server:port
With authentication
drm --set --
proxy=http://
username:password@pr
oxy-server:port
drm --set
-p=http://
root:calvin@1
00.10.20.16:8
080
Without authentication
drm --set -p=http://
proxy-server:port
Without authentication
drm --
set --proxy=http://
proxy-server:port
drm --set
-p=http://
100.10.20.16:
8080
Set a custom store path for
downloading files.
NOTE: Ensure that you change
the store path location when no
jobs are running.
drm --set -sp=<path> drm --set --
storepath=<path>
drm --set
-sp="C:\Users
\DRM\download
s"
To set the plug-in update to auto-
update.
drm --set -pu=autoupdate drm --set --
pluginupdate=autoupd
ate
drm --set
-pu=autoupdat
e
To set the plug-in update to alert
drm --set -pu=alert drm --set --
pluginupdate=alert>
drm --set
-pu=alert
Update a plug-in or all plug-ins.
drm --update --
plugin=<plug-in name|
all>
drm --update --
plugin=<plug-in
name| all>
drm --
update --
plugin= "Dell
30 Command-line interface syntax