Hi Massimo, sometimes ago a read a how-tp about building a high-available sapdb system with linux. The website is offline now, but I can imagine the follwoing steps:
1. you need to linux nodes 2a. you need software: drbd, heartbeat (easy use and configuration) or failsafe (for complex cluster handling) 2b. you need hardware: second ehternet card, cross over cable, and null modem cable 3. online mirror software: drbd (builds an RAID1 mirror over network from one node to the other) 4. configure the data and devices files with same partition names on both nodes identically 5. build drbd devices from these data and log devices 6. start sapbd on first node 7. config your sapdb-system with first node. 8. stop the sapdb-system on first node 9. copy config-files from node 1 to node 2 10. configure heartbeat-cluster (on both nodes) to start drbd / sapdb on node 1 11. start heartbeat Hope this will help a little. Regards, Dirk. Massimo Renzi schrieb: > Hi, > I need to use sapdb in my application. I need to create a secur system for > my customer to avoid hardware crash. > I would like to manage replica every 5 minutes in a database on an other > server, but you told me that sapdb dont have REPLICA. > > How I can create a secur system in sapdb? > Wich are your suggests? > > thank you very much > > Massimo > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
