NDMP backup help

fons_marsan

Newcomer
Joined
Jul 17, 2008
Messages
1
Reaction score
0
Points
0
Hello,
I've been trying setting up backups with NDMP and my TSM server.
My Celerra datamover version is T5.6.44.408 and my TSM Server version is 5.5.2.2
I've followed instructions on TSM redbook chapter 7: Using NDMP for operations with NAS File servers but it didn't work.
These are the commands I typed in my TSM server:
1. Define a dev class for nas backups:
def devclass nasclass devtype=nas library=XXXX mountretention=0 estcapacity=40g
2. Define a pool type celerradump
def stgpool celerrapool nasclass maxscratch=10 dataformat=celerradump
3. Define another pool for TOC
def stgpool tocpool disk
4. Define a new domain for nas backups
def do nasdomain
5. Define policy
def po nasdomain standard
6. Define mgmtclass and assing as default
def mgmtclass nasdomain standard mc1
assign defmgclass nasdomain standard mc1
7. Define a copygroup
def co nasdomain standard mc1 dest=celerrapool tocd=tocpool
8. Activate policy
activate po nasdomain standard
9. Register node
reg node celerra celpasswd do=nasdomain type=nas
10. Define datamover
del datamover celerra type=nas hladdress=x.x.x.x lladdress=10000 userid=xxxx password=xxxx dataformat=celerradump

There is no need to define paths because we make LAN backups not LANFREE.
tsm: CEH>q co XXXX XXXX f=d

Policy Domain Name: XXXXXX
Policy Set Name: XXXXXX
Mgmt Class Name: NASCLASS
Copy Group Name: STANDARD
Copy Group Type: Backup
Versions Data Exists: 2
Versions Data Deleted: 1
Retain Extra Versions: 30
Retain Only Version: 180
Copy Mode: Modified
Copy Serialization: Shared Static
Copy Frequency: 0
Copy Destination: CELERRAPOOL
Table of Contents (TOC) Destination: TOCPOOL
Last Update by (administrator): ADMIN
Last Update Date/Time: 11/20/09 13:02:49
Managing profile:
Changes Pending: No


tsm: CEH>backup node celerra /Disco_I_temp toc=preferred
ANR1063I Full backup of NAS node CELERRA, file system /Disco_I_temp, started as process 236 by administrator ADMIN.
ANS8003I Process number 236 started.

tsm: CEH>q proc
ANR0944E QUERY PROCESS: No active processes found.
ANS8001I Return code 11.

tsm: CEH>

If I run the backup from the BA client the error says that "Cant mount the media"

Anyone as setup this correctly ??
 
Back
Top