VMware Cloud Community
cjscol
Expert
Expert

SRM 5.8 without Flash

Hi,

I have an old vSphere 5.5 environment with SRM 5.8 and need to access the SRM information. As I no longer have access to Flash is there a was to access the SRM 5.8 web UI without 1st logging into the vCenter server web client, e.g. can I use a url such as https://srm-server/dr assuming the the SRM web UI does not also require Flash.

I started looking at using PowerCLI but it is difficult. I can get a list of Protection Groups with

$SRM = Connect-SRMServer

$SRMAPI = $SRM.ExtensionData

$SRMAPI.Protection.ListProtectionGroups()

But I do not see the names of the Protection Groups, just the MoRef of each ProtectionGroup

Calvin Scoltock VCP 2.5, 3.5, 4, 5 & 6 VCAP5-DCD VCAP5-DCA http://pelicanohintsandtips.wordpress.com/blog LinkedIn: https://www.linkedin.com/in/cscoltock
0 Kudos
1 Reply
ashilkrishnan
VMware Employee
VMware Employee

Hi @cjscol ,

SRM has to be launched in this version. Dedicated html UI for SRM was introduced in 8.1. If you have access to the database, you can certain information.

For ex:  'pdr_protectiongroup' will give you list of all protection group

Hope that helps

0 Kudos