Veritas Access Appliance 8.0 Solutions Guide for Enterprise Vault
- Introduction
- System Requirements
- Installing and configuring Enterprise Vault with Access Appliance
- Access Appliance features for Enterprise Vault archival storage
- Access Appliance archival policy configuration for Enterprise Vault
- Configuring CIFS for the Active Directory domain mode
- Access Appliance GUI policies for archival storage
- Configuring the replication job
- Configuring the archival policy using GUI
- Configuration of CIFS shares for archival using Veritas Access CLISH
- Storage provisioning using policies
- Configuring Access Appliance storage with Enterprise Vault store partition
- Episodic replication job failover and failback
- Continuous replication failover and failback
- Configuring replication failover and exporting CIFS share from target cluster
- Troubleshooting
- Index
Storage provisioning using policies
You have to configure replication and set up the replication VIP and replication link.
To configure replication
- On the Quick actions tab on top right corner of the Access Appliance GUI Dashboard, select Provision Storage.
- Under Storage type, select Storage for Enterprise Vault. Select any one of the options, Without Replication or With Replication as required. Click Next.
- In the EV setup screen, select Create CIFS share.
- Expand Basic options to configure the basic CIFS options.
Under Advanced CIFS export options, check Allow user and user group to give access to the AD user.
Add the share details and click Provision Storage.
The share configuration creates an empty directory called ev_archival inside the share, which is used for archival data by Enterprise Vault.
In the example above, CIFS network share path used for Enterprise Vault is
/vx/demoshare/ev_archival
Note:
After the share is created, full permissions should be given to the EV user for the ev_archival directory in a CIFS share from the Windows client (Enterprise Vault server).
To give ownership of ev_archival directory to evuser in EVSC domain using the chown command:
# chown "EVSC\evuser" ev_archival