Thomas Renninger wrote: > thanks, but I don't have a parameter called RESTART_AUTO. > > I only have a parameter called RESTART_SHUTDOWN. I changed it > from MANUAL to > AUTO, but it makes no difference. > > I have the Kernel Version 7.3.0 > > Does anyone know something else ???
As Bernd wrote some month ago: The "automatic" flag for the service is responsible for the OFFLINE to COLD transition. <<------ ! The "RESTART_SHUTDOWN AUTO" is responsible for COLD to WARM transition _only_ after an automatic start of the service. For an automatic restart of the database on reboot you have to set both values. Please notice that the "RESTART_SHUTDOWN AUTO" has no effect if you start the service manual via the service manager or the DBM. If you create a database with dbmcli on the command line you may use the option -a to create a service entry with automatic startup: dbmcli db_create -a <dbname> <dbmusr>,<pwd> (see also http://www.sapdb.org/htmhelp/6b/9cc7ac4b6311d4aa1100a0c9430730/content.htm ) This option is not available in the DBMGui. Elke -- SAP Labs Berlin BTW: we all have kernel version 7.3.0. The last, the 4. number makes the difference and is important very often > > > hello, > > set the parameter RESTART_AUTO of your database > instance to AUTO. by default, SAPDB sets this to > MANUAL. > > > --- Thomas Renninger <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I already browsed the mail archive. I did find a > > similiar question like > > mine, but I could not find an answer. > > > > I need to get my database instances in warm state at > > Windows startup. > > > > The installed services of my database instances only > > set the database in > > cold state, but I essentially need it in the warm > > state. > > > > > > Thanks for help. > > > > regards, > > > > Thomas Renninger > > > > _______________________________________________ > > sapdb.general mailing list > > [EMAIL PROTECTED] > > > http://listserv.sap.com/mailman/listinfo/sapdb.general > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > _______________________________________________ > 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 > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
