VMware Cloud Community
bigDavefromTren
Contributor
Contributor

SRM plugin - command line ?

Is the SRM plugin to vCenter available as a command line install?  Yes I know this is highly unusual, but they want to package this as an app so they can take away our admin rights on the local desktops.   I was able to find the VUM plugin command line, but can't seem to dig this SRM one up.  Thanks.

BigD

0 Kudos
2 Replies
codyhosterman
Enthusiast
Enthusiast

It is just an exe in C:\Program Files\VMware\VMware vCenter Site Recovery Manager\www so I think you can just call it with a batch or CMD file with /S or /qn after it.

0 Kudos
codyhosterman
Enthusiast
Enthusiast

This worked for me:

C:\Program Files\VMware\VMware vCenter Site Recovery Manager\www>VMware-srmplugin.exe /S /v/qn

It is important that there is no space between /v and /qn

0 Kudos