McAfee ePolicy Orchestrator server backup and disaster recovery procedure

McAfee ePolicy Orchestrator server backup and disaster recovery procedure

Environment

McAfee ePolicy Orchestrator (ePO) 5.x

Summary

This article provides information about the backup and disaster recovery process for the ePO server.

IMPORTANT:
  • This procedure is intended for use by network and ePO administrators only. McAfee does not assume responsibility for any damage incurred because it is intended as a guideline for disaster recovery. All liability for use of the following information remains with the user.
  • It is preferable to use the built-in Disaster Recovery feature and use these steps only if a valid Snapshot was not created and a manual recovery is required. For information about the Disaster Recovery feature, see the "Restoring McAfee ePO" section of the ePolicy Orchestrator Installation Guide.
  • If you are migrating from a 32-bit to a 64-bit operating system, or installing ePO to a different path, you must follow the instructions in KB71078 instead.


NOTES:

  • The agent uses either the last known IP address, DNS name, or NetBIOS name of the ePO server. If you change any one of these, ensure that the agents have a way to locate the server. The easiest way to do this is to retain the existing DNS record and change it to point to the new IP address of the ePO server. After the agent successfully connects to the ePO server, it downloads an updated Sitelist.xml with the current information.
  • You can also use this procedure if you want to migrate the ePO server to another system. But it is preferable to use the built-in Disaster Recovery feature to migrate the ePO server to another system.
  • If you import a certificate into the Java certificate store after following the process documented in KB84628, you will need to reimport the certificate after completing either an upgrade, snapshot recovery, or disaster recovery.

Preparation
To ensure a smooth recovery, do not perform a backup while the server is in the process of installing an extension.
 

Before backing up
If possible, shut down the ePO Application Server service (Tomcat) entirely, when performing the backup. Otherwise, ensure that no one is performing the following actions during the backup:
  • Installing, uninstalling, or upgrading an extension
  • Updating the ePO database configuration 

Backing up the ePO server
  1. Use the following documents to back up the SQL database (normally named ePO_<ServerName>, where <ServerName> is your ePO server name):
    • See article KB52126 for details about backing up the ePO database using SQL Server Management Studio.
    • See article KB59562 for details about backing up the ePO database using OSQL commands.

      IMPORTANT: ePO 5.10 and later, threat event information has been split into its own database, so you need to back up both databases. Carry out the backup process on both the main database (default name ePO_<ePO_server_name>) and the events database (default name ePO_<ePO_server_name>_Events).
       
  2. You must also back up the following folder paths:
     
    NOTE: The default 64-bit installation paths are listed below; but, your installation might differ. For example, the default 32-bit installation path is C:\Program Files\McAfee\ePolicy Orchestrator.
C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\extensions
The default path to ePO software extension information.

C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\conf
The default path to required files used by the ePO software extensions.

C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\keystore
These keys are for ePO agent-server communication and the repositories.
 
C:\Program Files (x86)\McAfee\ePolicy Orchestrator\DB\Software
All products that have been checked in to the Master Repository are located here.

C:\Program Files (x86)\McAfee\ePolicy Orchestrator\DB\Keystore
The agent-server communication and Repository Keys that are unique to your installation are located here. Failing to restore this folder results in all client systems being unable to communicate with the server, and you have to redeploy the agent to all systems. Also, you must check in all deployable packages again.
 
C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Apache2\conf
The server configuration settings for Apache, the SSL certificates needed to authorize the server to handle agent requests, and console certificates, are located here.

NOTE: Failure to back up and restore these directory structures will require a reinstallation of ePO to create new ones and possibly require a clean database installation and redeployment of agents to all client systems.

