Upgrade Steps
- FTP the distribution file to /ops/bin in bianry.
- Log into the machine as root.
- Change directories to the /ops/bin directory by entering
cd /ops/bin
- Copy all configuration (INI) files to the
/tmp
directory. The configuration files consist of
cp MSGIN.ini /tmp
cp SMAFetchControlNumber.ini /tmp
cp autoreply.ini /tmp
cp run_xp_job.ini /tmp
- Untar the distribution file in the
/ops/bin
directory.
tar -xvf XP2Applications-20.00.00.tar
- Move the configuration files back into /ops/bin directory to restore the configuration files.
mv /tmp/MSGIN.ini /ops/bin
mv /tmp/SMAFetchControlNumber.ini /ops/bin
mv /tmp/autoreply.ini /ops/bin
mv /tmp/run_xp_job.ini /ops/bin