Please enter search query.
Search <book_title>...
Veritas InfoScale 7.0 Installation and Upgrade Guide - Windows
Last Published:
2018-09-04
Product(s):
InfoScale & Storage Foundation (7.0)
Platform: Windows
- Preinstallation and planning
- Installing the Infoscale products
- Installing the server components using the product installer
- Installing the server components using CLI
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering InfoScale product installation
- Uninstalling InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading to later versions of SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Upgrading Microsoft SQL Server
- Appendix A. Services and ports
- Appendix B. Migrating from 3rd party multi-pathing solution to Dynamic Multi-pathing
Setting the dispatchers parameter in PFILE
In the PFILE, set the host name for all TCP protocol address dispatchers to the virtual IP address that you created.
Edit the dispatchers parameter only for the host name and leave the rest of the configuration as it is. Set the value as:
dispatchers = '(ADDRESS = (Protocol=TCP) (HOST=virtual_IP_address) (any other previously existing entry))'
The variable virtual_IP_address represents the virtual IP address that you created.
For example:
dispatchers = '(ADDRESS = (Protocol=TCP)(HOST=10.210.100.110) (SERVICE=Data1XDB)'