Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - Windows
Last Published:
2019-04-18
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: Windows
- Preinstallation and planning
- About InfoScale licenses
- Installing the Veritas InfoScale products
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- 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
Including custom resources
The product installer does not upgrade custom resources. If a service group in the previous configuration contains custom resources, the wizard does not include the service group in the upgraded cluster.
To include a service group with custom resources in the upgraded cluster
- Make sure that the agent binaries for the custom agent are available under %VCS_HOME%\bin where the variable %VCS_HOME% represents the VCS installation directory, typically C:\Program Files\Veritas\cluster server.
- Stop the VCS engine (HAD) on all the nodes in the cluster.
From the command prompt, type:
C:\> hastop -all -force
- During the installation, the installer copies previous configuration files to a backup location. Locate the backed up types.cf and main.cf files: C:\Documents and Settings\All Users\Application Data\Veritas\cluster server\vpibackup.
- Copy the resource type definition for the custom resource from the backed up types.cf and add it to the types.cf file for the VCS cluster.
- If resources for a custom resource type are dependent on resources for agents bundled with VCS, you must update the resource definition of the VCS bundled agent to include the new attributes or remove the deprecated attributes.
For information on the attribute values and descriptions, see the Cluster Server Bundled Agents Reference Guide.
- Verify the configuration.
From the command prompt, type:
C:\> hacf -verify config_directory
The variable config_directory refers to the path of the directory containing the main.cf and types.cf.
- Start the VCS engine (HAD) on the node where you changed the configuration. Type the following at the command prompt:
C:\> hastart
- Start the VCS engine (HAD) on all the other cluster nodes.