Users Guide
Description Command Full form Example
criticality=<critical
ity>
Delete specific components from a
repository using wild card characters.
drm -d -r=<repository
name> --update-
package=<component name>
drm --delete --
repository=<repositor
y name> --update-
package=<component
name>
drm -d -
r=repo1 --
update-
package="netwo
rk*.exe,BIOS_0
KT74_LN_2.10.5
.BIN"
Delete components using a combination
of attributes.
drm -d -r=<repository
name> -co=<component type>
-cc=<criticality> -
ca=<category>
drm -delete --
repository=<repositor
y name> --component-
type=<component type>
--
criticality=<critical
ity> --
category=<category>
drm --delete -
r=R740:1.00 -
cc=urgent,reco
mmended -
co=BIOS,applic
ation -
ca=BIOS,Diagno
stics
Updating repositories
Run a refresh job.
drm --update -
r=<repository
name>:<version>
drm --update --
repository=<repositor
y name>:<version>
drm --update -
r=repo1
Schedule a refresh repository job.
Recurrence values can be once, daily,
weekly, monthly.
NOTE: Ensure that you enter the
time in 24-hour format.
NOTE: The nowait attribute is
mandatory when scheduling a
refresh repository job.
drm --update -
r=<repository
name>:<version> -
dt=<mm/dd/yyyy hh:mm>
<recurrence> --nowait
drm --update --
repository=<repositor
y name>:<version> --
datetime=<mm/dd/yyyy
hh:mm> <recurrence>
--nowait
drm --update -
r=repo1 -
dt="08/21/2019
12:00 Daily"
--nowait
Update components in a repository by
component type.
drm --update -
co=<component type> -
r=<repository name>
drm --update --
component-
type=<component type>
--
repository=<repositor
y name>:<version>
drm --update -
co="BIOS,appli
cation" -
r="repo:1.00"
Update components in a repository by
category.
drm --update -
ca=<category1,
category2,..... > -
r=<repository
name>:<version>
drm --update --
category=<category1,
category2,..... > --
repository=<repositor
y name>:<version>
drm --update -
ca="BIOS, SAS
Drive" --
repository="re
po:1.00"
Update a repository based on type of
change.
drm -r=<repository name>
--update -ct=<type>
drm --
repository=<repositor
y name> --update --
changetype=<type>
drm -r=repo1
--update -
ct="upgraded"
Update a repository based on criticality
of updates.
drm -r=<repository name>
--update -cc=<criticailty
type1, criticality
type2,.....>
drm --
repository=<repositor
y name> --update --
criticality=<criticai
lty type1,
criticality
type2,.....>
drm -r=repo1
--update -
cc="urgent,
recommended"
Create Deployment tools
28 Command-line interface syntax