InfoScale™ 9.0 Storage Foundation and High Availability Solutions HA and DR Solutions Guide for Enterprise Vault - Windows
- Introducing SFW HA for EV
- About clustering solutions with InfoScale products
- About high availability
- How a high availability solution works
- How VCS monitors storage components
- Shared storage - if you use NetApp filers
- Shared storage - if you use SFW to manage cluster dynamic disk groups
- Shared storage - if you use Windows LDM to manage shared disks
- Non-shared storage - if you use SFW to manage dynamic disk groups
- Non-shared storage - if you use Windows LDM to manage local disks
- Non-shared storage - if you use VMware storage
- About replication
- About disaster recovery
- What you can do with a disaster recovery solution
- Typical disaster recovery configuration
- Configuring high availability for Enterprise Vault with InfoScale Enterprise
- Reviewing the HA configuration
- Reviewing the disaster recovery configuration
- High availability (HA) configuration (New Server)
- Following the HA workflow in the Solutions Configuration Center
- Disaster recovery configuration
- Notes and recommendations for cluster and application configuration
- Configuring the storage hardware and network
- Configuring cluster disk groups and volumes for Enterprise Vault
- About cluster disk groups and volumes
- Prerequisites for configuring cluster disk groups and volumes
- Considerations for a fast failover configuration
- Considerations for disks and volumes for campus clusters
- Considerations for volumes for a Volume Replicator configuration
- Sample disk group and volume configuration
- Viewing the available disk storage
- Creating a cluster disk group
- Creating Volumes
- About managing disk groups and volumes
- Importing a disk group and mounting a volume
- Unmounting a volume and deporting a disk group
- Adding drive letters to mount the volumes
- Deporting the cluster disk group
- Configuring the cluster
- Adding a node to an existing VCS cluster
- Verifying your primary site configuration
- Guidelines for installing InfoScale Enterprise and configuring the cluster on the secondary site
- Setting up your replication environment
- Setting up security for Volume Replicator
- Assigning user privileges (secure clusters only)
- Configuring disaster recovery with the DR wizard
- Cloning the storage on the secondary site using the DR wizard (Volume Replicator replication option)
- Installing and configuring Enterprise Vault on the secondary site
- Configuring Volume Replicator replication and global clustering
- Configuring global clustering only
- Setting service group dependencies for disaster recovery
- Verifying the disaster recovery configuration
- Adding multiple DR sites (optional)
- Recovery procedures for service group dependencies
- Using the Solutions Configuration Center
- About the Solutions Configuration Center
- Starting the Solutions Configuration Center
- Options in the Solutions Configuration Center
- About launching wizards from the Solutions Configuration Center
- Remote and local access to Solutions wizards
- Solutions wizards and logs
- Workflows in the Solutions Configuration Center
- Installing and configuring Enterprise Vault for failover
- Installing Enterprise Vault
- Configuring the Enterprise Vault service group
- Modifying the Enterprise Vault service group attribute
- Configuring Enterprise Vault Server in a cluster environment
- Setting service group dependencies for high availability
- Verifying the Enterprise Vault cluster configuration
- Setting up Enterprise Vault
- Considerations when modifying an EV 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
DelayAfterOnlineattribute of theEnterpriseVaultIndexingServicegeneric 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.