Updated: November 1, 2008
Applies To: System Center Data Protection Manager 2007
The Rescan action on the Libraries tab in the Management task area causes DPM to examine the tape drives that are attached to the DPM server and update the information displayed on the Libraries tab. The Libraries tab displays each stand-alone tape drive, and each tape library and its drives.
When the physical state of the tape drives does not display correctly in DPM Administrator Console, you need to remap the tape drive information. For example, drives from a tape library are listed as stand-alone tape drives, a drive for Library 1 is listed as belonging to Library 2, or a stand-alone tape drive is reported as a drive within another library rather than as a stand-alone tape drive.
You can either use the DPMDriveMapping.exe or manually create the DPMLA.xml to remap a tape drive.
To correct the tape drive mapping, you must create a file named DPMLA.xml with the correct information, and then click Rescan. You can create this file using DPMDriveMapping.exe from the <DPM Install>\Bin folder.
Ensure the following before you run DPMDriveMapping.exe:
Run DPMDriveMapping.exe from <DPM Install>\Bin folder.
Start the DPM Administrator Console.
Click Rescan.
Create DPMLA.xml.
Start DPM Administrator Console.
You can create the DPMLA.xml using the template provided with DPM.
Open LADriveRemappingTemplate.xml from Microsoft Data Protection Manager\DPM\Config in an XML editor or Notepad
Follow the instructions in the template file
Save the file as DPMLA.xml in the Microsoft Data Protection Manager\DPM\Config folder. You must save the file using the Unicode format.
The following is an example of the contents of a DPMLA.xml file that maps a drive that is reported as a stand-alone tape drive into a library at the drive bay 0 in the library:
<?xml version="1.0" encoding="utf-16"?> <LAConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/dls/LAConfig.xsd"> <DriveReMapInfo IsMannuallyMapped="true"> <DriveLibraryAssociation> <Drive SerialNumber="HUL4B06579" SCSIPort="10" SCSIBus="23" SCSITargetId="80" SCSILun="4" DriveBayIndex="0" /> <Library SerialNumber="2B41146637" SCSIPort="6" SCSIBus="5" SCSITargetId="0" SCSILun="1" /> </DriveLibraryAssociation> </DriveReMapInfo> </LAConfig>