Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to execute the Data Migration Tool on 1.0.10.0 only:

Code Block
languagebash
themeRDark
# Make sure the sfs file name matches the downloaded file name and modify it if required
# Mount the fix pack file and copy java directory to migration tool.
cd /installs/update/fix/TODO
mount DPOD-fixpack-1.0.10.0.sfs /mnt/update/
cp -r /mnt/update/java /installs/data-migration-tool/.
umount /mnt/update

# Set migration tool java runtime to copied jvm
cp /installs/data-migration-tool/data-migration-tool.sh /installs/data-migration-tool/data-migration-tool.sh-orig
sed -i 's/java\ -cp/\/installs\/data-migration-tool\/java\/bin\/java\ -cp/i' /installs/data-migration-tool/data-migration-tool.sh

# Run the tools
/installs/data-migration-tool/data-migration-tool.sh

...