I have a problem using NetWorker v6.0.2 build 251 running on HPUX 11.00
In a script, I force tapes into recycle mode using "nsrmm -y -orecyclable volume_name" command.
Tapes are then marked as Eligible for recycling. So far so good.
Problem is that "from time to time" when a backup needs one of such tape, it sees it as Recyclable, loads into the jukebox but then erors with a "Duplicate name" error.
More or less, I end up with 2 tapes in the same pool, with the same label (but 2 distinct volume IDs) whereas ofr other media everything is fine.
What is the root problem ?
Now,
Instead of relying on NetWorker automatical recycling, as a workaroung, I have tried to "fake" recycling the following way.
Prior to backups, a script looks for tapes Eligible for recycling and then, first delete them (nsrmm -d ) then relabel them (with same name, same pool...).
It doesn't correct the issue and then again "from time to time" some volumes would appear twice in media database.
At one point I could suspect a "media database corruption" but I have exactly the same problem on 2 distinct NetWorker servers
and "nsrck and nsrim -X" media database and index doesn't correct anything.
Any help appreciated.
In a script, I force tapes into recycle mode using "nsrmm -y -orecyclable volume_name" command.
Tapes are then marked as Eligible for recycling. So far so good.
Problem is that "from time to time" when a backup needs one of such tape, it sees it as Recyclable, loads into the jukebox but then erors with a "Duplicate name" error.
More or less, I end up with 2 tapes in the same pool, with the same label (but 2 distinct volume IDs) whereas ofr other media everything is fine.
What is the root problem ?
Now,
Instead of relying on NetWorker automatical recycling, as a workaroung, I have tried to "fake" recycling the following way.
Prior to backups, a script looks for tapes Eligible for recycling and then, first delete them (nsrmm -d ) then relabel them (with same name, same pool...).
It doesn't correct the issue and then again "from time to time" some volumes would appear twice in media database.
At one point I could suspect a "media database corruption" but I have exactly the same problem on 2 distinct NetWorker servers
and "nsrck and nsrim -X" media database and index doesn't correct anything.
Any help appreciated.