Veritas Velocity™ User's Guide
- Getting to know Velocity
- Setting up Velocity
- How to set up the Velocity Storage Server
- How to set up the Velocity Client
- Setting up the Velocity on-premises management server
- Upgrading Velocity
- Velocity Storage Server
- Users and roles
- Oracle database ingestion using Velocity
- How to use copy preparation to mask or sanitize sensitive data
- Oracle database ingestion using NetBackup CoPilot
- Microsoft SQL Server database ingestion using Velocity
- Database sources and copies
- About scheduling ingestions for a database source
- Retention periods for database sources and copies
- Sandboxes
- Database recovery
- Alerts and logs
- Managing the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- About WAN optimization on the Velocity physical appliance
- About the Veritas Remote Management Console on the Velocity physical appliance
- About Velocity physical appliance storage
- About users on the Velocity physical appliance
- About Velocity physical appliance checkpoints
- About factory reset on the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- Monitoring the Velocity physical appliance
- Velocity physical appliance security
- About Velocity physical appliance user account privileges
- About the Velocity physical appliance intrusion detection system
- About Velocity physical appliance operating system security
- Recommended IPMI settings on the Velocity physical appliance
- Best practices
- Troubleshooting
- Glossary
- Context-sensitive topics
- Section I. Velocity shell menu commands
- Introduction
- Appendix A. Main > Manage > Storage
- Appendix B. Main > Manage > Cloud
- Appendix C. Main > Manage > Software
- Appendix D. Main > Monitor
- Appendix E. Main > Network
- Appendix F. Main > Settings
- Appendix G. Main > Support
Configuring network and storage settings for the Velocity Storage Server in a virtual environment
After you have deployed the Velocity Storage Server in a virtual environment, you must configure the network and storage settings. Only the Velocity administrator should configure the network and storage settings.
Before you configure settings for the Velocity Storage Server, ensure the following:
You have deployed the Velocity Storage Server.
See Deploying the Velocity Storage Server image on a virtual machine.
You have reviewed the vSphere host requirements.
To configure network and storage settings for the Velocity Storage Server in a virtual environment
- In the vSphere client console, right-click the name of the virtual machine that you have deployed for Velocity, and then click Power > Power On.
- Right-click the Velocity Storage Server, and then click Open Console.
- Log in to the Velocity Storage Server using the user credentials that Veritas has provided to you.
- Gather the following network details that are required for configuration:
IP address that you want to assign to the Velocity Storage Server
Note:
You need to assign a static IP address to the Velocity Storage Server.
Netmask
IP address of the gateway
Interface name
Note:
Use 'eth1' as the interface name.
- In the Velocity Storage Server, from the OS shell, type the following command:
/sbin/chkconfig --add velocity-storage
- In the Velocity Storage Server, log in to the Velocity shell menu, and then go to the Main_Menu > Network > Network view, and then press Enter.
Note:
If you configure the Velocity Storage Server so that it is multihomed, the following commands may not provide the correct IP address. You may need to change the IP address to the same IP address that matches the network that the Velocity Client is on.
- In the Network view, type the following command to configure the network settings for the Velocity Storage Server:
Configure IPAddress Netmask GatewayIPAddress InterfaceName
For example: Configure 100.100.100.100 255.255.255.0 100.100.100.0 eth1
- Configure the following DNS settings:
Type the following command to add a DNS name server to the configuration:
DNS Add NameServer IPAddress
Type the following command to set the Velocity Storage Server domain name:
DNS Domain DomainName
Note:
Type the following commands in the given order to change the hostname of the Velocity Storage Server:
Type the following command to set a fully qualified hostname (FQHN):
Hostname Set Name
Type the following command to add an IP address to the hostname mapping:
Hosts Add IPAddress FQHN ShortName
FQHN is Fully Qualified hostname
- Ensure that you have used VMware vSphere to add any new meta or data disks that are required for your environment.
Note:
The Velocity .ova file contains only a system disk, so you should add meta or data disks as required for your environment.
- From the Main_Menu > Manage > Storage view, type the following command to configure the storage, and then press Enter:
Configure
- Review the list of available disks, and then do the following:
In Select META disks, type the numbers that correspond to the virtual disks that you want to include in the meta volume. Use a comma to separate the numbers if you want to add more than one disk.
In Select DATA disks, type the numbers that correspond to the virtual disks that you want to include in the data volume. Use a comma to separate the numbers if you want to add more than one disk.
Note:
Each volume must contain at least one disk. Storing meta and data disks on separate volumes can improve performance.
- Type yes to accept your selections and begin the configuration.
- After the configuration completes, navigate to <volume where the storage is configured>/etc/puredisk/vpfsd_config.json and change the following value:
Change the 'defragEnableBackup' value from "true" to "false".
You should register the Velocity Storage Server now.