Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - 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
Registering the InfoScale Storage resource DLLs
You must perform this task only if you have installed InfoScale Storage with Microsoft failover cluster option, but Microsoft failover cluster is not yet configured in your environment.
Using Windows Powershell cmdlets:
Import the FailoverClusters module
Type the following cmdlet:
Import-module failoverclusters
Register the Volume Manager Disk Group (VMDg) resource type
Type the following cmdlet:
Add-ClusterResourceType "Volume Manager Disk Group" C:\Windows\Cluster\vxres.dll -DisplayName "Volume Manager Disk Group"
Register the Replicated Volume Group (RVG) resource type
Type the following cmdlet:
Add-ClusterResourceType "Replicated Volume Group" C:\Windows\Cluster\mscsrvgresource.dll -DisplayName "Replicated Volume Group"
Register the Volume Manager Shared Volume resource type
Type the following cmdlet:
Add-ClusterResourceType "Volume Manager Shared Volume" C:\Windows\Cluster\vxvolres.dll -DisplayName "Volume Manager Shared Volume"