Veritas InfoScale 7.0 Installation and Upgrade Guide - 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
Registering 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"