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
Error occurs when registering the Velocity Client; provide the Oracle DBA with access to the Velocity registration files
When you register the Velocity Client, you may get the following error message:
"An error occurred while initializing the Velocity Client's security context. Before you can ingest databases or create sandboxes, run the steps here to provide the Oracle DBA with access to the Velocity registration files."
You can manually provide the Oracle DBA with access to the registration files.
To provide the Oracle DBA with access to the Velocity registration files
- Log in as
root
user to the host Oracle Database server. - Type the following command to create a user group:
groupadd -o -g 1296649029 velocity
- Type the following commands to change the group ownership for the files that are needed to communicate with Velocity:
chgrp <groupname> /opt/veritas/velocity/bin/.dck
chgrp <groupname> /opt/veritas/velocity/etc/.ac.conf
chgrp <groupname> /opt/veritas/velocity/etc/controller.conf
- Type the following commands to modify the permissions of the specified folders and change their group ownership:
chmod 750 /opt/veritas/velocity/bin
chmod 750 /opt/veritas/velocity/etc
chgrp <groupname> /opt/veritas/velocity/bin
chgrp <groupname> /opt/veritas/velocity/etc