NDMP 3way heterogenous no tape to disk only ?

schellh

ADSM.ORG Member
Joined
Jan 30, 2009
Messages
30
Reaction score
0
Points
0
Hello,

just a short Q. NAS_NDMP_interopMatrix.pdf tells 3way heterogenous ndmp is possible. But in tsm docs i always find tape would be needed ?
I was asked to plan a TSM NDMP Backup w/o library for an emc nx4 so:

is it possible without tapes ? only to some disk based pool ?

thanks
 
I'm trying to figure this out as well. I don't have an answer, I'm sorry, I'm just seconding this question.

We have three TSM servers, and our site has just bought a Celerra/Centera system to replace our current storage infrastructure. I'm tasked with implementing NDMP backups of these, first time I'll have dealt with NDMP at all. I would like to set it up to use TSM's existing disk pool for backup, but all the documentation I can find assumes that I will be setting up NDMP to run to tape. Has anyone set up NDMP to back up to disk?
 
Hi,

this is what my notes said

DEFINE STGP NASDISK DISK POOLTYPE=PRIMARY DATAFORMAT=NATIVE
DEFINE VOLUME NASDISK /TSMSTG/DISK01.DSM FORMAT=1024
DEFINE STGP NASTOCPOOL DISK POOLTYPE=PRIMARY
DEFINE VOLUME NASTOCPOOL /TSMSTG/TOC01.DSM FORMAT=1024


DEFINE DOMAIN FILER-TO-SERVER
DEFINE POLICYSET FILER-TO-SERVER STANDARD
DEFINE MGMT FILER-TO-SERVER STANDARD STANDARD
ASSIGN DEFMGMTCLASS FILER-TO-SERVER STANDARD STANDARD
DEFINE COPYGROUP FILER-TO-SERVER STANDARD STANDARD DESTINATION=NASDISK TOCDESTINATION=NASTOCPOOL
DEFINE COPYGROUP FILER-TO-SERVER STANDARD STANDARD TYPE=ARCHIVE DESTINATION=NASDISK
ACTIVATE POLICYSET FILER-TO-SERVER STANDARD

REGISTER NODE NASTODISK ?*****? DOMAIN=FILER-TO-SERVER TYPE=NAS
DEFINE DATAMOVER NASTODISK TYPE=NAS HLADDRESS=<IP.IP.IP.IP> LLADDRESS=10000 USERID=ROOT PASSWORD=?*****? DATAFORMAT=NETAPPDUMP

Harry
 
Hi,

I would like to use disk as well, but I got the following error message:
ANR4794E The NAS file server x.x.x.x failed to open an NDMP data connection to the TSM tape server. Please verify that the file server is capable of outbound data connections.
I have tried to make a NASDISK pool as suggest and I have tried to make a NAS TAPEPOOL (filedev sequenciel). but with negativ result.
Harry can you confirm that you have a setup running as you have descript.

Michael
 
Hi,

yes, I have checked if it works before posting it.
Here is the output (tested it just now again)

Code:
TSM:TSMV5>q stg
Storage      Device       Estimated    Pct    Pct  High  Low  Next
Pool Name    Class Name    Capacity   Util   Migr   Mig  Mig  Storage
                                                    Pct  Pct  Pool
-----------  ----------  ----------  -----  -----  ----  ---  -----------
NASDISK      DISK           512.0 M    7.9    7.9    90   70
NASTOCPOOL   DISK           512.0 M    0.0    0.0    90   70

TSM:TSMV5>q copygroup filer-to-server active f=d
                 Policy Domain Name: FILER-TO-SERVER
                    Policy Set Name: ACTIVE
                    Mgmt Class Name: STANDARD
                    Copy Group Name: STANDARD
                    Copy Group Type: Backup
               Versions Data Exists: 2
              Versions Data Deleted: 1
              Retain Extra Versions: 30
                Retain Only Version: 60
                          Copy Mode: Modified
                 Copy Serialization: Shared Static
                     Copy Frequency: 0
                   Copy Destination: NASDISK
Table of Contents (TOC) Destination: NASTOCPOOL
     Last Update by (administrator): SERVER_CONSOLE
              Last Update Date/Time: 03/08/2011 17:12:27
                   Managing profile:
                    Changes Pending: No

03/10/2011 12:54:56  ANR2017I Administrator SERVER_CONSOLE issued command: BACKUP NODE nastodisk /vol/vol1
03/10/2011 12:55:04  ANR0984I Process 21 for BACKUP NAS (FULL) started in the BACKGROUND at 12:55:04. (PROCESS: 21)
03/10/2011 12:55:04  ANR1063I Full backup of NAS node NASTODISK, file system /vol/vol1, started as process 21 by administrator SERVER_CONSOLE. (PROCESS: 21)
03/10/2011 12:55:46  ANR1067I NAS Backup to TSM Storage process 21 completed. (PROCESS: 21)
03/10/2011 12:55:46  ANR0986I Process 21 for BACKUP NAS (FULL) running in the BACKGROUND processed 1 items for a total of 42,339,328 bytes with a completion state of SUCCESS at 12:55:46. (PROCESS: 21)
                      
TSM:TSMV5>q cont c:\tsmdata\disk1.dsm f=d
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY CONTENT c:\tsmdata\disk1.dsm f=d
                         Node Name: NASTODISK
                              Type: Bkup
                    Filespace Name: /vol/vol1
        Hexadecimal Filespace Name:
                              FSID: 2
            Client's Name for File: /NAS/IMAGE
Hexadecimal Client's Name for File:
                       Aggregated?: No
                       Stored Size: 40.38 M
                    Segment Number:
                      Cached Copy?: No

I encountered the very error you see - the key was to disable the Windows firewall - there was one confusing thing - Windows Firewall service was not running (when I tried it first) and I got your error. I had to start it and turned the policy to "Firewall off" - it works since then. I do not dare to guess what was the cause ...

Harry
 
Hi Harry,

Thank you...

You are right, this is a firewall issue...
Have to control the trafic, therefore I had to make this statment in the dsmserv.opt:
ndmpportrange 2020,2020 (If I just want to use a single port) the portnr can be from 1024 - 32767

Michael
 
Last edited:
Back
Top