InfoScale™ 9.0 Storage Foundation and High Availability Solutions HA and DR Solutions Guide for Enterprise Vault - Windows
- Introducing SFW HA for EV
- How VCS monitors storage components
- Configuring high availability for Enterprise Vault with InfoScale Enterprise
- Reviewing the HA configuration
- Reviewing the disaster recovery configuration
- Disaster recovery configuration
- Notes and recommendations for cluster and application configuration
- Configuring cluster disk groups and volumes for Enterprise Vault
- Using the Solutions Configuration Center
- Installing and configuring Enterprise Vault for failover
- Configuring the Enterprise Vault service group
Modifying the Enterprise Vault service group attribute
Perform the following steps after you have configured the Enterprise Vault service group using the Enterprise Vault Setup Wizard. These steps are required to ensure that the Enterprise Vault services continue to run properly in the cluster environment.
To ensure that Enterprise Vault services run properly in the cluster
- Ensure that you have configured the Enterprise Vault service group using the Enterprise Vault Cluster Setup Wizard from the first cluster node.
- Stop the VCS cluster.
Run the following command:
# hastop -all -force
- Start the VCS cluster on the first EV server node.
Run the following command:
# hastart
- On the first node, run the Enterprise Vault Configuration Wizard. The wizard creates the required genericservice resources for all the required Enterprise Vault services and then brings all the resources online.
- Change the value of the
DelayAfterOnline
attribute of theEnterpriseVaultIndexingService
generic resource from 10 to 60.Run the following command:
# hares -modify <resourcename> <attr> <value>
For example,
# hares -modify EnterpriseVaultIndexingService DelayAfterOnline 60
- Auto-enable the Enterprise Vault service group on the other passive nodes.
Run the following command from the other nodes in the cluster:
# hagrp -autoenable <groupname> -sys <systemname>
- On the first cluster node, manually bring the EV service group online using the following command:
# hagrp -online <groupname> -sys <systemname>
- On the first cluster node, verify that the following Enterprise Vault services are up and running:
Enterprise Vault Admin Service
Enterprise Vault Directory Service
Enterprise Vault Indexing Service
Enterprise Vault Shopping Service
Enterprise Vault Storage Service
Enterprise Vault Task Controller Service
- On the second cluster node, start the VCS cluster.
Run the following command:
# hastart
- On the second cluster node, run the Enterprise Vault Configuration Wizard and complete the Enterprise Vault configuration.
- If there are more than 2 nodes in cluster, repeat steps 9 and 10 on each node.