Preparing to migrate VoiceXML and Java applications

You should read this section only if you have existing VoiceXML or Java applications.

Backing-up VoiceXML and Java data
  1. Log on as dtuser. Type the following command and press Enter:
    cd /var/dirTalk/DTBE/native/aix 
  2. All users: to prevent the new default.sample.cff from being overwritten when you restore the old one, type the following command (substituting newname with a name of your choice) and press Enter:
    cp default.sample.cff  newname.cff
  3. All users: to back up your .cff files, type the following command (substituting backupfile with a name of your choice) and press Enter:
    ls *.cff | grep -v -F default.sample.cff | xargs tar -cvf  backupfile.tar
  4. Java users only: to add your voice segments to the backupfile.tar file, type the following command and press Enter:
    find /usr/lpp/dirTalk/db/current_dir/voice/ext/%A | xargs tar -uvf backupfile .tar
  5. Move the following files to a safe place (for example, on another system, on a writable CD, or on tape):
    • The backupfile you just created.
    • If you are going to install a new version of AIX, your applications programs and application-related data.

Next step: