Migrating arsets from T10KA/T10KB/LTO4 to T10KC
Good morning,
I'm doing a quick bit of research to kick of a project. The project is moving both of our copies (copy 1: t10ka/t10kb, copy2: lto4) from existing media to new media (t10kc).
I believe the most efficient process to do this is to do the following (please correct me if I am wrong):
1.) set rearch_no_release in releaser.cmd
2.) build an inventory of vsns on the primary to rearchive:
eg: samcmd v 1000 > 1000_vsns.txt
3.) feed this list into sfind
sfind /samfs1 -vsn 123456 -exec stage -c1 {} \;
wait until the vsn is completely staged
sfind /samfs1 -vsn 123456 -exec rearch -o -c1 -c2 {} \;
I'm doing a quick bit of research to kick of a project. The project is moving both of our copies (copy 1: t10ka/t10kb, copy2: lto4) from existing media to new media (t10kc).
I believe the most efficient process to do this is to do the following (please correct me if I am wrong):
1.) set rearch_no_release in releaser.cmd
2.) build an inventory of vsns on the primary to rearchive:
eg: samcmd v 1000 > 1000_vsns.txt
3.) feed this list into sfind
sfind /samfs1 -vsn 123456 -exec stage -c1 {} \;
wait until the vsn is completely staged
sfind /samfs1 -vsn 123456 -exec rearch -o -c1 -c2 {} \;
1