migrate_server import fails from R81.20 to R82 with Error -
Failed to import: Failed: Trying to link between 2afa56ef-e5ce-42b9-8ab4-ddb06068122b and b35d3e7f-823a-4581-a7e0-735f10daae65, where feature dependency exists, and the destination object does not exist. Detailed upgrade report is available at /opt/CPsuite-R82/fw1/log/upgrade_report/upgrade_report.html
Multi Domain Server Hardware Models -> Smart-1 6000-XL running in High Availability
Current JHA - R81.20 Take 98
Normal upgrade via CPUSE failed - Found somewhere - upgrades are not supported due to changes in partitioning and system architecture in R82. So have to go with Advanced upgrade
Procedure Used for Advanced upgrade
Install the latest upgrade tools and deployment agent and any take required to install the latest versions of these products in production.
#cd $MDS_FWDIR
#cd scripts
#./migrate_server verify -v R82 -skip_upgrade_tools_check ( it should succeed)
NOTE - If Pre-Export Verifications Succeeded with Warnings, To export the database, address all the warnings or run the --ignore_warnings flag
#./migrate_server export -v R82 -skip_upgrade_tools_check --ignore_warnings -o /home/admin/<servername>_migrate_export.tgz
offload the migration file.
Do a clean install of R82 . Once the OS, JHF Take, Deployment agent, and installation and upgrade tools proceed to uploading the migration file.
#cd $MDS_FWDIR/scripts
#./migrate_server import -v R82 -skip_upgrade_tools_check --ignore_warnings /home/admin/<servername>_migrate_export.tgz