Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 6.7 Restoring a Backup Section 7 Section 8 Section 9 Section 10 Section 11 Section 12 Section 13 Section 14 Section 15 Section 16 Section 17 Section 18 Appendix A |
6.7 Restoring a BackupIn the unfortunate event of having to restore a backup, follow this procedure:
This usually is the most recent backup, but it also must be a successful backup. If there were errors during the most recent backup, revert to the next most recent backup, which may have to be retrieved from an external medium. To find out if a backup was successful, check the backup log in the folder: \Program Files\L-Soft\Application Server\hub\logs For each backup triggered by the Administration Hub, a report named "backupReport_ID.txt", where "ID" is replaced with the ID of the backup in question, is saved into this folder. The IDs are assigned in alphanumeric order; the most recent backups have higher order IDs (in an alphanumeric sense). Use the file date of the report file to locate the most recent backup. If the backup was successful, an entry like this will appear at the end of the file: "The
backup was completed successfully If the backup was unsuccessful for any reason, then the report will contain entries detailing the errors that occurred. If the “logs” folder cannot be accessed (because a disk crash destroyed the disk of the Administration Hub installation, for example), it is still possible to locate the most recent successful backup by opening the “readme.txt” file in the backup folder of each component. The “readme.txt” file lists the backup ID and the success state of that particular backup. If no errors are reported in that file, then the backup of this component was successful. If successful backups with the same ID of all the other components are located, then a complete and successful backup set exists and can be restored.
Once the backup to be restored has been identified and the backup ID is determined, the next step is to find all the backup folders of the individual components that contain data for this backup. Check the “readme.txt” in the backup folder of each component. If it contains the same ID, the right backup folder for this component has been located.
This includes uninstalling old versions (if necessary) and installing the components on the servers where needed. Do not start the components after installation. Some program files and INI files need to be edited. To edit INI files see Section 14 Editing LISTSERV Maestro INI Files. Instead, proceed as follows:
Remove the existing versions of the file "hub.ini" and the folders "accountreg" and "hubreg", including their contents, from the Administration Hub home folder: \Program Files\L-Soft\Application Server\hub Replace them with the versions from the backup folder of the Administration Hub component.
Remove the existing versions of the files "lui.ini" and "my.ini" and the folders "luidata" and "registry", including their contents, from the Maestro User Interface home folder: \Program Files\L-Soft\Application Server\lui Replace them with the versions from the backup folder of the Maestro User Interface component. Next, add a new entry to the "lui.ini" file like the example below: RestoreBackup=path_to_backup_folder The "path_to_backup_folder" is replaced with the path name that leads to the backup folder from which the files and folders, as described above, were copied. This path name may either be a full path name including driver letter, or it may be an absolute path without driver letter starting with "\" or "/", which is then interpreted as being absolute on the drive/root where the application server is installed (for example, in the default case, the same drive where "\Program Files\L-Soft\Application Server" is located). Or a relative path without a driver letter may be used, and not starting with either "\" or "/", which is then interpreted as being relative to the home folder of the Maestro User Interface component (for example, in the default case, that would be the folder "\Program Files\L-Soft\Application Server\lui"). Forward slashes "/” or backslashes “\” may be used as the filename separator. However, if backslashes are used, then use double backslashes. Example, either write: C:/Sample/MyFolder/backup or C:\\Sample\\MyFolder\\backup This entry to the "lui.ini" file will be automatically removed during the first startup of the component. It is only present to signal to the component that it should restore all required data from the given folder, which happens automatically during the next startup, whenever this INI file entry is present. For more information on editing INI files, see Section 14 Editing LISTSERV Maestro INI Files.
Remove all "*.dat" files from the folder called "data" inside Maestro Tracker home folder: \Program Files\L-Soft\Application Server\trk\data Replace
then with the "*.dat" files
from the backup folder of the Maestro Tracker component. Also remove the
file "tracker.ini" from
the Maestro Tracker home folder, (but not into the "data"
folder) and replace it with the same file from the backup folder. It might also be necessary to make changes in some of the settings configured in the Administration Hub itself. However, before this can be done, the hub and the components in question must first start. They may not start up correctly at first, but after the configuration changes in the hub, and probably a restart of the components, they should then start up correctly.
|