SSH PROBLEM" status and the failover mode is "INDETERMINATE" in the VAMI (https://VCD_cell_IP:5480). repmgr cluster show" from the primary VCD database cell reports the following errors:root@VCD-01 [ ~ ]# repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string-------+----------------+---------+-----------+------------------+----------+----------+----------+--------------------------------------------------------------------------------- 123 | VCD-01 | primary | * running | | default | 100 | 2 | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2 456 | VCD-02 | standby | ? running | ? VCD-01 | default | 100 | | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2 789 | VCD-03 | standby | ? running | ? VCD-01 | default | 100 | | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2
WARNING: following issues were detected - unable to connect to node "VCD-02" (ID: 456) - unable to connect to node "VCD-03" (ID: 789)
root@VCD-02 [ ~ ]# repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string-------+----------------+---------+-----------+----------------+----------+----------+----------+--------------------------------------------------------------------------------- 123| VCD-01 | primary | * running | | default | 100 | 2 | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2 456| VCD-02 | standby | running | VCD-01 | default | 100 | 2 | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2 789| VCD-03 | standby | running | VCD-01 | default | 100 | 2 | host=#.#.#.# user=repmgr dbname=repmgr gssencmode=disable connect_timeout=2/etc/fstab of primary cell, however SSH session gets hung when running the command "df -h" and trying to navigate or list contents of "/opt/vmware/vcloud-director/data/transfer".VMware Cloud Director 10.6.x
This issue occurs when the VCD database cells in the cluster cannot access NFS share mounted on the /opt/vmware/vcloud-director/data/transfer directory.
To resolve this issue, ensure the VCD database cell has connectivity to it's NFS share mounted on the /opt/vmware/vcloud-director/data/transfer directory.
mount
df -h
If it's mounted then the NFS share will appear in the output mounted on /opt/vmware/vcloud-director/data/transfer
/etc/fstab to confirm the NFS mount appears.cat /etc/fstab /etc/fstab using this command:mount -acurl -v telnet://<nfs_server_hostname>:<port>If the NFS share is accessible over the network and the VCD cell still cannot access the directory, VCD cell reboot may be required to restore access.Refer to Perform an Orderly Shutdown and Startup of Your VMware Cloud Director Appliance Cluster.