# 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 %}

![](/files/A0tw5OX0vOZqk3rRR7X2)

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

   ![](/files/AttUUGsdj2CEFQK1zOzC)

   * 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.storware.eu/backup-and-recovery-7.3/deployment/backup-destinations/enterprise-backup-providers/ibm-spectrum-protect.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
