Data Backup and Recovery

ndmp backup of a snapshot

crondeau1
5,062 Views

Good day,

I have a client that is using snap manager products to take snapshots of VM's, sql and oracle.  they want to get those snapshots off to tape using emc networker.

Has anyone done this using networker.  How do you go about getting the most recent snapshots backed up to tape?

Cheers

Clayton

4 REPLIES 4

timparkinson
5,062 Views

We use custom scripts to create quiesced snapshots, rather than snapmanager, and then dump to networker via NDMP.

It's all fairly straight forward. The saveset should reference the latest snapshot: /vol/somevol/.snapshot/dbbackup.new (or whatever your snaps are called).

The filer needs a backup user and password on it. This needs to be filled in in the networker client. The backup command needs to be filled in as something like: nsrndmp_save -P networker_server -M -T dump (with the appropriate networker server substituted). You also need the NDMP box ticked and the appropriate options in application information.

paul_w_jackson
5,062 Views

We just installed Avamar and while the NDMP is working for the volumes, I can't figure out how to pull the active volume plus the snapshots NDMP. Anyone have experience with this?

scottgelb
5,062 Views

NDMP (dump) will only backup one snapshot.  If you specify a snapshot, it backs that snapshot.  If you don't specify a snapshot, it creates a snapshot, backs up, deletes the snapshot.  To get 20 snapshots to tape, you would need to run 20 backups... not typically needed..  The way to get the entire volume to tape is snapmirror to tape.  The restore is only the entire volume though ( no single file) and every sm2t backup is a full.

andrc
5,062 Views

The way I used to do it with NetBackup was set up NDMP backups for the filers and in the data path for the filer backup job select /vol/volname/.snapshot/snapshotname/ instead of /vol/volname/

Public