Please enter search query.
Search <book_title>...
Veritas Access Installation Guide
Last Published:
2021-08-04
Product(s):
Access (7.4.2.400)
Platform: Linux
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux requirements
- Network and firewall requirements
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- Installing the operating system on each node of the cluster
- Installing Veritas Access on the target cluster nodes
- About managing the NICs, bonds, and VLAN devices
- About VLAN tagging
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading the operating system and Veritas Access
- Migrating from scale-out and erasure-coded file systems
- Migrating LLT over Ethernet to LLT over UDP
- Performing a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Configuring the secure shell for communications
- Appendix C. Manual deployment of Veritas Access
Migration of data
You can migrate your data by performing the following steps:
Use
migration_tool.py
to migrate files from scale-out file system to CFS../migration_tool.py -src src_filesystem -dest dest_filesystem
where
src_filesystem
Specifies the name of the source scale-out file system from which you want to migrate files
dest_filesystem
Specifies the name of the destination CFS to which you want to migrate the files.
The script copies all the files with their data as well as attributes.
Log are created in the
/opt/VRTSnas/log/
directory with migrate_<src_file><dest_file><timestamp>.log format.
Note:
In case of any failures during migration, remove all the files from the destination CFS and start the transfer again using the script.