Veritas InfoScale™ 8.0 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- About the Veritas InfoScale product suite
 - Supported hardware and software
 - Disk space requirements
 - Installation requirements
 - Requirements for installing InfoScale Storage in a Microsoft Failover Cluster
 - Recommendations and best practices
 - About InfoScale licenses
 - About telemetry data collection in InfoScale
 
 - Installing the Veritas InfoScale products
- About installing the InfoScale products
 - About the co-existence of InfoScale products
 - Installing the server components using the installation wizard
 - Applying the selected installation and product options to multiple systems
 - Installing the server components using the command-line installer
 - Parameters for Setup.exe
 - Available product options and supported DMP DSMs
 - Registering the 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 Microsoft failover cluster environment
 - Reconnecting DMP DSM paths after the upgrade
 - Reconfiguring the Veritas InfoScale Messaging Service
 - Importing the configured rules
 - Upgrading clusters for stronger security
 - Reinstalling the custom agents
 - Including custom resources
 
 - Administering the InfoScale product installation
 - Uninstalling the InfoScale products
 - Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
 - Upgrading Oracle
 - Upgrading application service packs in an InfoScale environment
 
 - Appendix A. Services and ports
 - Appendix B. Migrating from a third-party multi-pathing solution to DMP
 
Preparing the primary site for upgrade in a non-clustered SFW environment
Perform the following procedure to prepare the systems on the primary site for upgrading SFW in a Volume Replicator environment.
Note:
Before you prepare the nodes on the primary site, ensure that you have upgraded SFW and performed the post-upgrade tasks on the secondary site.
To upgrade the cluster in a Volume Replicator environment, you must first stop the replicated volume group (RVG) to detach the replication links and disassociate the replication logs between the primary and secondary site.
To prepare the primary site
- On the 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 site:
vxrlink [-g diskgroup_name] status rlink_to_secondary
This command displays the replication status of the secondary site represented by the specified RLINK.
Verify that the data volumes on the secondary site are consistent and up-to-date with the primary site before proceeding to the next step.
 - Migrate the primary RVG by performing one of the following procedures:
From the Veritas Enterprise Administrator (VEA) console, 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).
 - If the existing replication settings are configured to use TCP, change the settings to use UDP. After both the primary and DR sites are upgraded, you can switch the replication settings back to TCP.
You can now proceed to upgrade the nodes.