Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup™ Flex Scale Installation and Configuration Guide
- Preparing for NetBackup Flex Scale deployment
- Configuring NetBackup Flex Scale
- Upgrading NetBackup Flex Scale to 3.5
- About NetBackup Flex Scale upgrades and EEBs
- NetBackup Flex Scale upgrade overview
- Supported upgrade paths
- Performing pre-upgrade tasks
- Downloading the upgrade file
- Uploading the upgrade file and performing an upgrade precheck
- Performing an upgrade using GUI
- Performing post-upgrade tasks
- Collecting logs for an upgrade precheck failure
- Upgrading the firmware in NetBackup Flex Scale cluster
- Managing EEBs
- Removing NetBackup Flex Scale
- Appendix A. Installing NetBackup Flex Scale using a downloaded ISO file
- Appendix B. Upgrading a NetBackup Flex Scale node
Updating the ACL file on the cluster nodes
You are required to update the acl_info.json file if the firmware upgrade is done using the HPE iLO interface.
To update the ACL file:
- Log in to one of the nodes using the eth1 IP address to access the node-level command-line interface.
- Enter the system software share open command to open an NFS share.
- Mount the NFS share:
mount -t nfs -o rw Node_management_IP:/system/inst/patch/incoming /mnt/nfs
Node_management_IP is the IP address that is assigned to the eth1 network interface of the node.
- Copy the
acl_info.jsonappliance compatibility file to the NFS mount path. - Go to the SORT Appliance compatibility List (https://sort.veritas.com/acl) website. On the Appliance Compatibility Page, do the following:
In the Product list, select NetBackup Flex Scale.
In the Hardware list, select the appliance model.
In the Version list, select the latest version. The naming convention is Productversion (spp-yyyymm). Ignore the leading Productversion and select the latest version for the appliance model.
In the Category list, select All.
The latest supported firmware version for each of the components is displayed.
- Compare the component version that is listed in the ACL file on SORT with the version listed in the
acl_info.jsonfile on your node. If the firmware version listed on SORT is not present in the ACL file on the node, open theacl_info.jsonfile and add the firmware version. Repeat this step for all the components that are listed on the SORT site. - Enter the support acl update command to update the appliance compatibility list file on the node.
- Enter the system software share close command to close the share.