Sign In
Forgot Password

Don’t have an account? Create One.

VRTSaccess-app-update-8.0.200-1.x86_64.rpm

Maintenance release

Abstract

Veritas Access 3340 Appliance 8.0.200 Upgrade RPM

Description

This patch will upgrade the Access Appliance from version 7.4.3.200, 7.4.3.300, 8.0. 8.0.100 or 8.0.100.1 to version 8.0.200

Description

Use these instructions to download the patch and upgrade the Veritas Access 3340 and 3350 Appliances. You can install this patch on Veritas Access 3340 Appliance version 7.4.3.200, 7.4.3.300, 8.0, 8.0.100, and 8.0.100.1 and on Veritas Access 3350 Appliance version 8.0, 8.0.100 and 8.0.100.1.

For details about the issues that are fixed in this release, see the Release Update  (https://www.veritas.com/support/en_US/doc/Release_Update_8.0.200).

 

About the Veritas Access Appliance upgrade

Veritas Access 3340 and 3350 Appliances support the following upgrade methods:

  • Rolling upgrade: Use this method if the Veritas Access Appliance is configured and the appliance nodes are part of the Veritas Access cluster. During a rolling upgrade, each node in the Access cluster is upgraded successively without stopping the Access cluster. Rolling upgrade minimizes the service downtime.
  • Full upgrade: Use this method if the Veritas Access Appliance is configured and the appliance nodes are part of the Veritas Access cluster. During a full upgrade, both nodes in the cluster are upgraded and restarted simultaneously. The cluster services are down while the nodes are restarting.
  • Node-by-node upgrade: Use this method if the appliance nodes are in factory state.

 

 

Downloading the appliance software release updates

Appliance software updates can be downloaded by using the Access Appliance shell menu or manually through a share. Updates must be downloaded to the appliance before you start the upgrade.

  • For a rolling or a full upgrade, download the software upgrade package to one of the nodes in the cluster and upgrade the node where the upgrade package is downloaded. The upgrade process copies and installs the upgrade package to other nodes in the cluster.
  • For a node-by-node upgrade, download the software upgrade package to each node that you want to upgrade.

 

 

Downloading software updates directly to an Access Appliance node using the Access Appliance shell menu

If you are on version 7.4.3.200 or 7.4.3.300, use the following procedure to download the VRTSaccess-app-update-8.0.200-1.x86_64.rpm to the appliance node:

  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. The Main_Menu view is displayed.
  2. To determine if a software update is available from the Veritas Support website, enter the following command:
    Main_Menu > Manage > Software > List AvailablePatch
    The software release update that is available for installation is displayed. Note the name of the software release update package. For example, VRTSaccess-app-update-8.0.200-1.x86_64.rpm 
  3. To download the available software update, enter the following command:
    Main_Menu > Manage > Software > Download update_name 
    where update_name is the name of the software release update package.
    For example:
    Main_Menu > Manage > Software > Download VRTSaccess-app-update-8.0.200-1.x86_64.rpm
  4. To verify that the software update has downloaded successfully, enter the following command:
    Main_Menu > Manage > Software > List Downloaded
    The downloaded software update is validated and details such as the patch name, size, and version are displayed.

 

If you are on version 8.0, use the following procedure to download the VRTSaccess-app-update-8.0.200-1.x86_64.rpm to the appliance node:

  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 determine if a software update is available from the Veritas Support website, enter the following command:
    system software available-patch
    The software release update that is available for installation is displayed. Note the name of the software release update package. For example, VRTSaccess-app-update-8.0.200-1.x86_64.rpm  
  3. To download the available software update, enter the following command:
    system software download-update update-name=update-name 
    where update-name is the name of the software release update package.
    For example:
    system software download-update  update-name=VRTSaccess-app-update-8.0.200-1.x86_64.rpm
  4. To verify that the software update has downloaded successfully, enter the following command:
    system software downloaded
    The downloaded software update is validated and details such as the patch name, size, and version are displayed.

 

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

Use this procedure to download the software release update 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). On the Veritas Support website click Downloads, which redirects you to the Download Center. You must sign in with your Veritas account credentials to download the release update. See "Download link for Access Appliance software updates".

 

