Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
After deploying a new VA you can avoid rehashing during the replication pass by using the existing vzmap files from the old VA.
Cause
The vzmap files are located on the VA's scratch disk.
Resolution
There are 3 basic methods you can use to reuse the existing scratch disk data. The video in this solution wil cover the third method. The other methods are covered in https://support.quest.com/kb/102621
Deploy a new VA
Attach existing scratch disk
Add a persistent mount.
Log into the VA and execute the following commands: mkdir /scratch mkdir /scratch/sdb echo "/dev/sdb /scratch/sdb ext3 defaults 0 1" >> /etc/fstab mount -a
Explanation of commands:
We need to create a mount point before we mount the device. The mkdir commands are used to create the mount point.
fstab is the configuration file that contains info on the partitions and devices on the linux machine. You can configure this file to create a persistent mount.
The echo command is adding "/dev/sdb /scratch/sdb ext3 defaults 0 1" into the fstab file.
/dev/sdb = Device or Drive /scratch/sdb= mount point ext3 = file system type defaults = Mount Options ( default = rw, suid, dev, exec, auto, nouser, and async) 0 = Dump option -Dump will not backup the file system 1 = File system check
mount -a will then mount items that are configured in fstab.
480 X 270 player for the Support Link Solution pages
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
Search All Articles
IE 8, 9, & 10 No longer supported
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.