Symptoms
JetBackup will not start, and messages similar to the following may be found in the system log.
May 30 21:39:17 server jetbackupdready: JetMongo is not ready. Error: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27217']
May 30 21:39:17 server systemd: jetbackup5d.service: control process exited, code=exited status=1
May 30 21:39:17 server systemd: Failed to start JetBackup Service.
Description
JetBackup cannot start if the jetmongod service is not running. Restarting the jetmongod service will allow JetBackup to start.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Restart the
jetmongodservice.systemctl restart jetmongod
- Restart the
jetbackup5dservice.systemctl restart jetbackup5d