If you are on version 7.4.3.200 or 7.4.3.300, use the following procedure:  

  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 or a CIFS share, enter the following command:
    Main_Menu > Manage > Software > Share Open
  3. Mount the appliance share directory as follows.
    For a Linux NFS share:
    mkdir -p /mount/Node_management_IP
    where Node_management_IP is the IP address that is assigned to eth1 of each node.
    mount Node_management_IP:/inst/patch/appliance/available /mount/Node_management_IP

    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.
  4. Download the upgrade package and the SHA256 checksum.
    •    Release update: Refer to the link in the "Download link for Access Appliance software updates" section to download the release update (VRTSaccess-app-update-8.0.200-1.x86_64.rpm) from 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.0.200-1.x86_64.rpm release update.
  5. Run the following command to compute the checksum of the rpm file:sha256sum VRTSaccess-app-update-8.0.200-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 and the CIFS shares by using the command:
    Main_Menu > Manage > Software > Share Close
  9. List the downloaded files by using the command:
    Main_Menu > Manage > Software > List Downloaded
    The downloaded update is validated and details such as the patch name, size, and version are displayed.

 

If you are on version 8.0, use the following procedure:

  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 or a CIFS 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
    where Node_management_IP is the IP address that is assigned to eth1 of each node.
    mount Node_management_IP:/inst/patch/appliance/available /mount/Node_management_IP

    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.
  4. Download the upgrade package and the SHA256 checksum.
    •    Release update: Refer to the link in the "Download link for Access Appliance software updates" section to download the release update (VRTSaccess-app-update-8.0.200-1.x86_64.rpm) from 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.0.200-1.x86_64.rpm release update.
  5. Run the following command to compute the checksum of the rpm file: sha256sum VRTSaccess-app-update-8.0.200-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 and the CIFS shares 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.

 

Upgrading the Access Appliance to 8.0.200

  • For a rolling upgrade, install the software update on the node where you downloaded the upgrade package.
  • For a node-by-node upgrade, install the software update on each node that you want to upgrade.

If you have exported an NFS share, ensure that the NFS server is started before you perform the upgrade.

 

If you are on version 7.4.3.200 or 7.4.3.300, use the following procedure to install the downloaded software release update:

  1. Use any one of the following options to log in the appliance:
    • Open an SSH session and log on to the appliance as an administrator.
    • Connect to the Intelligent Platform Management Interface (IPMI) console of the node where you downloaded the software update package.
    Note: The IPMI console is also known as the Veritas Remote Management Console. For details about how to access and use the Veritas Remote Management Console, refer to the Veritas Access Appliance Initial Configuration Guide.
  2. Log in to the Access Appliance Shell Menu.
  3. To install the software release update, run the following command:
    Main_Menu > Manage > Software > Install patch_name 
    where patch_name is the name of the software release update that you want to install.
    A summary of the upgrade changes is displayed and you are prompted for confirmation. Review the details and type yes to continue.
  4. Monitor the preflight check and check if any Check failed messages are displayed. After the preflight check completes, you have the following options:
    • If Check failed messages are not displayed and the preflight check completes successfully, the Pre-flight check finished successfully message is displayed and you are prompted to continue to the next step.
    • If a Check failed message is displayed, the upgrade cannot continue. You must resolve the reported failures, and then install the update again (see step 3) so that the preflight check can verify that the failures have been resolved. For information about how to resolve the reported issues, refer to the technical articles corresponding to the displayed UMI codes (V-409-xxx-xxxx)
  5. When the following message is displayed and you are promoted for confirmation, type yes to continue:
    This software update requires a reboot of the appliance after the installation process completes. Do you want to continue? (yes/no)
  6. Specify the type of upgrade when the following message is displayed:
    You can upgrade the cluster by performing a rolling upgrade or a full upgrade. In a rolling upgrade, each node in the cluster is upgraded successively and restarted without shutting down the cluster. In a full upgrade, both the nodes in the cluster are upgraded and restarted simultaneously. Enter the upgrade method to use when installing the software update [rolling, full](rolling)
  7. To check the upgrade status, run the following command:
    Main_Menu > Manage > Software > UpgradeStatus
    The details about the completed tasks and the completion status are displayed.
    If the upgrade fails at any point in time, error messages and the details about possible solutions are displayed and a rollback operation is initiated automatically. After the rollback is completed successfully, the Completed the rollback operation. Run the 'Support> Test Software' command to verify if all the services are up. message is displayed.
    If the software update is installed successfully, the following message is displayed:
    This appliance node is not in upgrade state.
    To ensure that the appliance is upgraded successfully, run the Main_Menu > Appliance > Status command and verify the Access version and the appliance version.

 

