The files in this directory correct a problem when migrating from AIX 3.2 to AIX 4.3.2 using tape media. The symptom of this problem is that commands are 'not found' and the migration fails to complete. Creating the Migration Diskette =============================== 1) Download the 32to432tapemig.tar.Z file to the /tmp directory and extract the files using the command: cd /tmp compress -dc 32to432tapemig.tar.Z | tar -xvf- 2) Insert a blank diskette into the diskette drive and create the migration diskette using the following commands: cd /tmp/diskette chmod -R 777 . find . -print | backup -iqv Using the Migration Diskette ============================ Insert the diskette into the diskette drive and verify that it can be read on the AIX 3.2 system to be migrated, using the command: restore -Tq Ensure that the diskette is in the diskette drive when beginning the migration (when rebooting the system). The diskette must remain in the diskette drive until the migration is complete.