Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Agent for Hitachi TrueCopy/HP-XP Continuous Access Configuration Guide - Windows
Last Published:
2025-04-13
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Windows
- Introducing the agent for Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- Configuring the agent for Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- Configuration concepts for the Hitachi TrueCopy/Hewlett-Packard XP Continuous Access agent
- Attribute definitions for the TrueCopy/HP-XP-CA agent
- Before you configure the agent for Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- Configuring the agent for Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- Configuration concepts for the Hitachi TrueCopy/Hewlett-Packard XP Continuous Access agent
- Testing VCS disaster recovery support with Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- How VCS recovers from various disasters in an HA/DR setup with Hitachi TrueCopy/Hewlett-Packard XP Continuous Access
- Setting up fire drill
Sample configuration for the TrueCopy/HP-XP-CA agent
Figure: VCS service group with resource type HTC shows a dependency graph of a VCS service group that has a resource of type HTC.
You can configure a resource of type HTC in the main.cf file as:
HTC SQLDG ( GroupName = SQLDG Instance = 1 BaseDir = C:\\HORCM\\etc. )
Sample main.cf configuration for CVM with the HTC resource:
group HTC ( SystemList = { fred = 0, barney = 1 } Parallel = 2 ClusterList = { clus1 = 0, clus2 = 1 } Authority = 1 AutoStartList = { fred, barney } ) CFSMount htc_mnt ( BlockDevice = "/dev/vx/dsk/TCdg/htcvol" MountPoint = "/htc" ) CVMVolDg htc_dg ( CVMVolume = { htcvol } CVMActivation = sw CVMDeportOnOffline = 1 CVMDiskGroup = TCdg ClearClone = 1 ) HTC rep_htc ( GroupName = vg1 Instance = 1 ) requires group cvm online local firm htc_dg requires rep_htc htc_mnt requires htc_dg group cvm ( SystemList = { fred = 0, barney = 1 } AutoFailOver = 0 Parallel = 1 AutoStartList = { fred, barney } ) CFSfsckd vxfsckd ( ) CVMCluster cvm_clus ( CVMTransport = gab CVMClustName = htc701 CVMTimeout = 200 CVMNodeId = { fred = 0, barney = 1 } ) CVMVxconfigd cvm_vxconfigd ( Critical = 0 CVMVxconfigdArgs = { syslog } ) cvm_clus requires cvm_vxconfigd vxfsckd requires cvm_clus