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
Testing the network path for Oracle communications
Velocity uses NFS to export and mount file systems so that it can access data. When you install and register the Velocity Client, you have to know the appropriate network path so that the Velocity Storage Server can communicate with any Oracle host servers.
You may find it helpful to complete the following procedure if you have a complicated network configuration, for example if you use more than one network card on your Oracle server. Completing these steps before you register the Velocity Client can help eliminate potential issues with the way Velocity uses NFS. It can also help you to determine the integrity of the network configuration.
To test the network path for Oracle communications
- On the Velocity Storage Server, from the Velocity shell menu, select Support > Support > Maintenance.
- When prompted, enter the Velocity Storage Server password, and then type the following command:
elevate
Root access is enabled.
- Type the following command to create a test directory:
mkdir /testexport
- Type the following command to create a test file in the directory:
touch /testexport/test
- Modify /etc/exports to add the following line:
/testexport <hostname/IP>(ro)
Where <hostname/IP> is the hostname or IP address of the Oracle host server that you want to use with Velocity.
Note:
If you already attempted this procedure, but you were unable to view the test file, you should use a new hostname or IP address. The new hostname or IP address should represent a different network card on the Oracle host server.
- Save /etc/exports.
Type the following commands to export the file that you created:
exportfs -rav
Ensure that "/testexport" appears as having been exported to the intended Oracle host server.
Note:
You may receive a message that says "exportfs: Failed to resolve <oracle host>", where <oracle host> is the hostname of the Oracle server that you are using for the test. If you receive this message, you have entered a server hostname that is not able to be resolved on the network. Go back to step 5 and try a new hostname or modify your network name resolution configuration so that the hostname is resolvable to an IP address.
exportfs
Ensure that "/testexport" is listed in the output.
- Log on to the Oracle host server as root.
- Type the following command to create a test directory mount point on the Oracle host server:
mkdir /testmount
Note:
If you already created this test directory to test a hostname or IP address, you can skip this step. At the end of this procedure, when you have successfully identified the hostname or IP address to use with Velocity, you will remove the test directory.
- Type the following command to mount the exported test directory from the Velocity Storage Server:
mount -o vers=4 <storage host/IP>:/testexport /testmount
Where <storage host/IP> is the hostname or IP address of the Velocity Storage Server.
- Type the following command to ensure that the test file can be seen in the mounted directory:
ls -l /testmount/test
- Were you able to view the test file?
If you were able to view the test file:
The mount succeeded.
Proceed to step 13 to remove the testmount directory that you created.
If you were not able to view the test file:
If the mount failed or pauses or if the directory does not show the test file, then the network path is incorrect. You must repeat the test using a different host server hostname or IP address in /etc/exports to determine the correct network path.
For each test, you must unmount the testmount on the host server before you modify /etc/exports on the Velocity Storage Server and retry the mount:
Type the following command on the Oracle host server to unmount the test directory:
umount /testmount
On the Velocity Storage Server, from the Velocity shell menu, select Support > Support > Maintenance.
When prompted, enter the Velocity Storage Server password, and then type the following command:
elevate
Root access is enabled.
Return to step 5 to repeat the procedure. You should use a new hostname or IP address that represents a different network card on the Oracle host server.
- On the Oracle host server, type the following command to unmount the test directory:
umount /testmount
- Type the following command to remove the local test directory mount point:
rmdir /testmount
- On the Velocity Storage Server, from the Velocity shell menu, select Support > Support > Maintenance.
- When prompted, enter the Velocity Storage Server password, and then type the following command:
elevate
Root access is enabled.
- Edit the /etc/exports file and remove the /testexport entry.
- Run the following command:
exportfs -rav
- Type the following command to remove the /testexport directory:
rm -fr /testexport
You have completed this procedure. You can use the hostname or IP address that you tested for the host server when you register the Velocity Client.