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
Downloading and transferring software updates to the Velocity Storage Server
This procedure describes how to download and transfer (sideload) software updates to a Velocity Storage Server using the Velocity shell menu. The process involves downloading the software update files onto a client computer (such as a laptop). Once you have downloaded the files, you then transfer them over a local network to the Velocity Storage Server using a CIFS or NFS share.
To transfer software updates onto the Velocity Storage Server
- Using a laptop or other Internet-connected computer, download the software update files from the Veritas Support website:
- Verify that the checksum value matches the value from the Veritas Support website.
Use one of the following commands to compute the checksum value for the rpm file:
Windows
Refer to the following article for computing the MD5 checksum on Windows:
UNIX
Run one of the following commands to compute the checksum value for the rpm file:
md5sum <filename> or sha1sum <filename>.
Where <filename> is the full name and extension of the update file.
- Log on to the Velocity shell menu.
- From the Main_Menu > Manage > Software view, type the following command:
Share Open
Map or mount the share directory onto your computer as follows:
Windows CIFS share
\\<appliance-name>\incoming_patches
Where <appliance-name> is the host name or IP address of the Velocity Storage Server.
UNIX NFS share
mkdir -p /mount/<appliance-name>
mount <appliance-name>:/inst/patch/incoming /mount/<appliance-name>
Where <appliance-name> is the host name or IP address of the Velocity Storage Server.
- Copy the rpm file to the mounted share.
Note:
During the copy process, do not run any commands on the Velocity Storage Server. Doing so can cause the copy operation to fail.
- After you have successfully copied the file to the Velocity Storage Server, unmap or unmount the network share from your computer.
- On the Velocity Storage Server, from the Main_Menu > Manage > Software view, type the following command:
Share Close
Executing this command moves the update file to the necessary internal upgrade directory. Closing the share also serves to secure the Velocity Storage Server. You should always close network shares on the Velocity Storage Server when you are done using them.
Note:
The following commands also move the update file to the correct internal directory:
List Version
List Details All
List Details Base
Share Open
Share Close
- To ensure that the update file is ready to install, type the following command:
List Downloaded
If successful, the command lists the name of the update file.