I'm new to Networker, but last night our C: drive ran out of space and the culprit was the daemon.raw file had grown to over 34GB. Any ideas what might have caused this? Our three backup jobs ran successfully, but we ended up deleting the file. Thanks for anyone's suggestions.
Networker refreshes to new daemon.raw only when backup server services are restarted. If not, the file can grow huge. We had a similar problem recently and upgrading to version 7.6 helped us. Daemon.raw has not grown that big very fast after that.
you don't have any savegroups running which have verbose enabled? Experienced that recently with one savegroup with multiple clients in it that included filesystem backups. Every single file in the backup was logged thus flooding the daemon.raw. A couple of Gigs per night where logged for millions of files...
One forum folk told me that there is an RFE opened for limit the log size in runtime, at the moment you would need to reboot NetWorker services and the daemon.raw would be regenerated if the configured limit size is reached.
yes you are correct, if the networker services are not restarted the log will not be rotated.
As per the previous post from BGuevara, there is a Request for Enhancement open for this behaviour to be changed but as of the latest release 7.6.2 this behaviour is unchanged.
Does this rotation really works for daemon.raw? I know I tested it in the past, but it didn't work for daemon.raw. Last weekend I did rotation manually as my daemon.raw was over 100GB On UNIX it is easy at least (cp /nsr/logs/daemon.log /nsr/logs/old/daemon.$TIMESTAMP; > /nsr/logs/daemon.log).
Note: The trimming mechanism functions only when you start nsrd on UNIX or the NetWorker Backup and Recover Server service on Windows. The daemon and service do not check periodically to determine if the log file has exceeded NSR_MAXLOGSIZE. If the nsrd daemon or NetWorker Backup and Recover Server service runs for a long time, the log file can still grow very large.
amediratta
2 Intern
•
2014 Posts
1986
0
Posted March 10th, 2010 02:00
Networker refreshes to new daemon.raw only when backup server services are restarted. If not, the file can grow huge. We had a similar problem recently and upgrading to version 7.6 helped us. Daemon.raw has not grown that big very fast after that.