# IBM Spectrum Protect

1. Register the ISP node on your ISP server.
   * Log in to your ISP server and prepare a policy set for Storware Backup & Recovery backups.

     ```
      Def dom vprotect
      Def pol vprotect vprotect
      Def mgmt vprotect vprotect vprotect
      Def co vprotect vprotect vprotect dest=<StoragePoolName> vere=nolimit verd=nolimit rete=nolimit reto=nolimit
      Assign defmgmt vprotect vprotect vprotect
      Activate pol vprotect vprotect
     ```
   * Register the node on the ISP server:

     ```
     register node vprotect_proxy <SecretPassword> dom=<VMdomain> maxnummp=10 passe=0 dedup=cli backdel=yes
     ```
2. Use a script to automatically download and install the ISP API and client.

   ```
   /opt/vprotect/scripts/setup_isp.sh
   ```

{% hint style="warning" %}
Make sure to type the IP address of your ISP server, TCP port, and node name correctly. For example:
{% endhint %}

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2F3CLXoQUHA9iZvswZCI80%2Fdeployment-backup_destinations-enterprise_backup_providers-ibm_spectrum_protect.png?alt=media\&token=71b9799b-a978-4e9b-8fa5-b730b9a1466f)

3. Next step is to set up the Backup Destination in our UI.

   * Go to **Backup Destination** and select **Enterprise**
   * Now you can add IBM Spectrum Protect Backup Destination

   ![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2Fgit-blob-b28eaabdd78a04d071581868487e4a726bd7e2ae%2Fdeployment-backup_destinations-enterprise_backup_providers-ibm_spectrum_protect_2.png?alt=media)

   * Type name and attach Backup Destination to Node Configuration. You also need to set:
     * path to dsm.opt file (Default is `/opt/tivoli/tsm/client/api/bin64/dsm.opt`), where are saved information of IBM Spectrum Protect Nodes,
     * name of IBM Spectrum Protect Node,
     * password to ISP node.