If you are on version 8.0, use the following procedure to install the downloaded software release update:

To install the downloaded software release update, complete the following steps:

  1. Use any one of the following options to log in the appliance:
    • Open an SSH session and log on to the appliance as an administrator.
    • Connect to the Intelligent Platform Management Interface (IPMI) console of the node where you downloaded the software update package.
    Note: The IPMI console is also known as the Veritas Remote Management Console. For details about how to access and use the Veritas Remote Management Console, refer to the Veritas Access Appliance Initial Configuration Guide.
  2. Log in to the Access  Appliance Shell Menu.
  3. To install the software release update, run the following command:
    system software install-update update-name=update-name 
    where update-name is the name of the software release update that you want to install.
    A summary of the upgrade changes is displayed and you are prompted for confirmation. Review the details and type yes to continue.
  4. Monitor the preupgrade check and check if any Check failed messages are displayed. After the preupgrade check completes, you have the following options:
    • If Check failed messages are not displayed and the preflight check completes successfully, the Pre-flight check finished successfully message is displayed and you are prompted to continue to the next step.
    • If a Check failed message is displayed, the upgrade cannot continue. You must resolve the reported failures, and then install the update again (see step 3) so that the preflight check can verify that the failures have been resolved. For information about how to resolve the reported issues, refer to the technical articles corresponding to the displayed UMI codes (V-409-xxx-xxxx)
  5. When the following message is displayed and you are promoted for confirmation, type yes to continue:
    This software update requires a reboot of the appliance after the installation process completes. Do you want to continue? (yes/no)
  6. Specify the type of upgrade when the following message is displayed:
    You can upgrade the cluster by performing a rolling upgrade or a full upgrade. In a rolling upgrade, each node in the cluster is upgraded successively and restarted without shutting down the cluster. In a full upgrade, both the nodes in the cluster are upgraded and restarted simultaneously. Enter the upgrade method to use when installing the software update [rolling, full](rolling)
  7. To check the upgrade status, run the following command:
    system software upgrade-status
    The details about the completed tasks and the completion status are displayed.
    If the upgrade fails at any point in time, error messages and the details about possible solutions are displayed and a rollback operation is initiated automatically. After the rollback is completed successfully, the Completed the rollback operation message is displayed.
    If the software update is installed successfully, the following message is displayed:
    Upgrade completed successfully.
    To ensure that the appliance is upgraded successfully, run the show appliance status command and verify the Access version and the appliance version.

  

 

Viewing logs

The upgrade-related logs are listed below:

  • Upgrade logs: /log/upgrade/upgrade_8.0.200.log
  • Preflight checks: /log/upgrade_log_runtime_data_yyyy_mm_dd
  • Software management: /log/app_vxul/409-8-*.log

To view the logs, on 7.4.3.x use the Main_Menu > Support > Maintenance and on 8.0 use the support elevate command. When prompted, enter the password for the maintenance user account. A separate shell is displayed, which you can use to troubleshoot or manage underlying operating system tasks.

 

 

To collect logs:

  • On 7.4.3.x, you can use the Main_Menu > Support > DataCollect command to collect logs. On 8.0, you can use the support data-collect command to collect the logs. See the Veritas Access Appliance Command Reference Guide for more details.
  • You can collect and upload the logs to an SCP or an FTP server by using the Support> debuginfo command from the Access command-line interface. 

 

Download link for Access Appliance software updates

Click the following link to download the Access Appliance software version 8.0.200 update:

https://www.veritas.com/support/en_US/downloads/update.UPD445144

Applies to the following product releases

Update files

File name Description Version Platform Size