Title
Oracle PBS does not show the ZFS pool mounted
Problem description
The connection status of PBS server shows disconnected on the Druva Console.
The issue mostly happens after the reboot of the PBS server.
Solution
Below are the steps to bring the ZFS pool mounted.
Check the status of the Mounts
# df -h
Import the Phoenix zpool
# zpool import -f Phoenix
Restart the NFS services.
# Systemctl restart nfs-kernel-server
Restart the Phoenix Backup store service.
# service PhoenixBackupStore stop
# service PhoenixBackupStore start.
PBS server will show connected on the console.