Configure the FSTAB entries at each site to map the NFS exports to the directory.
Follow these steps:
sudo cacloud setup
sudo mount -a
sudo unmount /path-to-directory
mount
sudo /sbin/reboot
For Step 2, use the following table:
|
PDC FSTAB Entries |
DRC FSTAB Entries |
|---|---|
|
This mount point id used at the PDC for production files that replicate to the secondary appliance located at the DRC. It is mounted read/write in FSTAB and contains the Virtual Vault subdirectories. primary_url:/../pdc_mp21 /var/lib/cacloud/vault_01/mp_21 nfs rsize=131072,size=131072,nfsvers=3,intr,bg |
The DRC uses this mount point to read volumes on the secondary appliance that were replicated from the PDC. It is mounted read-only in FSTAB and contains the Virtual Vault subdirectories that the PDC creates and replicates. secondary_url:/../pdc_mp21 /var/lib/cacloud/vault_01/mp_21 nfs ro,rsize=131072,size=131072,nfsvers=3,intr,bg |
|
The PDC uses this mount point to read volumes on the primary appliance that are replicated from the DRC. It is mounted read-only in FSTAB and contains the Virtual Vault subdirectories created and replicated by the DRC. primary_url:/../drc_mp31 /var/lib/cacloud/vault_01/mp_31 nfs ro,rsize=131072,size=131072,nfsvers=3,intr,bg |
This mount point is used at the DRC for production files that replicate to the target appliance at the PDC. It is mounted read/write in FSTAB and contains the Virtual Vault subdirectories. secondary_url:/../drc_mp31 var/lib/cacloud/vault_01/mp_31 nfs rsize=131072,size=131072,nfsvers=3,intr,bg |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|