pirmatua
26th May 2009, 07:50
if there is someone can teach me about standard practice about disaster recovery plan related to infor ERP LN 6.1. currently our vendor doestn have any suggestion about this issue. we are using erp LN 6.1. right now we used 1machine to host both ERP LN 6.1 application server and also the database.
we dont have sufficient resource/cost to use clustering system.
Han Brinkman
26th May 2009, 13:00
You could e.g. copy the logs to another host with the logshipping option. If you copy your baan folder reguarly than with this option you can setup a standby server.
More information about logshipping: http://www.sql-server-performance.com/articles/clustering/log_shipping_70_p1.aspx
Regards,
Han
dave_23
26th May 2009, 22:32
You really need to define an RTO and how many 9's of availability you need before that question can even start to be answered.
Dave
inforindo
15th June 2009, 09:12
Oke,
we assume we want to clone our production server ,
than we have database backup, regurally backup , full ,diff, and log.
and aloso regurally we copy our production server 'bse' folder.
then we install infor application server and database server on different machine.
now, my question is...is it imposible just we restore the database backup to our new machine from producton server, then we replace the 'bse' folder on the new machine.
i have try this one, but its not work.
is it related to licesence service 'SLM' ?
or is there any step we have to run ?
thanks.
loveubaan
15th June 2009, 09:55
You need to have a basic installation of BAAN First, because just copying thr $BSE in windows doesn't solve the purpose.
After installing the the Stand BAAN Follow the following steps :
1. Load the dump of 000 company
2. copy the $BSE folder to the location of STND $BSE Installation (DO keep copy of the $BSE that has been just installed)
3. check the tabeldef*.* in lib folder for the DB SID
4. there is a file with in which the *ora_storage* in case of orale that contains the tablespaces...........Not sure about the SQL Server(U need to check in this case)
5. Set/Check Enviorment variables for %BSE,%BSE_TMP etc.. along with SQL Related Variable like we have ORACLE_SID,ORACLE_SID_HOME in oracle
6. Try to login
7. Load rest of the data.
- Sumeet