Category: Troubleshoot Edge
-
Edge Server wont Replicate
So “Lync Rescue” continues to keep me busy…IssueGot asked to look at why a Lync Edge Server wont replicate.CauseSeems that that the External IP addresses of the Edge server are resolving to Edge Server internal FQDNResolutionCorrect DNS, the only DNS entry for the Edge Server should be the internal facing…
-
Edge Server Quick Reference Guide – install and Troubleshoot
I Use this page to speed up the deployment all the time :-p #Adding the persistent Route route add –p 192.168.99.0 mask 255.255.255.0 192.168.99.252 if ? #Get Replication status Get-CsManagementStoreReplicationStatus #Force Replication Invoke-CsManagementStoreReplication #Exporting for Edge export-csconfiguration -filename c:\edge.zip #Importing to Edge import-csconfiguration -filename c:\LXLSupportedge.zip -localstore #Testing the External interfaces…
-
Edge Server Quick Reference Guide – install and Troubleshoot
I Use this page to speed up the deployment all the time :-p#Adding the persistent Routeroute add –p 192.168.99.0 mask 255.255.255.0 192.168.99.252 if ? #Get Replication statusGet-CsManagementStoreReplicationStatus #Force ReplicationInvoke-CsManagementStoreReplication #Exporting for Edgeexport-csconfiguration -filename c:\edge.zip #Importing to Edgeimport-csconfiguration -filename c:\LXLSupport\edge.zip -localstore #Testing the Ext interface – From Internettelnet public IP/FQDN port…