I recently meet a problem in backup on our DR site. We replicate(v2) some fs (both nfs&cifs) from Celerra1 to remote Celerra2, so there are two kind of fs on the remote celerra2 datamover - the replicated fs and it's own fs.
We use TSM on Celerra2 to backup the whole datamover server_2 so to avoid tedious works of configuring them one by one , however our goal is to backup ONLY the own fs of Celerra2 but exclude the replicated fs from Celerra1. TSM is using NDMP so seems unable to configure any exclude from TSM side.
I am wondering are there any parameters can be set on Celerra1 or Celerra2 so that the replicated fs can be excluded from the datamover that are being backed up? Could anyone share any idea?
so this command runs from TSM server administrative scheduler, it backs up 4 file systems at the same time (MAX number of NDMP streams is 4 per datamover (datamovers with less than 8G of memory) ).
We use backup node server_2 mgmtclass=ndmp_full toc=yes mode=full without specify a fs name hence it backups all fs in server_2. What we want is excludes some fs from this. eg, backup all fs except 4 of them- apples, oranges, grapes, pears in server_2.
not sure how to exclude when you starting from server administrative schedule, when you start from a client you can configure "exclude.fs.nas" option to exclude specific file systems.
dynamox
11 Legend
•
20419 Posts
•
87439 Points
579
0
Posted February 10th, 2011 18:00
you just need to specify what file system you want to backup, for example here is the command that you can issue on TSM server:
backup node SERVER_2 /root_vdm_5/apples,/root_vdm_5/oranges,/root_vdm_5/grapes,/root_vdm_5/pears mode=full toc=yes
so this command runs from TSM server administrative scheduler, it backs up 4 file systems at the same time (MAX number of NDMP streams is 4 per datamover (datamovers with less than 8G of memory) ).