Tagged: restore

Restore Ocr and voting file

This article explains how to restore the OCR and Voting disk when they are lost 11gR2 – Restore OCR/ VOTEDISK based on ASM, when loss of CRS Diskgroup. Labels: 11GR2, loss of CRS Diskgroup, lost OCR on ASM, RAC, RESTORE OCR, RESTORE OCR ON ASM, RESTORE VOTEDISK 1. Locate the latest automatic OCR backup When using a non-shared CRS home, automatic OCR backups can be located on any node of the cluster, consequently all nodes need to be checked for the most recent backup: $ ls -lrt $CRS_HOME/cdata/rac_cluster1/ -rw——- 1 root root 7331840 Mar 10 18:52 week.ocr -rw——- 1 root...

IIS 7.5 How to backup the metabase

Compared to version 6 of the Microsoft web server, in the new version  md(x) (Where x was a progressive number)  file is no longer generated during  backup.The file that is the metadata containing the structure of the web server (it can still be generated but it is not used as a backup/restore The backup on IIS 7.5 is not longer made from the GUI of IIS but using powershell or Shell  DOS  with the too l appcmd.exe (is in the folder C:WINDOWSSystem32inetsrv). These are the commands to backup e il restore: – Backup: appcmd add backup “backupname” -Restore: appcmd restore...