LogoDark mode logo
LogoDark mode logo
Contact SupportLoading Light/Dark Toggle

  • Welcome to SquaredUp DS for SCOM
  • How to install SquaredUp DS for SCOM
  • Deployment FAQ
  • How to upgrade SquaredUp DS for SCOM (in-place)
  • How to migrate from SquaredUp DS for SCOM v4 (side-by-side)
  • Enabling High Availability
  • Which ports do I need to open in my firewall?
  • Manually creating the Data Warehouse permissions
  • How to configure TLS/SSL (HTTPS)
  • How to generate a self-signed certificate
  • How to configure a redirect using the IIS URL Rewrite module
  • Tips for using a load balancer
  • How to configure SquaredUp DS to use a proxy
  • How to backup and restore SquaredUp DS for SCOM

setting uphow to backup and restore squaredup ds for scom

How to backup and restore SquaredUp DS for SCOM

If you are using SquaredUp DS with high availability (HA) see Enabling High Availability.

Backing up DS for SCOM

We recommend you stop the SquaredUp DS application pool (How to check and modify the application pool identity) and then backup the entire SquaredUp folder.

The default location for the SquaredUp folder is C:\inetpub\wwwroot\SquaredUp

For v5 it is C:\inetpub\wwwroot\SquaredUpv5 and for v4 C:\inetpub\wwwroot\SquaredUpv4.

A custom location may have been chosen during the installation.

Name of the SquaredUp folder

The default name of the SquaredUp folder is SquaredUp for v6 and above.

For v5 it is SquaredUpv5, and for v4 SquaredUpv4.

If you wish you can just backup the SquaredUpv[Version Number]\User folder, as this is where your specific dashboards and settings are located. Within the User folder the Packages folder contains your user-published dashboards and perspectives and Configuration folder contains your SquaredUp DS configuration settings.

Restoring SquaredUp DS

These steps are for restoring the whole of SquaredUp. For information about restoring individual dashboards and perspectives see Recycle Bin

  1. If you wish to install the latest version of SquaredUp DS:
    Download the latest version of SquaredUp DS and run the installer.

    Get the latest version of SquaredUp DS for SCOM

    How to install SquaredUp DS for SCOM
    If you want to redeploy the same version of SquaredUp DS:
    Run the 'Deploy SquaredUp DS for SCOM' tool on the Windows Start menu,
  2. Log on to SquaredUp DS and complete the setup to configure SquaredUp DS, such as activating your license and configuring the connection to the SCOM Data Warehouse. If you need an additional activation please contact SquaredUp Support
  3. In IIS stop the SquaredUpv[Version Number] application pool.
  4. Restore the SquaredUpv[Version Number]\User folder.
  5. If your content and configuration is being restored to a server in a different domain, then the following steps will need to be taken:
    1. Run the PowerShell script below to identify the domain name string Dashboard Server is expecting:
      $domainName = [System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain().Name
      
      $domainNameParts = $domainName.Split('.')
      
      $part1 = $domainNameParts[0]
      
      Write-Output $part1
    2. In a text editor that is running as Administrator, open the restored cryptography.json file located in the User\Configuration folder.
    3. Add in a recovery-domain-key key and set its value to be the output of the PowerShell script. This value is case-sensitive, so it needs to match the casing from the PS Script output. For example:
      {
      
        "recovery-domain-key": "contoso"
      
      }
    4. Save the file. If the target instance is configured for High Availability then stop the app pools of any other servers in the HA group, take a backup copy of the .index file in the shared folder and then delete it from the shared folder.
    5. Start the Dashboard Server app pool on the instance the files were restored to. Open the Dashboard Server instance in a browser. The WebAPI providers and other encrypted content from the original instance should be present and the recovery-domain-key configuration key will be automatically removed by DS once the restore and re-encryption of the encrypted content has been completed.
  6. Restart the SquaredUpv[Version Number] application pool.

If your content and configuration is being restored to a server in the same domain as the original server and is in HA mode, then the only additional actions needed are to stop the app pools on any other servers in the HA group and to delete the shared .index file (see Backing up and restoring the HA share). A new shared .index file will be created in this location and populated with the content from the restored files.

If the target server is in the same domain as the original server and is not in HA mode then no additional action is needed. The restored, encrypted content will be available in Dashboard Server.

If you migrate to a new SCOM management group then the SCOM IDs of objects and custom groups will change. Any tiles that have been scoped to specific objects or custom groups will need the scope to be reconfigured. Tiles using classes or groups contained within sealed management packs will not be affected.

Backing up and restoring the HA share

Backup SquaredUp DS on each server as normal (How to backup and restore SquaredUp DS for SCOM). No additional actions are required: Any SquaredUp server can rebuild the content of the network share from its local disk data. So backing up individual SquaredUp DS instances (and not the network share) is sufficient.

If the share does have to be recreated, ensure you configure permissions on the share first:

Before configuring HA it is important to check the permissions on the share itself. The share has its own permissions which cannot be viewed via Windows Explorer, and they always take precedence over the file and folder permissions. If the SquaredUp DS application pool identity (How to check and modify the application pool identity) is not allowed to read and change, then the permissions added to the folders by the SquaredUp command are overridden/ignored by the share, and SquaredUp DS will fail to start with an 'Access denied' error.

In Computer Management check that the SquaredUp DS application pool account has 'Read' and 'Change' permissions to the share itself, as described below:

  1. On the machine that hosts the share, click on the Start button > type Computer Management > open Computer Management.
  2. Navigate to System Tools > Shared Folders > Shares.
  3. Right-click on the SquaredUp share and then on Properties.
  4. On the Share Permissions tab, check that all SquaredUp DS application pool accounts have read and change permissions:
  5. If your servers are using a domain service account as the SquaredUp DS application pool identity (How to check and modify the application pool identity) then this account should be given read and change permissions.
    If your SquaredUp servers are using Network Service as the SquaredUp DS application pool account (How to check and modify the application pool identity), then all the machine accounts for the SquaredUp Primary and Secondary servers should be given permissions, for example, Squpserver01$ and Squpserver02$.
    It should not be necessary to grant full control, and this could pose a security risk.

To restore the files to a new or empty HA share run the HA configuration steps from any SquaredUp server, to copy the files from this server to the share. See Enabling High Availability

To restore to an existing share folder you must delete the file SquaredUp_scom_[version].index, if it exists, in order for the restore to proceed. Restoring will then recreate the SquaredUp_scom_[version].index file on the share. (This file will be called SquaredUp_[version].index if HA was configured on v5.0 or below).

Was this article helpful?


Have more questions or facing an issue?
Submit a ticket

On this page

  • Backing up DS for SCOM
  • Restoring SquaredUp DS
  • Backing up and restoring the HA share

Footer

Sites

  • SQUAREDUP
  • SQUAREDUP DS
  • DOWNLOAD
  • COMMUNITY ANSWERS

Quick Links

  • SUBMIT A REQUEST
  • EVENTS
  • CAREERS

Small Print

  • PRIVACY POLICY
  • TERMS AND CONDITIONS
Youtubex (Twitter)LinkedIn

© SquaredUp 2025