Installing Protection Agents Manually

Applies To: Data Protection Manager, System Center Data Protection Manager 2007

You can install protection agents manually. To manually install a protection agent, use the command line options in the following procedure.

You can also install a protection agent independently using Microsoft Systems Management Server (SMS). To create an SMS package for the DPM protection agent, you must provide the following to the SMS administrator:

  • A share to the DpmAgentInstaller.exe and DpmAgentInstaller_AMD64.exe packages.

  • A list of servers on which you area installing the protection agents.

  • The name of the DPM server.

To silently install the protection agent, run DpmAgentInstaller.exe /q <DPM server name>.

To install a protection agent manually

  1. On the computer on which you want to install the protection agent, we recommend that you map a network drive to the DPM server.

    For example, from the command prompt, type net use Z: \\DPM1\c$.

  2. On the protected computer, from the command prompt, change the directory (CD) to z:\Program Files\Microsoft DPM\DPM\Agents\RA\2.0.8861.0\i386 (if you have a 64-bit computer, replace \i386 with AM64), and then type DpmAgentInstaller.exe <DPM server name>.

    For example: DPMAgentInstaller.exe DPM1.Fully.qualified.domain

    OR

    On a 64-bit computer, type DPMAgentInstaller_amd64.exe <DPM server name>.

    Note

    If you use the DPM server name in the command line, DPM installs the protection agent and configures the security permissions for the DPM server.

    You can perform a non-interactive installation by specifying a /q parameter after the DpmAgentInstaller.exe command. For example, type DpmAgentInstaller.exe /q <DPM server name>.

  3. Restart the protected server.

    Note

    The following step is not required if you specified the DPM server in Step 1.

  4. To complete the protection agent configuration for the appropriate DPM server and firewall settings, from the command prompt, type <drive letter>:\Program Files\Microsoft Data Protection Manager\DPM\bin\SetDpmServer.exe – dpmServerName <DPM server name>.

    For example:
         SetDpmServer.exe –dpmServerName DPM01
    Where DPM01 is the actual DPM server name.

  5. On the DPM server, from the DPM Management Shell prompt, type Attach-ProductionServer.ps1 <DPM server name> <production server name> <user name> <password> <domain>.

    The password parameter is not required and we recommend that you do not provide it. DPM will prompt you for a password, which will not appear on the screen. However, you can provide the password if you want to use the script to install a protection agent on a large number of servers.

Note

If you are attaching the protected computer on a different domain, you must specify the fully qualified domain name. For example, Computer1.Domain1.corp.microsoft.com, where Computer1 is the name of the protected computer, and Domain1.corp.microsoft.com is the domain to which you are attaching the computer.

The required configurations to protect the production computer are created. DPM Administrator Console now displays the production computer.