Forum Discussion

pep-e's avatar
pep-e
Level 4
11 years ago

Step by step guide for AIR on DataDomain

Dear All, It seems I'm missing a lot of things after reading NBUAdmGuide_I and DDOSAdmGuide. I'm trying to set up AIR using DD's replication, but it is not working for me. I'm not stating that the...
  • Gonz's avatar
    11 years ago

    I have helped pep-e during the course of a Webex session to configure this.

    The steps are (assume DD7200 is the source DataDomain and DD7200A is the destination DataDomain)

    1) Create an storage unit on the source DataDomain

    ddboost storage unit create airA

    2) Create an storage unit on the destination DataDomain

    ddboost storage unit create airB

    3) Link them

    On DD7200

    ddboost association create aira replicate-to DD7200A airb
     

    On DD7200A
     

    ddboost association create airb replicate-from DD7200 aira

    4) On source NetBackup master server, create a Diskpool that must target the volume create in point 1)

    Bear in mind that if that volume does not appear as a "Replication Source" type, then you did wrong the point 3)

    5) On source NetBackup master server, create an SLP (we named it AIRTEST) containing one backup against the storage unit type source (in our case aira) and a replication

     

    6) On source NetBackup master server create a test backup policy, targeting in the Policy storage the SLP created in 5)

    7) On destination NetBackup master server, create a Diskpool that must target the volume created in 2)
    That volume must be of type Replication target. Otherwise point 3) was not performed or performed wrongly

    8) On destination NetBackup master server, create an SLP with the same name as in 5 (in this case AIRTEST), but it must be an Import operation against the DiskPool created in 7)

     

    When you start the backup in source NetBackup, a ddbost job will run against the source DataDomain. When the backup completes, a replication from DataDomain source to DataDomain destination will start.

    Once the replication finishes an event will be generated (you should be able to see it with # ddboost event show). That notifies destination NB that an import must be started. You will see an import job in destination NetBackup Master Server.

    This is very textual, but it is how it works. I will prepare a more visual guide.

    Regards

    Gonzalo Murillo