Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1762

July 1st, 2010 18:00

Celerra FC Connections to servers for tape backup of NS FileSystems?

Can someone help point me in the right direction on this?  I'm looking for documentation on how to set up a tape drive library so that I can backup the Celerra File Systems.  My Celerra has front end FC ports.  How do I connect this to a SAN switch, how should it be zoned?  Can someone point me in the right direction on this?  When i look it up, i find a lot of info about using the Celerra as a VTLU, but I don't want to backup to the Celerra, I want to backup from the Celerra to a tape library.  Any help on this?

Thanks.

99 Posts

July 2nd, 2010 06:00

Good morning.

I am attaching the 2 NDMP documents we have.  One is for backup to disk. 

The server_iscsi command has a -p (probe) and -l (list) switch.  The '-list' is to see what's currently configured or written to your camdisk files.  The '-probe' is to see what's being presented to the DM.

A good command to run is the following: 'server_devconfig server_X -p -s -n'   -n for non-disk devices.

-Sebby Robles

* If this post helped in resolve your issue, please rate it.  Thank you. *

2 Attachments

9 Legend

 • 

20.4K Posts

July 1st, 2010 18:00

your datamovers have aux ports, so you will zone your tape drives/robot to these aux ports. After you will need to rescan for new drives:

server_devconfig server_2 -create -scsi -all  (substitute server_2 for your datamover).  Datamover can only support 4 concurrent NDMP jobs so i would not present more than 4 drives.

35 Posts

July 1st, 2010 19:00

Thanks Dynamox.

After you perform a rescan, how does the tape drive show up?  Where do i go on the Celerra Manager to see it?

Is there a document that describes how to do it?

Basically what I want to do it backup different file systems to tape.  But I have no idea where to look.  Is that what NDMP backups are for?  When I read about those it seems that the Celerra is backup device, but i don;'t want to backup to the Celerra, I want to backup FileSystems on the Celrra to tape.  So that if my Celerra fails, I have backups of the filesystem on tape.  Can you tell me what document I can look at that describes how to do it?  I don't see anything in the Celerra Manager of how to do it?

Thanks.

4 Operator

 • 

8.6K Posts

July 2nd, 2010 03:00

Hi,

I would suggest to start with the

Configuring NDMP Backups on EMC Celerra

manual available from Powerlink.

It explains the various NDMP connectivity options and how you can see your tape through server_devconfig.

What backup application are you using ?

Rainer

35 Posts

July 2nd, 2010 05:00

That document looks promising.

I'm trying to read up on using the NDMP backup to a Commvault server with a tape drive.

Thanks.

9 Legend

 • 

20.4K Posts

July 2nd, 2010 05:00

if i run this command on my datamover "server_devconfig server_2 -list -scsi -nondisks" , the output looks like this:

[nasadmin@~]$ server_devconfig server_2 -list -scsi -nondisks
server_2 :
               Scsi Device Table
name                addr         type  info
ggk01               c0t1l0       disk  5 032410001000APM00073201720
gk161               c16t1l1      disk  5 032411001100APM00073201720
tape1               c32t0l0      tape  IBM 03592J1A 044C780079I0S0020J
tape2               c32t0l1      tape  IBM 03592J1A 044C780079I0S0020K
tape3               c32t0l2      tape  IBM 03592J1A 044C780079I0S00203
tape4               c32t0l3      tape  IBM 03592J1A 044C780079I0S00207
gk01                c0t0l0       disk  5 032400000000APM00073201720

so you can easily identify your tape drives, in my case they are IBM tape drives (virtual tape library)

No Events found!

Top