Veritas Access Appliance 8.3 Upgrade Guide

Last Published:
Product(s): Appliances (8.3)
Platform: Veritas 3340,Veritas 3350,Veritas 3360
  1. Introduction
    1.  
      About the Access Appliance upgrade
    2.  
      About the supported software versions
    3.  
      Supported upgrade paths
    4.  
      Supported upgrade paths if continuous replication is configured
    5. About the preupgrade check
      1.  
        Error messages displayed during the preupgrade check
  2. Upgrading Access Appliance
    1.  
      Access Appliance upgrade overview
    2. Downloading the appliance software updates
      1. Downloading the software update using the UI
        1.  
          Downloading a software update from the Veritas Support website
      2. Downloading software updates using the Access Appliance shell menu
        1.  
          Downloading software updates directly to an Access Appliance node
        2.  
          Downloading software updates to an Access Appliance node using a client share
        3. Downloading software updates to an Access Appliance node using SCP
          1.  
            Installing OpenSSH
    3. Performing an upgrade pre-check
      1.  
        Running an upgrade pre-check using the UI
      2.  
        Running a pre-check from the appliance shell menu
    4. Completing pre-upgrade tasks
      1.  
        Performing manual preupgrade tasks
      2.  
        Performing preupgrade tasks when replication is configured
      3.  
        Considerations for Veritas Data Deduplication server if it is configured without WORM storage
    5. Performing an upgrade
      1.  
        Upgrading Access Appliance using the UI
      2.  
        Performing an upgrade from the appliance shell menu
    6. Completing post-upgrade tasks
      1.  
        Renewing internal certificate
      2.  
        Downloading and installing the required EEBs
      3.  
        Reconfiguring non-WORM Veritas Data Deduplication server
      4.  
        Increasing the Veritas Data Deduplication storage to 2.4 PiB
  3. Installing EEBs using the UI
    1.  
      About Access Appliance EEBs
    2.  
      Downloading EEBs
    3.  
      Installing EEBs
    4.  
      Rolling back EEBs
    5.  
      Removing EEBs

Downloading software updates to an Access Appliance node using a client share

Use this procedure to download the software updates to an appliance node using 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.

To download the software release update on an appliance node using an NFS client share, complete the following steps:

  1. If not already done so, open an SSH session and log on to the appliance as an administrator using the Access Appliance Shell Menu.
  2. To open an NFS share, enter the following command:

    system software share open

  3. Mount the appliance share directory as follows.

    For a Linux NFS share:

    mkdir -p /mount/Node_management_IP

    mount Node_management_IP:/inst/patch/appliance/available /mount/Node_management_IP

    where Node_management_IP is the IP address that is assigned to eth1 of each node.

  4. 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.3-1.x86_64.rpm release update.

  5. Run the following command to compute the checksum of the rpm file:

    sha256sum VRTSaccess-app-update-8.3-1.x86_64.rpm

    Verify that the SHA256 checksum matches the checksum that you downloaded from the Veritas Support website.

  6. 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.

  7. Unmount the shared directory after copying the update.
  8. Close the NFS share by using the command:

    system software share close

  9. 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.