This post is more than 5 years old
29 Posts
0
4463
DRM 3 Command Line
Is anyone using the command line? I was wanting to schedule an export but must list them and get the version first. This is where I am having issues.
The documentation states to list repositories, use drm --list=
I have tried that but get Invalid value every time.
drm --list=JOB does work as well as drm --list=PLUGIN but I can't get the repositories to list.
I even created a repository and then tried to list it which failed? Any ideas? Thanks!
D:\Program Files\Dell\Dell EMC Repository Manager>drm --repository=Repotest --cr
eate
Creating repository Repotest
Job Submitted for repository creation
D:\Program Files\Dell\Dell EMC Repository Manager>drm --list=Repotest
Invalid value
DELL-Daniel My
Moderator
Moderator
•
6.2K Posts
1
September 24th, 2018 10:00
Hello
I think the correct syntax is:
drm -li=rep
We should have documentation on the Repository Manager support page.
http://www.dell.com/openmanagemanuals/
Thanks
wkwicker
29 Posts
0
September 24th, 2018 13:00
Thanks, that syntax worked!
I was reading the documentation located here (https://topics-cdn.dell.com/pdf/repository-manager-v301_users-guide_en-us.pdf) which I believe is the most current so it looks like the documentation needs updated. It states:
drm –li= or
drm --list=
but the actual syntax is
drm -li=rep or
drm --list=rep