Synthetic check failed. Please refer to Broadcom Knowledge Base Article https://knowledge.broadcom.com/external/article/389510 for remediation details.,"platform-opsmgmt : lookup <Fleet_MGMT_FQDN> on #.#.#.#:53: server misbehaving","platform-vmsp-platform-backup : failed to connect to SSH server: dial tcp: lookup <Incorrect_SFTP_server_FQDN> on #.#.#.#:53: server misbehaving","platform-vmsp-platform-sftp : failed to connect to SSH server: dial tcp: lookup <Incorrect_SFTP_server_FQDN> on #.#.#.#:53: server misbehaving"VCF Operations 9.0.1
SSH to the VMSP appliance (Automation) as vmware-system-user and run the following (Replacing <SFTP_IP>,):<SFTP_USERNAME>,<DESIRED_DIRECTORY>
sudo suexport KUBECONFIG=/etc/kubernetes/admin.conf/usr/local/bin/vmsp pkg configure vmsp-platform -n vmsp-platform sftp.host=<SFTP_IP> sftp.port=22 sftp.username=<SFTP_USERNAME> sftp.directory="<DESIRED_DIRECTORY>"
NOTE: Only run the following if a password is required for the SFTP server access (Replacing <SFTP_PASSWORD>)kubectl create secret generic sftp-password-secret -n vmsp-platform --dry-run=client --from-literal=sftpPassword="<SFTP_PASSWORD>" -o yaml | kubectl apply -f -