Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Restore the CardioLog database from backup.
  2. Replace the CardioLog Installation Folder and Tracking Agent Folder with the folders from backup.
  3. Restore the CardioLog website settings in IIS:
    1. Open IIS, click on Application Pools, add an application pool named CardioLogApplicationPool with ASP.NET version to 4.0 and Integrated managed pipeline mode. 
    2. Open the application pool advanced settings and set the identity to the CardioLog service account.
    3. Click on Sites and add a website named CardioLog, select the CardioLogApplicationPool and set the physical path to the CardioLog Installation Folder.
    4. Set the website bindings from backup (by default the type is http and the port is 29999).   
    5. Click on the CardioLog website, select Authentication, enable Windows Authentication and disable Anonymous access.
    6. Convert the following directories under the CardioLog website to web applications:
      Image Added
    7. Click on the EventCollector web application, select Authentication, enable Anonymous access and disable Windows Authentication.
  4. Reinstall the CardioLog Windows Services:
    1. Open Windows PowerShell and run the following commands (edit the CardioLog Installation Folder path):

      Info
      iconfalse

      New-Service -Name "CardioLog Scheduling Service" -BinaryPathName "C:\Program Files\Intlock\CardioLog\CardioLogScheduleServices\CardioLog.Services.exe"

      New-Service -Name "CardioLog Diagnostics Service" -BinaryPathName "C:\Program Files\Intlock\CardioLog\CardioLogMonitoringServices\CardioLog.System.Monitoring.Services.exe"

    2. Open Windows Services, right click on the CardioLog Scheduling Service and select Properties.

    3. Click on the Log On tab, select This account and set the CardioLog service account credentials.
    4. Start the service.
    5. Repeat steps 4.b - 4.d for the CardioLog Diagnostics Service.

...