Library errors (ID 24052) - Bret |
14-Feb-08 01:01:03
|
Update:
Insert cleaning tape. Mark as cleaning tape. Start cleaning job.
DPM could not reserve the drive resource because one of required drive
resources is not online or it needs cleaning or servicing. (ID 24052)
Again rebooting everything, again no change.
Anyone??!?!? |
 |
| |
Library errors (ID 24052) - Kapil Malhotra [MSFT] |
15-Feb-08 12:39:03
|
Does the Library UI show up the drives correctly mapped into the library?
--
Thanks,
Kapil
This posting is provided "AS IS" with no warranties, and confers no rights. |
 |
| |
Library errors (ID 24052) - Bret |
15-Feb-08 09:18:00
|
It does.
After reading here, we tried running the DPMdrivemappingtool.exe as a
troubleshooting step. This caused the the tape drive to be mapped as a stand
alone unit. The library then showed no drive.
We were able to get DPM back to reporting the hardware properly not. |
 |
| |
Library errors (ID 24052) - Rya |
15-Feb-08 07:24:00
|
I'm Having the Same issue too! Cleaning job failed and I can't get it to work
again.
Everytime I try to do anything other than a fast inventory it fails with:
The detailed inventory of tape failed for the following reason: (ID 3316)
DPM could not reserve the drive resource because one of required drive
resources is not online or it needs cleaning or servicing. (ID 24052)
We have tested the drive using the HP tools. The drive tested 100% OK!
Help! This is our primary backup solution. Ideas?
Ryan |
 |
| |
Library errors (ID 24052) - Bret |
19-Feb-08 11:44:03
|
UPDATE:
Here's what we've found so far:
The problem is hiding in the database (DPMDB).
The drive was stuck in an “OperationOccuring†state of 3 (whatever that
means).
To fix the problem I set the “OperationOccuring†field from 3 to 0 in the
DPMDB tbl_MM_Drive
UPDATE tbl_MM_Drive
SET OperationOccuring = 0
WHERE DriveId = 'Problem drives GUID'
After this we were able to do a detailed inventory. And are currently
running a back up job successfully.
Anyone from M$ see any negative fall out here?
To arrive at this spot we; uninstalled DPM and reinstalled (fun fun); with a
new copy of DPM and a new DPMDB, inventory, backups, etc all successful.
Detatched New DPMDB, reattached the original DPMDB, ran a dpmsync. Same
The error is not in hardware, nor in DPM (the application). It's living in
the DPMDB, further research found tbl_MM_Drive.
Scanning for hardware changes, hitting rescan in DPM, and the drive mapping
tool all failed to resolve.
We think the inflection point for this error is that an improper cleaning
tape was used. The tape library (SONY LIB-162 A5) threw an "F8" (according to
sony this means wrong media type). DPM went fetal and never recovered.
Hope this helps! |
 |
| |
Library errors (ID 24052) - Rya |
19-Feb-08 01:26:01
|
I managed to find a solution too but I’m not 100% sure on how I did it. I
managed to get DPM to see our tape library as a completely new hardware
device. This caused DPM to setup a new library. I then reconfigured the
protection groups to use this new library and it worked.
I found the setting Brett was talking about and he is correct, the old
library has this set to 3. So I imagine if I did what he suggested that would
of fixed my issue too. |
 |
| |