Veritas Access Appliance Release Notes
- Overview of Access Appliance
- Changes in this release
- Fixed issues
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- Internationalization (I18N) issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- Access Appliance known issues
- Getting help
Upgrade from version 7.4.3.200 to 8.0 fails in post-upgrade self-test
Before starting the upgrade, the objectaccess service was online but an S3 bucket was not created. At the preupgrade stage, the storage pool was created with four disks but the number of columns mentioned during objectaccess configuration were five. As the bucket was not present and objectaccess service was online, the self-test tried to create a bucket but failed as the storage pool did not have the required number of disks.
(IA-41052)
Workaround:
Resolve the objectaccess bucket creation failure by adding a sufficient number of disks and then complete the following steps:
- Login to Veritas Appliance shell. Elevate to bash with the support elevate command. To elevate to bash when the enterprise or compliance mode is enabled, refer to the Accessing the root shell in lockdown mode section of the Veritas Access Appliance Administrator's Guide.
- Run the following command:
Ensure that the post upgrade self-test passed:
hacli -cmd "python /opt/veritas/appliance/selftest/scripts/selftest.py -c /inst/patch/appliance/installed/8.0/scripts/selftest_access_cluster.configure postupgrade"
Run the following scripts, where node_name_1 and node_name_2 are the appliance node names:
hacli -cmd "/inst/patch/appliance/installed/8.0/scripts/hooks/upgrade_is_successful/00300_node_installation_version_after_upgrade.sh -m rolling -n node_name_1 node_name_2"
/bin/bash /inst/patch/appliance/installed/8.0/scripts/hooks/upgrade_is_successful/00400_cluster_default_os_password_check.sh -m rolling -n node_name_1 node_name_2
/bin/bash /inst/patch/appliance/installed/8.0/scripts/hooks/upgrade_is_successful/00410_cluster_default_ipmi_password_check.sh -m rolling -n node_name_1 node_name_2
Run the following command:
hacli -cmd "/bin/rpm -e --allmatches VRTSaccess-app-update"
Run the following command:
hacli -cmd "/bin/rm -rf /log/upgrade/upgrading/upgrade.flag"