Recover the ePO server
  1. Delete the ePO database on the SQL Server. If you do not know how to perform the MSSQL operation, see http://technet.microsoft.com/en-us/library/ms177419.aspx or contact Microsoft Support.
     
  2. If restoring ePO to the same system, uninstall ePO. Ensure that there is no ePolicy Orchestrator folder in the original installation path after the software is uninstalled.

    NOTE: Renaming the existing ePO folder and leaving the old directory in place might interfere with the new installation; so, we recommend that you remove the old directory completely.
     
  3. Reinstall ePO to the same version and update level as the server you are restoring.

    NOTE: You can verify the ePO update level by looking at the Version field in the backed-up Server.ini file (C:\Program Files (x86)\McAfee\ePolicy Orchestrator\DB\) and cross-referencing it with article KB59938.

    IMPORTANT: You must reinstall ePO to the exact same directory path as the previous installation for this article to apply. Or the initialization of extensions will fail when the restore is complete. If the installation path is different, follow the steps in article KB71078 instead.
     
  4. Apply any additional updates, hotfixes, or POCs to ePO that had been previously applied. If you previously installed Policy Auditor 6.2 for use with ePO, install the same version of Policy Auditor, including any hotfix releases, that had been installed before.
     
  5. Stop and disable all ePO services:
     
    1. Click StartRun, type services.msc, and click OK.
       
    2. Right-click each of the following services and select Stop:
      McAfee ePolicy Orchestrator Application Server
      McAfee ePolicy Orchestrator Event Parser
      McAfee ePolicy Orchestrator Server
       
    3. Double-click each of the following services and change Startup type to Disabled:
      McAfee ePolicy Orchestrator Application Server
      McAfee ePolicy Orchestrator Event Parser
      McAfee ePolicy Orchestrator Server
        
  6. Restore the database. See article KB52126 for details about restoring the ePO database using SQL Server Management Studio.
     
    NOTES: 
    Restore the database so that you do not require the ePO database configuration to be updated. For example, same name, host, port. Otherwise, you must update the restored DB.PROPERTIES file in C:\Program Files\McAfee\ePolicy Orchestrator\Server\conf\orion with the new information, before starting the server.

    IMPORTANT: ePO 5.10 and later, threat event information has been split into its own database, so you are required to restore both databases. Carry out the restore process on both the main database and the events database.
     
  7. Rename the following folders (for example, rename the extensions folder to extensions_old), and then replace them with the corresponding folders that were backed up earlier in step 2:
     
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\extensions
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\conf
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\keystore
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\DB\Software
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\DB\Keystore
    C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Apache2\conf
     
  8. Start only the McAfee ePolicy Orchestrator Application Server service. 
     
  9. Access the core/config page of ePO and confirm the DB credentials if you are using ePO 5.3 or later, or if you are unable to access the ePO console. See KB69850 for detailed instructions on how to access the core\config page and update the DB credentials if needed.
     
  10. Attempt to log on to the ePO console. If you are unable to log on, review all steps performed in this article and ensure that they have been properly completed. If you cannot resolve the console logon issue, contact Technical Support for further assistance before proceeding.
     
    To contact Technical Support, log on to the ServicePortal and go to the Create a Service Request page at https://support.mcafee.com/ServicePortal/faces/serviceRequests/createSR:
    • If you are a registered user, type your User Id and Password, and then click Log In.
    • If you are not a registered user, click Register and complete the required fields. Your password and logon instructions will be emailed to you.

     
    NOTE:
     You must be able to log on for the rest of the recovery steps to work.
      
  11. Rename the SSL.CRT folder (see path below) to SSL.CRT.OLD and manually create an empty folder named SSL.CRT in the same path; otherwise the setup fails to create a new certificate: 
     
    64-bit: "C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Apache2\conf\ssl.crt"
    32-bit: "C:\Program Files\McAfee\ePolicy Orchestrator\Apache2\conf\ssl.crt"
      
  12. Click Start, type cmd in the search field, right-click, and select Run as administrator.
     
  13. Change directories to your ePO installation directory.
    Default paths:
     
    64-bit: Program Files (x86)\McAfee\ePolicy Orchestrator\
    32-bit: Program Files\McAfee\ePolicy Orchestrator\
       
  14. Run the following command:
     
    Rundll32.exe ahsetup.dll RunDllGenCerts <ePO_server_name> <console_HTTPS_port> <admin_username> <password> <"installdir\Apache2\conf\ssl.crt">
     
    Where:
     
    <ePO_server_name> is your ePO server NetBIOS name
    <console_HTTPS_port> is your ePO console port (default is 8443)
    <admin_username> is admin (use the default ePO admin console account)
    <password> is the password to the ePO admin console account
    <installdir\Apache2\conf\ssl.crt> is your installation path to the Apache folder; Default installation path:
     
    64-bit: "C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Apache2\conf\ssl.crt"
    32-bit: "C:\Program Files\McAfee\ePolicy Orchestrator\Apache2\conf\ssl.crt"
     
    Example
    Rundll32.exe ahsetup.dll RunDllGenCerts epo_server_name 8443 administrator password "C:\Program Files\McAfee\ePolicy Orchestrator\Apache2\conf\ssl.crt"
     
    IMPORTANT:
    • This command fails if you have enabled User Account Control (UAC) on this server. If the server is running Windows Server 2008 or later, disable this feature. You can find more information about UAC at: http://technet.microsoft.com/en-us/library/cc709691(WS.10).aspx.
    • This command is case sensitive. The ahsetup.log (found in <installdir\Apache2\conf\ssl.crt>) provides information about whether the command succeeded or failed and will state whether it used the files located in the ssl.crt folder.
       
  15. Start the following services:
     
    McAfee ePolicy Orchestrator Event Parser 
    McAfee ePolicy Orchestrator Server
       
  16. Look in the DB/logs/server.log to ensure that the Agent Handler (Apache server) started correctly. It must state something similar to the following:
     
    I #4108 NAIMSRV ePolicy Orchestrator server started.
     

    If it does not, there will be an error similar to the following: 
     
    E #4736 NAIMSRV Failed to get server key information.