This article hasn't been updated for over 5 years. The information below may be obsolete.
Missing NetWorker groups after disk space issues
I recently came across a curious case of missing groups from the NetWorker configuration at a customer site. It all stemmed from a problem with disk space, namely the disk partition where NetWorker resided became full.
We firstly, increased the size of the partition for NetWorker, but still noticed that the groups were still missing.
In the end to resolve the problem we had to perform a recovery of the NetWorker resources.
There are two possible recovery situations:
- Check if your environment is backing up the partition where NetWorker is located. This will give you the possibility to restore the
/nsr/resfolder to a time prior to the issue occurring using the following steps:- Retrieve the last File System backup of the backup server and select the
resfolder for restore - Restore the
resfolder to a new location on the backup server - Stop the NetWorker daemons
# /etc/init.d/networker stop
- Rename the current
resfolder and copy the restoredresfolder to it's original location - Restart the NetWorker daemons
# /etc/init.d/networker start
- Make sure that the missing groups are now present and correctly configured in the media pool
- Retrieve the last File System backup of the backup server and select the
- Use
mmrecovcommand to restore the bootstrap (includes NetWorker configuration + Media Database)- Stop and Restart the NetWorker services
# /etc/init.d/networker stop # /etc/init.d/networker start
- Start
mmrecovcommand (following all the prompts) - Stop NetWorker daemons
# /etc/init.d/networker stop
- Rename current
resfolder and rename the restoredres.Rfolder intoresfolder# cd /nsr # mv res res.20140112 # mv res.R res
- Start the NetWorker services
# /etc/init.d/networker start
- Stop and Restart the NetWorker services