We (university of Groningen/NL) happen to have an old irods system (irods0) and a new irods system (rdms). What would be most useful automated/scripted method to
mass migrate all the user-data from the old system to the new system?
irods0: 200+ users, pnumbers-as-accounts, 70 TB not-replicated storage, irods version 4.2.6
rdms: email-address-as-accounts, 90 TB replicated storage, irods version 4.2.6
using irsync with environment bits like
{
"irods_default_resource": "pt_top",
"irods_host": "
rdms-prod-icat.data.rug.nl",
"irods_user_name": "irods",
"irods_zone_name": "rug",
}
ger@irods0:~$ irsync -r /Vault5/home/p236378/ i:/rug/home/
j.p.mc....@rug.nl/remote addresses: 129.125.77.40 ERROR: rsyncDirToCollUtil: put /Vault5/home/p236378/test9_k6Jt1V.dat failed. status = -818000 status = -818000 CAT_NO_ACCESS_PERMISSION
remote addresses: 129.125.77.40 ERROR: rsyncDirToCollUtil: put /Vault5/home/p236378/test2_DjwAWe.dat failed. status = -818000 status = -818000 CAT_NO_ACCESS_PERMISSION
remote addresses: 129.125.77.40 ERROR: rsyncDirToCollUtil: put /Vault5/home/p236378/test8_Oftfax.dat failed. status = -818000 status = -818000 CAT_NO_ACCESS_PERMISSION
remote addresses: 129.125.77.40 ERROR: rsyncUtil: rsync error for /rug/home/
j.p.mc....@rug.nl status = -818000 CAT_NO_ACCESS_PERMISSION
Level 0: no permission to update collection '/rug/home/
j.p.mc....@rug.nl'
cleary doesn't fly.
How (as an admin) can i mass-migrate irods data from a 'old' system to a 'new' system? Any of you guys out there with migration experience?
Thanks in advance,
Ger Strikwerda
Chef Special/Team HPC
University of Groningen