Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Storage Foundation and High Availability Solutions 7.3.1 HA and DR Solutions Guide for Microsoft SharePoint 2010 - Windows
Last Published:
2017-11-05
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Introducing Storage Foundation and High Availability Solutions for SharePoint 2010
- About clustering solutions with SFW HA
- About high availability
- How a high availability solution works
- About replication
- About disaster recovery
- What you can do with a disaster recovery solution
- Typical disaster recovery configuration
- About high availability support for SharePoint Server
- About the SharePoint Search service application
- Introducing the VCS agent for SharePoint Server 2010
- Configuration workflows for SharePoint Server 2010
- Reviewing the HA configuration
- Reviewing the disaster recovery configuration
- High availability (HA) configuration
- Disaster recovery configuration
- Notes and recommendations for cluster and application configuration
- Configuring the storage hardware and network
- Configuring the cluster using the Cluster Configuration Wizard
- Using the Solutions Configuration Center
- About the Solutions Configuration Center
- Starting the Solutions Configuration Center
- Options in the Solutions Configuration Center
- About launching wizards from the Solutions Configuration Center
- Remote and local access to Solutions wizards
- Solutions wizards and logs
- Workflows in the Solutions Configuration Center
- Installing and configuring SharePoint Server 2010 for high availability
- Configuring disaster recovery for SharePoint Server 2010
- Introducing the VCS agent for SharePoint Search Service Application
- About the VCS agent for SharePoint Search service application
- Configuring the SharePoint Search Service Application service group
- Prerequisites for configuring a service group for a SharePoint Search service application
- Installing and configuring SharePoint Server 2010
- Changing the index location of the Crawl and Query components
- Configuring a service group for a SharePoint Search service application manually
- Configuring the service group for a Search service application using the wizard
- Verifying the application service group
- Configuring a Search service application for disaster recovery
- Administering the SharePoint Search Service Application service group
- Troubleshooting
- Appendix A. Using Veritas AppProtect for vSphere
- About Just In Time Availability
- Prerequisites
- Setting up a plan
- Deleting a plan
- Managing a plan
- Viewing the history tab
- Limitations of Just In Time Availability
- Getting started with Just In Time Availability
- Supported operating systems and configurations
- Viewing the properties
- Log files
- Plan states
- Troubleshooting Just In Time Availability
Sample configuration file
include "types.cf"
cluster SPSPRi (
SecureClus = 1
)
system SPS_R2_N1 (
)
system SPS_R2_N2 (
)
system SPS_R2_N3 (
)
group SPSPRI (
SystemList = { SPS_R2_N1 = 0, SPS_R2_N2 = 1, SPS_R2_N3 = 2 }
)
FileShare SharePointSearch_VM_Query_Share (
PathName = "\\QueryIndexComp"
ShareName = cce65f70-1747-42b7-b877-bb82db4b0a68-query-1
MountResName = SharePointSearch_VM_Query_MountV
UserPermissions = { WSS_WPG = FULL_CONTROL }
ShareComment = "Used by Microsoft Search Server 2010
to copy index files between servers"
)
MountV SharePointSearch_VM_Crawl_MountV (
MountPath = "S:"
VolumeName = CrawlVol
VMDGResName = SharePointSearch_VM_Crawl_VMDg
ForceUnmount = ALL
)
MountV SharePointSearch_VM_Query_MountV (
MountPath = "Q:"
VolumeName = IndexQueryVol
VMDGResName = SharePointSearch_VM_Query_VMDg
ForceUnmount = ALL
)
NIC SharePointSearch_VM_NIC (
MACAddress @SPS_R2_N1 = 02-BF-0A-D9-3D-0B
MACAddress @SPS_R2_N2 = 02-BF-0A-D9-3D-0B
MACAddress @SPS_R2_N3 = 00-0C-29-64-B6-3F
)
RegRep SharePointSearch_VM_Crawl_RegRep (
MountResName = SharePointSearch_VM_Crawl_MountV
Keys = {
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office Server\\
14.0\\Search\\Applications\\
cce65f70-1747-42b7-b877-bb82db4b0a68-crawl-1"
= "cce65f70-1747-42b7-b877-bb82db4b0a68-crawl-1_App.reg",
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office Server\\
14.0\\Search\\Components\\
cce65f70-1747-42b7-b877-bb82db4b0a68-crawl-1"
= "cce65f70-1747-42b7-b877-bb82db4b0a68-crawl-1_Comp.reg"
}
)
RegRep SharePointSearch_VM_Query_RegRep (
MountResName = SharePointSearch_VM_Query_MountV
Keys = {
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office Server\\
14.0\\Search\\Applications\\
cce65f70-1747-42b7-b877-bb82db4b0a68-query-1"
= "cce65f70-1747-42b7-b877-bb82db4b0a68-query-1_App.reg",
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Office Server\\
14.0\\Search\\Components\\
cce65f70-1747-42b7-b877-bb82db4b0a68-query-1"
= "cce65f70-1747-42b7-b877-bb82db4b0a68-query-1_Comp.reg"
}
)
SharePointSearch SharePointSearch_VM_Admin (
SPSFarmAdmin = Administrator
Domain = IPV6
Password = IWOuLWlQIoJOkOL
SearchCompType = Admin
SearchAppName = NewSearch
)
SharePointSearch SharePointSearch_VM_Crawl (
SPSFarmAdmin = Administrator
Domain = IPV6
Password = aogMdoDiaGbgCgd
SearchCompType = Crawl
SearchAppName = NewSearch
ComponentID = 422a3a73-9d3d-4dd1-b411-ec187975af7c
)
SharePointSearch SharePointSearch_VM_Query (
SPSFarmAdmin = Administrator
Domain = IPV6
Password = ftlRitInfLglHli
SearchCompType = Query
SearchAppName = NewSearch
ComponentID = dcb7d24d-cadb-44ee-a84a-504f7bf88cce
)
SharePointSearch SharePointSearch_VM_SearchService (
SearchCompType = SearchService
)
VMDg SharePointSearch_VM_Crawl_VMDg (
DiskGroupName = SPSCrawlDG
DGGuid = d4df4e41-2f73-43c7-b4bd-dac0c05d52aa
)
VMDg SharePointSearch_VM_Query_VMDg (
DiskGroupName = SPSIndex
DGGuid = 0447418c-bcda-4d74-b286-dd15ef958239
)
SharePointSearch_VM_Query_Share requires SharePointSearch_VM_Query_MountV
SharePointSearch_VM_Crawl_MountV requires SharePointSearch_VM_Crawl_VMDg
SharePointSearch_VM_Query_MountV requires SharePointSearch_VM_Query_VMDg
SharePointSearch_VM_Crawl_RegRep requires SharePointSearch_VM_Crawl
SharePointSearch_VM_Query_RegRep requires SharePointSearch_VM_Query
SharePointSearch_VM_Admin requires SharePointSearch_VM_NIC
SharePointSearch_VM_Crawl requires SharePointSearch_VM_Admin
SharePointSearch_VM_Crawl requires SharePointSearch_VM_Crawl_MountV
SharePointSearch_VM_Query requires SharePointSearch_VM_Admin
SharePointSearch_VM_Query requires SharePointSearch_VM_Query_Share
SharePointSearch_VM_SearchService requires SharePointSearch_VM_Crawl_RegRep
SharePointSearch_VM_SearchService requires SharePointSearch_VM_Query_RegRep
// resource dependency tree
//
// group SPSPRI
// {
// SharePointSearch SharePointSearch_VM_SearchService
// {
// RegRep SharePointSearch_VM_Crawl_RegRep
// {
// SharePointSearch SharePointSearch_VM_Crawl
// {
// SharePointSearch SharePointSearch_VM_Admin
// {
// NIC SharePointSearch_VM_NIC
// }
// MountV SharePointSearch_VM_Crawl_MountV
// {
// VMDg SharePointSearch_VM_Crawl_VMDg
// }
// }
// }
// RegRep SharePointSearch_VM_Query_RegRep
// {
// SharePointSearch SharePointSearch_VM_Query
// {
// SharePointSearch SharePointSearch_VM_Admin
// {
// NIC SharePointSearch_VM_NIC
// }
// FileShare SharePointSearch_VM_Query_Share
// {
// MountV SharePointSearch_VM_Query_MountV
// {
// VMDg SharePointSearch_VM_Query_VMDg
// }
// }
// }
// }
// }
// }