Veritas Access Appliance 8.3 Solutions Guide for Enterprise Vault

Last Published:
Product(s): Appliances (8.3)
Platform: Veritas 3360,Veritas 3350,Veritas 3340

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

  1. 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.

  2. 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.

  3. 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.

In order to access the CIFS share from the Windows client, the following entries are required:

For DNS server:

  • Add SPN entry for all the server IPs on AD server. SPNs are used by Kerberos authentication to associate a service instance with a service logon account.

For non-DNS server:

  • Add FQDN entry for the virtual IP addresses using the Access CLISH using the network host add ipaddr fqdn command.

  • Add FQDN entry in the /etc/hosts file for all the virtual IP addresses on the Windows client.

  • Add SPN entry for all the virtual IP addresses on the Windows client.

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 continuous replication of archived files to target site

  1. 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
  2. Start the replication.
    Replication> continuous start fs1