Please enter search query.
Search <book_title>...
Storage Foundation and High Availability Solutions 7.4.1 HA and DR Solutions Guide for Microsoft SharePoint 2010 - Windows
Last Published:
2019-02-01
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: Windows
- Introducing Storage Foundation and High Availability Solutions for SharePoint 2010
- About high availability support for SharePoint Server
- Introducing the VCS agent for SharePoint Server 2010
- Configuration workflows for SharePoint Server 2010
- Reviewing the HA configuration
- Notes and recommendations for cluster and application configuration
- Configuring the cluster using the Cluster Configuration Wizard
- Using 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
- Verifying the application service group
- Administering the SharePoint Search Service Application service group
- Troubleshooting
- Appendix A. Using Veritas AppProtect for vSphere
Configuring 64-bit Perl for SharePoint
Perl scripts are used to update DNS entries pertaining to the Network Load Balancer (NLB) name for the SharePoint DR solution. The scripts fail to execute when VERITAS Perl is used, because it is a 32-bit version of Perl.
By default, when a 32-bit process tries to access a 64-bit component in the C:\Windows\System32
directory, Windows File System Redirector redirects it to the C:\Windows\SysWOW64
directory. When C:\Windows\System32\dnscmd.exe
is used, Windows is unable to locate the 64-bit file, because dnscmd.exe
is only installed in the System32
directory.
To configure 64-bit Perl
- Install a 64-bit version of Perl.
- Copy the
ag_i18n_inc.pm
file from%vcs_home%\VRTSPerl\lib
to64-bit_Perl_install_dir\lib
. - Make sure that you add the file path of 64-bit Perl to the process resource attribute in the SQL Server service group for configuring the web servers.
For further information about process resources, See Configuring the SQL Server service group for DR in the SharePoint environment.