Hello,
it's more secure to do upgrades one by one.
If your software was updated and one of your database upgrades failed,
it may be hard to get it working again.
You can separate a databases in this way:

1. install same database kernel version (7.6.00.36) in a different
location (e.g. /opt/sdb/<dbname>):
 ./SDBINST -package "Database Kernel" -depend /opt/sdb/<dbname>

2. shutdown database:
dbmcli -d <dbname> -u <user,pw> db_offline

3. register database with new path:
dbmcli -d <dbname> -u <user,pw> db_reg ROOT /opt/sdb/<dbname>

In future releases of MaxDB this will be done by upgrade tool
automatically.

Regards,
 Daniel

Daniel Schmoger
Developer
MaxDB&liveCache
SAP AG
mailto:[EMAIL PROTECTED]

www.sap.com


Sitz der Gesellschaft/Registered Office: Walldorf, Germany
Vorstand/SAP Executive Board: Henning Kagermann (Sprecher/CEO), Shai
Agassi, Léo Apotheker, Werner Brandt, Claus Heinrich, Gerhard Oswald,
Peter Zencke
Vorsitzender des Aufsichtsrats/Chairperson of the SAP Supervisory Board:
Hasso Plattner
Registergericht/Commercial Register Mannheim No HRB 350269

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige
vertrauliche Informationen enthalten.
Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine
Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der
E-Mail ausdrücklich untersagt.
Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail.
Vielen Dank.

This e-mail may contain trade secrets or privileged, undisclosed, or
otherwise confidential information.
If you have received this e-mail in error, you are hereby notified that
any review, copying, or distribution of it is strictly prohibited.
Please inform us immediately and destroy the original transmittal.
Thank you for your cooperation.



Am Montag, den 07.05.2007, 10:16 +0200 schrieb Linos:
> Hello,
>       i am trying to upgrade maxdb 7.6.00.36 to 7.6.02.10 with the
> installation manager in windows, when i select the option "Install
> software and upgrade existing database instance" it says me this "Update
> not allowed: there is more than one database per software installation"
>   i have read about this problem in the maxdb manual with the
> requirement      "Each database instance must refer to a separate
> software installation" but i cant understand really well the system
> (sorry i am knowing it yet), i only have the databases maxdb1, demodb
> (hotel schema), dbclient and dbmaster (to testing synchronization), i
> have created the database instances like i have found in the manual with
> dbmcli or the automated scripts, cant i update database software if i
> have more than 1 instance? do i have to do 1 software installation with
> different paths for every database i want to use? Would i do an
> "Install/update software only" without upgrade database instance? Thanks
> in advance.
> 
> Best Regards,
> Miguel Angel.
> 


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to