We have a replica set of 5 nodes, including 1 arbiter, and we are running PBM backups on the server. This morning, we encountered the following error while executing the pbm status command and while trying to apply the config file. We have already validated the issue by upgrading to the latest PBM version, but the problem persists. Please assist us in resolving this issue.
[root@N1VPCOLPOCD0006 bot_mongo]# pbm config --set=“pitr.enabled=false” --mongodb-uri=‘mongodb://pbmuser:password@10.222.234.218:27017,10.222.234.219:27017,10.242.146.32:27017,10.242.146.37:27017/?authSource=admin&replicaSet=bot_mongo’
Error: set pitr.enabled: write to db: get cluster time: no clusterTime in response
Note: All the MongoDB servers and PBM agents are running, and we are able to connect to the MongoDB shell using the PBM backup credentials.
[root@N1VPCOLPOCD0006 bot_mongo]# pbm status --mongodb-uri=‘mongodb://pbmuser:password@10.222.234.218:27017,10.222.234.219:27017,10.242.146.32:27017,10.242.146.37:27017/?authSource=admin&replicaSet=bot_mongo’
Error: get status of cluster: read cluster time: no clusterTime in response
PBM Logs Output
[root@N1VPCOLPOCD0006 bot_mongo]# pbm logs --mongodb-uri=‘mongodb://pbmuser:password@10.222.234.218:27017,10.222.234.219:27017,10.242.146.32:27017,10.242.146.37:27017/?authSource=admin&replicaSet=bot_mongo’
2024-11-03T09:11:32Z E [bot_mongo/10.242.146.37:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:32Z E [bot_mongo/10.222.234.218:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:35Z E [bot_mongo/10.222.234.219:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:37Z E [bot_mongo/10.242.146.32:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:37Z E [bot_mongo/10.242.146.37:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:37Z E [bot_mongo/10.222.234.218:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:40Z E [bot_mongo/10.222.234.219:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:40Z E [bot_mongo/10.242.146.32:27017] [pitr] init: check if already run: read cluster time: no clusterTime in response
2024-11-03T09:11:42Z E [bot_mongo/10.242.146.32:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:42Z E [bot_mongo/10.242.146.37:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:42Z E [bot_mongo/10.222.234.218:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:45Z E [bot_mongo/10.222.234.219:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:47Z E [bot_mongo/10.242.146.32:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:47Z E [bot_mongo/10.242.146.37:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:47Z E [bot_mongo/10.222.234.218:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:50Z E [bot_mongo/10.222.234.219:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:52Z E [bot_mongo/10.222.234.218:27017] [pitr] init: check if already run: read cluster time: no clusterTime in response
2024-11-03T09:11:52Z E [bot_mongo/10.242.146.32:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:52Z E [bot_mongo/10.242.146.37:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
2024-11-03T09:11:52Z E [bot_mongo/10.222.234.218:27017] [agentCheckup] set status: get cluster time: no clusterTime in response
PBM Config file
pitr:
enabled: true
oplogSpanMin: 0
compression: s2
storage:
type: filesystem
filesystem:
path: /bot_mongo/Backup
backup:
oplogSpanMin: 0
compression: s2