Community Tip - You can change your system assigned username to something more personal in your community settings. X
To answer your question, no, I haven't. So I was hoping for more complete documentation, especially as it relates to SQL. PTC made a big deal out of PDMLinksupporting SQL when we were looking into it, but the documentation is still very Oracle biased.
What in case of server virtualisation with disaster failover? If you don't have a disaster recovery procedure, why do you have backups?
I'm not an expert, and I never assisted in a drill, but at least what have to be done on a regular basis is testing if the backups are decent.
My 2 cents, Hugo.
<< ProE WF5 M170 - PDMLink 9.1 M060>>
Hello Hugo and thanks for your time to reply. I am not sure that I understand what you are asking. We do have a backups, but no written procedure or work instructions on how we would recover from a failure. I cant believe that it is as simple as just copying the files from the backup location over to the original location and restarting WC. Or maybe it is? Justas there are cetain steps and orders to shutting down WC, I had imagined that there were certain steps, and orders, to moving the backup files and database back to Production.
Hi Pete,
I was only reflection my astonishment. My company spend consirable amount of effort in taking backups, daily, weekly, monthly, but when I ask for a recovery procedure, or a recovery excercise, the answer is: no time, to resources, blablabla. My point is: if you don't test your backups (reguraly), you don't have backups.
Regards, Hugo.
Hi
I agree with Stephen
DR is a balance between how much investment (appropriate software, architecture, resources etc....) to restore within an agree time (seconds, minutes, days...), the willingness to lose a certain amount of data (ie everything new/changed since last backup)
I would say this is the first thing the company need to define. I call it the DR strategy. There is no perfect world, so even if the technology could allow you to restore in seconds with no loss, the solution could be financial out of reach for your organisation.
Once the requirement has been defined you can work on the technical solution
For us we take backup of everything (vaults, ldap, database) once a day. Therefore we know in case of a DR we will lose at the most a day or work. We have tested our backup in a no "under pressure" situtation. ie everytime we refresh our test server, we take the latest back up we have but it quite a long time because we need to copy the vaults from production to the test server (quicker than taking them from the backup tapes !!!!)
For the production server itself, we have a phantom server (in a different location 15km away), the vaults are copied (not sure about the interval) but I guess at least once a day to match with the database backup on a clone of our production. The theory says that in production goes down, IT redirect the traffic to this clone/phantom server and make it the new production server. That is the theory because we never tested it.
We know in the worse case scenario we can lose as much time as it takes us to refresh our test server. It is not ideal but the company would survive in such condition and no one would be fired.
That is where we stand at the moment.