You can run the upgrade script using different options. If the script exits with a code other than 0 (zero), review the exit codes list to determine the cause.
installservicepack.sh [options] MOBILISER_HOME UPGRADE_HOME/DB_Version/com.sybase365.mobiliser.dist.DB_Version-5.1.0.SP02PL01.zip
installservicepack.sh -verbose /home/mobiliser/money /oracle/com.sybase365.mobiliser.dist.oracle-5.1.0.SP02PL01.zip
| Option | Description |
|---|---|
| -dry-run | Show the changes but do not upgrade |
| -verbose | Show diffs for configuration file changes |
| -md5sum | Check the md5sum of the new container before installation |
| Exit Code | Description |
|---|---|
| 0 | Success |
| 4 | md5sum mismatch when check requested |
| 5 | md5sum file for package missing |
| 6 | No unzip utility found to unzip service pack |
| 7 | rsync not installed |
| 10 | Caught signal (killed) |