The "utility" command interface is an internally used interface between dbm-server and kernel. The documented interface is that of the dbmcli.
This abstraction is needed for two reasons. First some operations are complex like AddDevspace which executes some utiliy commands but also does some changes to the parameter file. Second the user has a stable interface. The ability to execute utility commands directly is only necessary for testing and development. So there exists no official document of "utiliy" commands. But only for interest you might find similar documents in the development tree. kind regards Uwe > -----Original Message----- > From: Torsten Puellen [mailto:[EMAIL PROTECTED] > Sent: Montag, 24. M�rz 2003 11:11 > To: [EMAIL PROTECTED] > Cc: Hahn, Uwe > Subject: RE: restoring a backup/medium > > > Hello Uwe, > > is there an overview with the possible utility commands. I > have not read of > "util_execute clear log" before and always used init config > instead. Maybe > there are some other useful commands which are not documented. Not > necessarily only for backup purposes. > > regards, > Torsten > > > -----Original Message----- > >From: "Hahn, Uwe" <[EMAIL PROTECTED]> > >To: =?utf-8?B?J1N2ZW4gS8O2aGxlcic=?= <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] > >Subject: RE: restoring a backup/medium > >Date: Mon, 24 Mar 2003 08:32:15 +0100 > > > >In your case you can explicitely delete only the log > contents. A "cleared" > >log is always compatible to the data. In release 7.3 you > have to be aware > >of using only data backups of type "for migration" otherwise > this might > >not work. > > > >The steps. > > > >1) recover_start <your_data_medium> > >2) util_execute clear log (in admin(=cold) mode) > >3) db_online (=db_warm) > > > >kind regards > >Uwe > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
