> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 12. Juni 2003 13:00 > To: [EMAIL PROTECTED] > Subject: Re: How can i recover/restor a SAPDB with DBMCLI? > > > Brunzema, Martin schrieb: > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > > Sent: Donnerstag, 12. Juni 2003 12:06 > > > To: [EMAIL PROTECTED] > > > Subject: How can i recover/restor a SAPDB with DBMCLI? > > > > > > > > > Hi, > > > > > > recovering of databases via GUI in no problem. But i > > want to know, > > > which DBMCLI commands do the same? > > > > > > I have full backups as file. Now i want to recover > > these files via > > > script on an other "backup" server. The paths (data, > > log, > > > rundirectory, > > > ...) are the same as on the "primary" server. > > > > > > Can anybody help me? > > > > > > > the list can: > > > http://listserv.sap.com/pipermail/sapdb.general/2003-February/ 017930.html > or RTFM > > HTH, martin > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > > > Hi Martin, > > that's not (enough) what i mean. > On the "Backup" server is no database. So the dbmcli must create the > database with all paramters from the backup file and then recover the > data.
you can recover the configuration with the command recover_config. Before this, you have to create the database and define a medium for the recovery. e.g. db_create mydb medium_put medianame "some parameters" service_connect recover_config medianame service_release db_admin util_connect init config recover_start medianame ...... I didn't check the spelling etc, but in principle this should work regards, Martin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
