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™ Access Appliance 8.5 Release Notes
- Overview of Access Appliance
- Software limitations
- Limitations related to CIFS
- Limitations related to installation and upgrade
- Limitation related to cloud tiering
- Limitations related to networking
- Limitations related to Veritas Data Deduplication
- Kernel-based NFS v4 limitations
- File system limitation
- Access Appliance S3 server limitation
- Long-term data retention (LTR) limitations
- Limitation related to replication
- Limitations related to user management
- Known issues
- Access Appliance known issues
- CIFS issues
- General issues
- Reimaging the appliance from the SSD device fails if a CD with the ISO image is inserted in the CD-ROM
- User is not logged out from the command-line interface after running the Cluster> stop all command
- User account gets locked on a management or non-management console node
- Addition of a user named 'admin' fails from GUI and CLISH
- The displayed proxy server state is inconsistent if the specified proxy server settings are incorrect
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- Rollback service group goes in faulted state when respective cache object is full and there is no way to clear the state
- Event messages are not generated when cache objects get full
- Storage fs addcolumn operation fails but error notification is not sent
- Unable to create space-optimized rollback when tiering is present
- The CVM service group goes in to faulted state after you restart the management console node
- After a cluster reboot, the UI shows that the storage is not configured
- Upgrade issues
- The system config import command does not work as expected
- After multi-step upgrade from 7.4.2 to 8.5 eth1 device is not listed in the network ip add show output
- Checkpoints might remain in the file systems used by Veritas Data Deduplication (VDD) after the system rolls back after an upgrade failure
- Upgrade preflight check fails with password expiry error
- Upgrade from Access Appliance version 8.2/8.2.x, 8.3/8.3.x to version 8.5 fails during free space pre-check for "/" partition
- AD is disabled after an upgrade from Access Appliance version 8.3.100 to 8.5
- After you upgrade from Access Appliance version 8.2/8.2.002 to version 8.5, the CTDB server and ADClientService goes into PARTIAL state or is not ONLINE on all the nodes
- Veritas Data Deduplication issues
- Access Appliance operational notes
- Access Appliance known issues
- Getting help
After upgrade, Veritas Data Deduplication configuration fails as the virtual IP association with deduplication is being used by CIFS
In case of CTDB CIFS share where the IPs are not explicitly mentioned, any free virtual IP is assigned during configuration. As part of upgrade, Veritas Data Deduplication is unconfigured and the virtual IP used for deduplication is released to the network pool. When the CIFS server comes online, it may use the released IP and the virtual IP is stamped in the vip_service_map.yml file against a CIFS entry. When Veritas Data Deduplication is reconfigured after upgrade, the virtual IP previously associated with deduplication is already part of yml. This leads to an error and a message is displayed that the virtual IP is already being used for CIFS.
Workaround:
After the upgrade is complete, if you find that the virtual IP previously associated with Veritas Data Deduplication is getting used by the CIFS server, run the following commands:
network> ip addr del <dedupe_ip>
network> ip addr add <dedupe_ip> netmask virtual
This forces the CIFS server to pick up another free virtual IP from the network pool, and then deduplication can be configured with its original virtual IP.