Friday, March 27, 2015

NetApp To Isilon Migrations








Isilon provides a built-in NDMP NetApp to Isilon utility called isi_vol_copy.  This enables admins to directly migrate a NetApp volume/qtree to an Isilon Folder.  

1. Confirm NDMP is configured and Running on the data source NetApp Filer.

      a.       Check NDMP current status
             ndmpd status
      b.      Enable NDMP
            ndmpd on

2. Confirm NDMP is configured on the Isilon Cluster. 

isi services ndmpd status

3. Run the isi_vol_copy command to copy a Volume or Qtree to a target folder on the Isilon:

Usage:  isi_vol_copy <src_filer>:<src_dir> <dest_dir>
                 [-sa user: | user:password]
                 [-sport ndmp_src_port]
                 [-full | -incr]
                 [-dhost dest_ip_addr]
                 [-h]

e.g. # isi_vol_copy Filer1:/vol/source_vol /ifs/migration -sa root:xxxxxx –full

LogMessage {type NDMP_LOG_NORMAL} {msg_id 1} {msg DUMP: creating "/vol/source_vol/../snapshot_for_backup.28" snapshot.} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 2} {msg DUMP: Using Full Volume Dump} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 3} {msg DUMP: Date of this level 0 dump: Wed Feb 11 11:47:28 2015.} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 4} {msg DUMP: Date of last level 0 dump: the epoch.} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 5} {msg DUMP: Dumping /vol/source_vol to NDMP connection} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 6} {msg DUMP: mapping (Pass I)[regular files]} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 7} {msg DUMP: mapping (Pass II)[directories]} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 8} {msg DUMP: estimated 402939 KB.} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 9} {msg DUMP: dumping (Pass III) [directories]} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 10} {msg DUMP: dumping (Pass IV) [regular files]} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 11} {msg ACL_START is '512692480'} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 12} {msg DUMP: dumping (Pass V) [ACLs]} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 13} {msg DUMP: 708016 KB} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 14} {msg DUMP: DUMP IS DONE} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 15} {msg DUMP: Deleting "/vol/source_vol/../snapshot_for_backup.28" snapshot.} {associated_msg 0} {associated_msg_seq 0}
LogMessage {type NDMP_LOG_NORMAL} {msg_id 16} {msg DUMP_DATE is '567890354'} {associated_msg 0} {associated_msg_seq 0}
The transfer is complete.
Elapsed time: 0 hours, 10 minutes, 9 seconds.


Happy Learning!

No comments:

Post a Comment