While attempting to add an Array Pair in vLSR, the request appears to complete successfully with 0 warnings or errors but the array pair does not populate in the Array Pairs UI.
VMware Live Site Recovery
Array based replication requires a Storage Replication Adapter (SRA) to facilitate the communication and configuration between vLSR and the storage arrays. Adding Array Pairs leverages the discoverArrays SRA command to discover and populate the arrays that have a replication relationship so as to allow vLSR to then incorporate the replicated LUNs when configuring Protection Groups, Recovery Plans, etc.
One reason vLSR may not display a warning or alert or populate the Array Pairs UI after completing the Add Array Pairs wizard is if the Storage Replication Adapter returns an empty reply to the discoverArrays request.
[02/04/2026 22:51:14,PureSRA.cs:ParseCommand,V] Received input: <?xml version="1.0" encoding="UTF-8"?><Command xmlns="http://www.vmware.com/srm/sra/v2"> <Name>discoverArrays</Name> <OutputFile>/tmp/sra-output-#-#</OutputFile> <StatusFile>/tmp/sra-status-#-#</StatusFile> <LogLevel>verbose</LogLevel> <LogDirectory>/srm/sra/log</LogDirectory> <Connections> <Connection id="localArray"> <Addresses> <Address id="localArrayAddress">array#1.com</Address> </Addresses> <Username>X</Username> <Password>***</Password> </Connection> <Connection id="peerArray"> <Addresses> <Address id="peerArrayAddress">array#2.com</Address> </Addresses> <Username>X</Username> <Password>***</Password> </Connection> </Connections></Command>[02/04/2026 22:51:22,DiscoverArrays.cs:WriteResponseDetails,V] ExitingSetting output: <?xml version="1.0" encoding="utf-8"?><Response xmlns="http://www.vmware.com/srm/sra/v2" xmlns:purestorage="http://www.purestorage.com/sra"> <Arrays /></Response>Notice no specific information about the paired arrays is returned by discoverArrays between the "Response" tags.