Veritas Access Appliance Upgrade Guide
- Introduction
- Performing pre-upgrade tasks
- Upgrading the Access Appliance
- Post upgrade tasks
Downloading software updates to an Access Appliance node using a client share
Use this procedure to download the software release updates to an appliance node using a CIFS or an NFS share. You can download the software update from the Veritas Support website (https://www.veritas.com/support/en_US). You must sign in with your Veritas account credentials to download the release update.
Use the following procedure to download the software release update if your appliance version is 7.4.3 or 7.4.3.x.
To download software release update to an appliance node using a CIFS or an NFS client share, complete the following steps:
- Open an SSH session and log on to the appliance as an administrator using the Access Appliance shell menu.
- To open an NFS or a CIFS share, enter the following command:
Main_Menu > Manage > Software > Share Open
- Mount the appliance share directory as follows:
For NFS: Node_managemet_IP:/inst/patch/appliance/available
For CIFS: \\Node_managemet_IP\incoming_patches
where Node_managemet_IP is the IP address that is assigned to eth1 of each node.
- Download the upgrade package files and the SHA256 checksum.
Release update
Download the release update by clicking Downloads on the Veritas Support website.
SHA256 checksum
Copy the text file that contains the SHA256 checksum. The checksum is displayed when you click the release update.
Verify that the downloaded SHA256 checksum matches the checksum in the file on the Veritas Support website.
- Run the following command to compute the checksum of the rpm file:
sha256sum VRTSaccess-app-update-8.1-1.x86_64.rpm
- Copy this release update to the mounted share.
Note:
When copying the update, do not run any commands on the appliance. Doing so, can cause the copy operation to fail.
- Unmount the shared directory after copying the update.
- Close the NFS and the CIFS shares:
Main_Menu > Manage > Software > Share Close
- List the downloaded files:
Main_Menu > Manage > Software > List Downloaded
The downloaded update is validated and details such as the patch name, size, and version are displayed.
Use this procedure to downlod the software release update if your appliance version is 8.0 or later.
- If not already done so, open an SSH session and log on to the appliance as an administrator using the Access Appliance Shell Menu.
- To open an NFS or a CIFS share, enter the following command:
system software share open
Note:
If you experience a 'time-out' or 'denied' error when mounting the NFS share on your client computer, refer to the Veritas Access 7.3.2 Release Notes (SORT website) for details about how to bring the NFS server online.
- Mount the appliance share directory as follows.
For a Linux NFS share:
mkdir -p /mount/Node_management_IP
mount Node_management_IP:/inst/patch/incoming /mount/Node_management_IP
where Node_management_IP is the IP address that is assigned to eth1 of each node.
For a Windows CIFS share:
\\Node_management_IP\incoming_patches
where Node_management_IP is the IP address that is assigned to eth1 of each node.
Note:
Use the appliance admin user credentials to map a share directory for CIFS.
- Download the upgrade package and the SHA256 checksum.
Release update
Download the release update by clicking Downloads on the Veritas Support website
SHA256 checksum
Copy the text file that contains the SHA256 checksum. The checksum is displayed when you click the
VRTSaccess-app-update-8.1-1.x86_64.rpm
release update.
- Run the following command to compute the checksum of the rpm file:
sha256sum VRTSaccess-app-update-8.1-1.x86_64.rpm
Verify that the SHA256 checksum matches the checksum that you downloaded from the Veritas Support website.
- Copy this release update to the mounted share.
Note:
To avoid any issues, ensure that you do not run commands on the appliance nodes when you copy the update.
- Unmount the shared directory after copying the update.
- Close the NFS and the CIFS shares by using the command:
system software share close
- List the downloaded files by using the command:
system software downloaded
The downloaded update is validated and details such as the patch name, size, and version are displayed.