Whats the best SAP ERP infrastructure architecture? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T05:15:39Zhttp://stackoverflow.com/feeds/question/478126http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/478126/whats-the-best-sap-erp-infrastructure-architecture2Whats the best SAP ERP infrastructure architecture?Asif2009-01-25T19:40:34Z2009-01-26T18:50:19Z
<p>My company is planning to implement SAP HR in our organsization. We already have the other modules running. We plan to offer ESS/MSS to approximatly 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with Dialogue Instances. The DB is on the Central Instance machine. Enterprise Portal + DB is running on a separate machine. We are thinking of separating the HR module onto a separate DB so as to not to kill the other modules with load. Is this a valid concern? Is there any better way to architect the system? I was thinking along the lines of separating the DB and Cental instance onto two different machines. I've tried searching on SAP market place for any advice on SAP infrastructure architecture without any luck.</p>
http://stackoverflow.com/questions/478126/whats-the-best-sap-erp-infrastructure-architecture/479073#4790732Answer by Igal Serban for Whats the best SAP ERP infrastructure architecture?Igal Serban2009-01-26T07:54:23Z2009-01-26T10:44:16Z<ol>
<li>Separation the HR is a valid option.
Its not only the load, but also the
HR module has very strict security
needs. That may cause some
difficulties in system copy's for qa and development
system.</li>
<li>Separating the Central instance and DB to separate machines is a valid option. But I would not do it (We are doing it...). It cause some complication in future operation. Like upgrading and database maintenance. Its easier to remove as much load from the central instance. Just remove it from the logon group. So only the message server, enque process and update(optional but recommended) process are left on it.</li>
</ol>
<p><strong>Update 1:</strong> Its not uncommon to separate the db from the center instance. But it does introduce some complication. That, I think, are unnesesery. </p>
http://stackoverflow.com/questions/478126/whats-the-best-sap-erp-infrastructure-architecture/479344#4793440Answer by Asif for Whats the best SAP ERP infrastructure architecture?Asif2009-01-26T10:25:01Z2009-01-26T10:25:01Z<p>Are you saying its not a good idea to have the Central Instance on one machine and the DB on the other?</p>
http://stackoverflow.com/questions/478126/whats-the-best-sap-erp-infrastructure-architecture/480904#4809042Answer by IronGoofy for Whats the best SAP ERP infrastructure architecture?IronGoofy2009-01-26T18:50:19Z2009-01-26T18:50:19Z<p>I'm not quite sure what is meant by "seperating" ...</p>
<p>I would through out the idea of two seperat SAP systems, one for HR and one (or possibly multiple others) for the rest. Each of these systems can then be sized/secured according to the different requirements (HR system many users, possibly high dialog use; the other system maybe a bit more "batch-oriented").</p>
<p>This would also be suggested by SAP's general strategy with almost every module being on it's own release schedule.</p>
<p>With regards to the DB and the Application server (central instance?) being on different machines .. that is indeed very common and one of the easiest tuning measures. You can mix and match pretty "ruthlessly" with the AppServer on Solaris and the DB on HP-UX.</p>