Veritas Access Appliance 8.1 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
- Episodic replication job failover and failback
- Continuous replication failover and failback
- Troubleshooting
Configuration of CIFS shares for archival using Veritas Access CLISH
Ensure that all the prerequisites are completed such as:
Access appliance should be in enterprise or compliance mode.
CIFS service should have been started.
AD settings, configuration of storage pool and setting up the replication links should be complete.
To set up the archival folder for Enterprise Vault
- Create a file system with a supported layout using the following command:
Storage> fs create striped testfs 10G 5 testpool stripeunit=128 blksize=1024 pdir_enable=no encrypt=off worm=yes
Note:
To use WORM capabilities, make sure that you turn on the WORM flag during file system creation. You can also enable WORM flag for an already created file system using the storage fs worm set minret maxret command.
- Create a CIFS share by adding a directory inside the file system, with share options as rw, full_acl, and allow domain user.
CIFS> share add testfs/testfs testfs allow=accessra.local\evuser,noguest,rw,full_acl
Where the
testfs/testfs
is the CIFS share. - Go to the bash prompt by elevating to root. Create an empty directory inside the share, which is used as a root folder for archival data by Enterprise Vault.
cd /vx/testfs/testfs mkdir -m 0777 ev_archival
Note:
After the empty folder creation, full permission should be given to Enterprise Vault user for archival from Windows client (Enterprise Vault server). You can access the share from the Windows client (Enterprise Vault server) and configure partition.
The Veritas Access policies provide quick and easy configuration of archival storage for Enterprise Vault. You have an option to configure WORM or Non-WORM policies with or without replication.
See Access Appliance GUI policies for archival storage.
If you want to configure your archival policy with replication, perform the following steps.
To set up the episodic replication of archived files to target site
- Create a replication unit for the root folder that was created for episodic replication.
Replication> episodic repunit create source_rep1 testfs/testfs/ev_archival
- Create a replication schedule.
Replication> episodic schedule create schedule1 */15
- Create a replication job and enable the job.
Replication> episodic job create <job_name> <src_repunit> <tgt_repunit> <link_names> <schedule_name> [evpsn] [metadata] [ev_partition_path]
To set up the continuous replication of archived files to target site
- Enable continuous replication for the file system created.
Replication> continuous enable fs1 pool_default src_link delayed=yes vvr_rvg create_target_fs=yes vxdefault evpsn=yes /ev_archival
- Start the replication.
Replication> continuous start fs1