Operation cancelled due to an unexpected error/usr/bin/rpm -qi h4 /usr/bin/rpm -qa KilledVMware Cloud Director Availability 4.x
This issue occurs when the root partition becomes full during the generation of the support bundle due to the export of the cloud service database consuming the remaining available space.
To resolve this issue, modify the support bundle generation script to exclude select database tables that would consume a large amount of space during the database export part of the script.
cd /opt/vmware/h4/bin/cp support-bundle.py support-bundle.py.bakdump_database('h4cloud', db_bundle_path, {...dump_database('h4cloud', db_bundle_path, {... 'task': {'*'},...dump_database('h4cloud', db_bundle_path, {... # 'task': {'*'},...dump_database('h4cloud', db_bundle_path, { 'peer': {'*'}, 'peer_denied_org': {'*'}, 'vcsite_tunnel': {'*'}, 'vappreplication': {'*'}, 'vmreplication': {'*', '!admin_auto_logon_count', '!admin_password', '!admin_password_auto', '!admin_password_enabled', '!change_sid', '!customization_script', '!domain_name', '!domain_org_unit', '!domain_user_name', '!domain_user_password', '!enabled', '!join_domain_enabled', '!reset_password_required'}, 'vmreplication_disk': {'*'}, 'deletedreplication': {'*'}, 'replication_policy': {'*'}, 'org_policy': {'*'}, 'metainfo': {'*'}, # 'task': {'*'}, 'recoveryplan': {'*'}, 'recoverystep': {'*'}, 'recoverystep_vappreplication': {'*'}, 'recoverystep_vmreplication': {'*'}, 'sla_profile': {'*'}, 'org_sla_profile': {'*'}, 'org_sla_profiles_link': {'*'}, # TODO: rp_* ?})A minimum of 30% available disk space is recommended for support bundle generation. For more information on reclaiming disk space on VCDA appliances, see Free up VMware Cloud Director Availability appliance disk space.