Forum Discussion
jcmfxt
Jun 01, 2022Copper Contributor
Help VMware esxi vm High CPU running SharePoint server 2019
Environment: VMware esxi vm running SharePoint server 2019 on Server 2019. Issue: We had to reboot the server while working another issue. Since about that time the VM CPU usage has been way up. It ...
mr_w1nst0n
Jun 07, 2022Iron Contributor
Yes this fix the issue usually 90% of time.
Remember that when you perform the index reset, no search result will appear for some time, SP takes time to index again all contents.
Depending on the volume of documents you have, you may schedule it during the week-end / outside business hours
jcmfxt
Jun 09, 2022Copper Contributor
Well.. I went to Reset Index and got an error. Then I noticed in CA an link to 'Resume/Pause' so I clicked resume and got error "There was no endpoint listening at net.tcp://ServerNameHere/2B8A34/AdminComponent1/Management/NodeController that could accept the message. This is often caused by an incorrect address or SOAP action"
- jcmfxtJun 10, 2022Copper Contributor
- mr_w1nst0nJun 10, 2022Iron Contributor
Log into the SharePoint server
Open the SharePoint PowerShell Management Console
Try to Resume the search via PowerShell
$ssa = Get-SPEnterpriseSearchServiceApplication Resume-SPEnterpriseSearchServiceApplication $ssa