Use Commvault software to back up and recover Epic EHR systems hosted on VMWare virtual machines.
Procedure
-
Configure the VMWare VM for backup.
Ensure that IntelliSnap is enabled for the VM Group as Epic requires snapshots for backups and restores.
-
Perform the following steps inside the guest VM before performing a backup:
-
Ask Epic for the scripts to freeze and thaw the databases.
Note: Epic typically sends these scripts with the initial software delivery of the installation package. The pre-script is called instfreeze and the post-script is called instthaw.
-
Copy the freeze script as /usr/sbin/pre-freeze-script
-
Copy the thaw script as /usr/sbin/post-thaw-script
Caution
The name and location of the scripts must match.
-
-
Set permissions on the scripts as follows:
# chown root.root /usr/sbin/pre-freeze-script /usr/sbin/post-thaw-script
# chmod 0700 /usr/sbin/pre-freeze-script /usr/sbin/post-thaw-script
-
-
Perform a restore operation.