Translate

Tuesday, March 11, 2014

SharePoint - Check Content Source Connection

The Windows PowerShell for Search Server 2010 reference can be found at technet. I was troubleshooting our FAST setup and used the "Ping-SPEnterpriseSearchContentService" to check if I could reach the content source from our SharePoint server.

ping-spenterprisesearchcontentservice -hostname fastsearch.mydomain.local:13391

Here is my result. If you scroll to the right you will see one line for the FASTSeachCert has true for ConnectioSuccess.
CertificateName                      Thumbprint                          ExpiryDate                       ConnectionSuccess
---------------                      ----------                          ----------                       -----------------
No certificate                       No certificate                      None                             False
CN=ForefrontIdentityManager          47FA1E8786C5E940887F10176FEFA88A... 12/31/2039 6:59:59 PM            False
SERIALNUMBER=77961234, CN=Go Dadd... 7C4656C3061F7F4C0D67B319A855F60E... 11/15/2026 8:54:37 PM            False
OU=Go Daddy Class 2 Certification... DE70F4E2116F7FDCE75F9D13012B7E68... 6/29/2024 1:06:20 PM             False
CN=WMSvc-MOSS                        BEE607B03C17EBC1075F7F8708C334B5... 6/25/2020 9:39:36 AM             False
E=info@valicert.com, CN=http://ww... 317A2AD07F2B335EF5A1C34E4B57E8B7... 6/25/2019 8:19:54 PM             False
CN=*.mydomain.org, OU=Domain Con...  370441FEFE89736CA69A611E45B0D7A6... 3/23/2017 5:26:48 PM             False
CN=FASTSearchCert                    2E76CBC921BEF69387E89C9152848AB2... 3/10/2015 11:16:27 AM             True
CN=FASTSearchCert                    443B3C48B3182409E7E2D7906397B175... 11/15/2014 10:57:28 AM           False
CN=FASTSearchCert                    DAD3BBABB12E1F4F309B591761993B71... 11/4/2014 3:02:53 PM             False
CN=mysite.mydomain.org, OU=Domai...  51205810A0700BB6F03A138746B682AF... 3/22/2013 4:05:18 AM             False

No comments:

Post a Comment

Thank you for commenting!