Skip to main content
Oracle PBS does not show the ZFS pool mounted
Updated over a week ago

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.

  1. Check the status of the Mounts

# df -h

  1. Import the Phoenix zpool

# zpool import -f Phoenix

  1. Restart the NFS services.

# Systemctl restart nfs-kernel-server

  1. Restart the Phoenix Backup store service.

# service PhoenixBackupStore stop

# service PhoenixBackupStore start.

PBS server will show connected on the console.

Did this answer your question?