Resolution
Execute the following command from the CLI of the offline grid member. If the offline member is an HA pair, command should be executed from both active and passive nodes to collect the respective support bundles.
Infoblox > set transfer_supportbundle
Synopsis:
set transfer_supportbundle [ftp|scp] <server-ip> <user-name> <user-password> [dest <file_name>] [core_files] [current_logs] [rotated_logs]
Description:
This command will transfer the supportbundle to remote hosts either using ftp/scp protocol.
This operation may take a long time to complete.
Examples:
Infoblox > set transfer_supportbundle ftp 10.1.1.2 upload foobar321 dest test_supportbundle.tar.gz core_files current_logs rotated_logs
WARNING:
This operation may take a long time to complete
Do you want to proceed? (y or n):y
supportBundle is uploaded to ftp server 10.1.1.2 successfully
Infoblox > set transfer_supportbundle scp 10.64.38.220 test password dest test_supportbundle.tar.gz core_files current_logs rotated_logs
WARNING:
This operation may take a long time to complete
Do you want to proceed? (y or n):y
supportBundle is uploaded to scp server 10.64.38.220 successfully