Veritas InfoScale 7.0 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- Installing the Infoscale products
- About installing Veritas InfoScale products
- About InfoScale products co-existence
- Installing the server components using the product installer
- Installing the server components using CLI
- Available product options and supported DMPW DSMs
- Registering InfoScale Storage resource DLLs
- Installing the client components
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Deployment scenarios and applicable post upgrade tasks
- Re-enabling Volume Replicator in a non-clustered environment
- Re-enabling Volume Replicator in a Windows Server Failover Cluster environment
- Reconnecting DMPW DSM paths after the upgrade
- Re-configuring the Veritas Scheduler Service
- Re-configuring the VxSAS service
- Importing the configured rules
- Upgrading the dynamic disk group version
- Reinstalling the custom agents
- Including custom resources
- 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
- Preupgrade tasks for upgrading SQL Server 2008 to SQL Server 2008 R2 in a disaster recovery environment
- Upgrading SQL Server 2008 to SQL Server 2008 R2 on the first cluster node
- Upgrading SQL Server 2008 to SQL Server 2008 R2 on additional failover nodes
- Modifying the SQL Server 2008 service group configuration
- Deleting the SQL Server 2008 service group and creating the SQL Server 2008 R2 service group
- 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
Re-enabling Volume Replicator in a non-clustered environment
After upgrading in a non-clustered environment where Volume Replicator replicates data from a primary site to a secondary site, you must re-enable Volume Replicator.
In the procedure for preparing the primary site for upgrade, you migrated the primary role to the secondary site.
After both the primary and secondary sites have been upgraded, you may want to migrate the role of the primary back to the original primary site. To do this, you perform a migrate operation again as described in the following procedure.
To migrate the applications back to the original primary
- On the current primary site, stop the application that uses Volume Replicator to replicate data between the sites.
- From the command line, type:
vxprint -lVP [-g diskgroup_name]
This command lists the RLINK and RVG records.
- Verify that the data on the Replicator Log is written to the secondary site by running the following command on the primary:
vxrlink [-g diskgroup_name] status rlink_to_secondary
This command displays the replication status of the secondary represented by the specified RLINK.
Verify that the data volumes on the secondary site are consistent and up-to-date with the primary before proceeding to the next step.
- To migrate the primary RVG perform one of the following procedures:
From the VEA, right-click the primary RVG and select the Migrate option. Select the required secondary host from the Secondary Name option list. Click OK to migrate the primary role to the secondary.
The primary and secondary roles will be interchanged.
From the command line, type:
vxrds [-g diskgroup_name] migrate local_rvg new_primary_hostname
Where the secondary host is specified by the new_primary_hostname parameter.
- Perform any necessary steps to start the applications on the new primary (old secondary).