Hello Martin,

the "util_execute init config" is missing and you certainly would like to restore data 
in a case of emergency (instead of backing it up).

Best Regards,
Tilo Heinrich
SAP Labs Berlin

-----Original Message-----
From: Martin Cordova S. [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 25. Juni 2003 15:52
To: Heinrich, Tilo
Subject: Re: How-to restore when re-installing from scratch?


Tilo wrote:

> A sketch for such a howto would be going something like the following.
Install the database, like in the >demodb-script, but only up to the point
"... init config". Skip the rest of the script. Do not start the >database
into mode ONLINE. Recover instead the backups you have. Start with a
complete data >backup up, followed by any incremental data backups and end
with log backups.


Tilo you mean an emergency-creation script like this?:

param_startsession
param_init
param_put MAXUSERTASKS 50
param_put MAXDATADEVSPACES 50
param_checkall
param_commitsession
param_addvolume 1 LOG   c:\sapdb\data\prod\LOG_001 F 1000
param_addvolume 1 DATA c:\sapdb\data\prod\DAT_001 F 10000
medium_put data c:\sapdb\data\prod\datasave FILE DATA 0 8 YES
medium_put auto c:\sapdb\data\prod\autosave FILE AUTO
util_connect dbm,dbm
backup_save data
autosave_on

Regards,
Martin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to