Hi guys!
Im going to evaluate the Vmware Site Recovery Manager product and im making an lab scenario.
My lab is it.
2 Sites
2 Vnxe 3150 (1 per site)
2 Vcenter server 5.8 (1 per site) windows 2008 r2 (gui español)
2 vSRM 5.8 ( 1 per site)
VNXe SRA 5.0.0 on both VCENTERS
I installed the VCENTER server and vSRM in the same host and I ready create a new database for vSRM on VIM_SQLEXP.
Everything works fine but when I will go to create array manager ( step 4 : "add array manager and enable array pair") I choose "single array manager" then when prompt me to specify parameter for this site (such as Management IP/Hostname, Username, password etc).
When I complete all of this info I press NEXT and after a few minutes I receive this error "SRA command 'discoverArrays' didn't return a response."
I look in to VSRM logs, and I have this:
--> **** Response ****
--> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
--> <Response xmlns="http://www.vmware.com/srm/sra/v2">
--> <Arrays>
--> <Array id="">
--> <Model>
--> <Name>VNXe3150</Name>
--> <Vendor stringId="AdapterVendor">EMC</Vendor>
--> </Model>
--> <ReplicationSoftware>
--> <Name>VNXe Replicator</Name>
--> <Version>1</Version>
--> </ReplicationSoftware>
--> <PeerArrays/>
--> </Array>
--> </Arrays>
--> </Response>
-->
--> 2014-12-03 08:00:54,394 [com.emc.sra.SraController]: null
--> null
--> com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.write(Unknown Source)
--> com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.marshal(Unknown Source)
--> javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(Unknown Source)
--> com.emc.util.xml.XmlHandler.writeXmlToFile(XmlHandler.java:140)
--> com.emc.sra.SraController.processCommand(SraController.java:93)
--> com.emc.sra.vnxe.Main.doStandaloneWork(Main.java:120)
--> com.emc.sra.vnxe.Main.main(Main.java:33)
-->
-->
2014-12-03T09:30:54.470-03:00 [06324 verbose 'SraCommand' opID=53b8c66c] Stopped listening for updates to file 'C:\Users\ADMINI~1.PUE\AppData\Local\Temp\vmware-administrador\sra-status-33-165'
2014-12-03T09:30:54.470-03:00 [06324 verbose 'SraCommand' opID=53b8c66c] Cancelling SRA command timeout
2014-12-03T09:30:54.470-03:00 [06324 info 'SraCommand' opID=53b8c66c] discoverArrays exited with exit code 0
2014-12-03T09:30:54.470-03:00 [06324 error 'SraCommand' opID=53b8c66c] discoverArrays exited with no response
2014-12-03T09:30:54.470-03:00 [06324 verbose 'PropertyProvider' opID=53b8c66c] RecordOp ASSIGN: info.progress, dr.storage.StorageManager.createArrayManager19
2014-12-03T09:30:54.470-03:00 [06324 info 'DrTask' opID=53b8c66c] Task 'dr.storage.StorageManager.createArrayManager19' failed with error: (dr.storage.fault.CommandResponseMissing) {
--> dynamicType = <unset>,
--> faultCause = (vmodl.MethodFault) null,
--> commandName = "discoverArrays",
--> msg = "",
--> }
2014-12-03T09:30:54.470-03:00 [06324 verbose 'PropertyProvider' opID=53b8c66c] RecordOp ASSIGN: info.error, dr.storage.StorageManager.createArrayManager19
2014-12-03T09:30:54.470-03:00 [06324 info 'DrTask' opID=53b8c66c] Work for task 'dr.storage.StorageManager.createArrayManager19' completed - new state 'error'
2014-12-03T09:30:54.470-03:00 [06324 verbose 'PropertyProvider' opID=53b8c66c] RecordOp ASSIGN: info.state, dr.storage.StorageManager.createArrayManager19
2014-12-03T09:30:54.470-03:00 [06324 verbose 'PropertyProvider' opID=53b8c66c] RecordOp ASSIGN: info.completeTime, dr.storage.StorageManager.createArrayManager19
2014-12-03T09:30:54.474-03:00 [06324 verbose 'DrTask' opID=53b8c66c] Failing task 'com.vmware.vcDr.dr.storage.StorageManager.createArrayManager:task-72'
2014-12-03T09:31:03.794-03:00 [06324 verbose 'LocalSiteStatus'] Free disk space: 2604 Mb
2014-12-03T09:31:03.794-03:00 [06324 verbose 'LocalSiteStatus'] CPU usage: 1 %
2014-12-03T09:31:03.794-03:00 [06324 verbose 'LocalSiteStatus'] Available memory: 867 Mb
Someone have an idea?
Thanks!