...
To upgrade for v.1.0.8.0 you must be at version v1.0.7.0 ..
You should consider full backup.
...
- The update file in the format of : DPOD-fixpack-<version number>.sfs (for example: DPOD-fixpack-1_0_5.sfs)
- The md5 hash calculation of the update file : DPOD-update-<version number>.md5
Create a user for the store service
Code Block | ||
---|---|---|
| ||
groupadd storeadms && useradd -g storeadms -md /home/storeadm -s /bin/bash storeadm |
Copy the software update to the DPOD server
...
Code Block | ||
---|---|---|
| ||
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-<version number>.sfs -s DPOD-updatefixpack-<version number>.md5 |
For example:
Code Block | ||
---|---|---|
| ||
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-1_58_0.sfs -s DPOD-updatefixpack-1_58_0.md5 |
After running the command you will be prompted to confirm the software update process. press "Y" to confirm or "N" to abort.
...