cancel
Showing results for 
Search instead for 
Did you mean: 

Migration msdp to new filesystem

Marcelko
Level 4
Hello,
We have migrated msdp data from /data3 (one of mountpoints) to /dataX with rsync and then remounted from /dataX to /data3, but for backup to this mount point we have errors 83(for old mountpoints backups are ok), image cleanup is failing as well. Is there any consistency check from msdp side?
4 REPLIES 4

sdo
Moderator
Moderator
Partner    VIP    Certified

Did you change FS type along the way?

Are you sure you cleanly stopped and quiesced the application properly before copying/re-mounting?

Can you show the exact commands that you used?

How did you verify the copy/rsync?

Netbackup was shutted down and by bpps -x was verified, that only pbx was running. Then rsync -av /data3 /dataX. Both fs are xfs. Then remountes darax to data3 a and started netbackup.

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified
Have you checked that all dedupe processes are running?
Have you tried to Inventory the dedupe pool?
What is disk pool status (nbdevquery)?
What about dedupe logs? Any clues there?

sdo
Moderator
Moderator
Partner    VIP    Certified

rsync -av does not copy hard-links, ACLs, extended attributes, sparse files (and maybe other properties and attributes too?).  How did you prove that the target file-system structures and contents were exactly the same as source after copying?

And, I'm just curious (not that I am aware of any reason why they cannot be different), do both XFS file-systems have the same block size?