Skip to content

Configure NetBackup to use STACKIT Object Storage

Last updated on

By the end of this tutorial, NetBackup is configured to use a STACKIT Object Storage bucket as a backup target. This covers adding the bucket, creating a backup policy, setting up MSDP-C cloud storage, and configuring a RAW disk pool.

  • An active STACKIT project with Object Storage enabled and a bucket created. For instructions, read Enable Object Storage and Create and manage Object Storage buckets.
  • Object Storage access credentials (access key and secret key). For instructions, read Create Object Storage credentials.
  • NetBackup primary server and media server(s) with network access to object.storage.eu01.onstackit.cloud on port 443.
  • NetBackup version 10.3 or later, or an updated provider list that includes STACKIT as a cloud object store provider.
  1. In NetBackup, go to https://<PrimaryServerName>/webui/login, where <PrimaryServerName> is the server you installed NetBackup on.

  2. Log in using the WEBUI method.

  3. Go to Workloads → Cloud Object store → Add → Select Cloud object store provider name and check if STACKIT is listed.

    If it is not listed, update the provider list (select here to request the file). This can happen on older versions (10.3) of NetBackup.

  4. Verify that there is a connection from your NetBackup domain to the STACKIT S3 endpoint object.storage.eu01.onstackit.cloud on port 443. If not, enable it.

Add STACKIT Object Storage bucket to backup

Section titled “Add STACKIT Object Storage bucket to backup”
  1. Go to Workloads → Cloud Object store → Add → Select Cloud object store provider name and select STACKIT Object Storage.

  2. Enter a name for the bucket.

  3. Enter the host server address.

    This address is displayed in the STACKIT Portal under Object Storage → Buckets when you select the bucket.

  4. Select Add a new credential and add the bucket credentials.

  5. Select Save and close the dialog by selecting Next twice.

Your bucket is now added to NetBackup.

Add STACKIT Object Storage bucket to a policy

Section titled “Add STACKIT Object Storage bucket to a policy”
  1. Go to Protection → Policies and select Add.

  2. Enter a name for the policy.

  3. Select the policy type Cloud-Object-Store.

  4. Go to the Cloud Objects tab.

    In the Cloud object store account field, select the account you want to add.

  5. In the Buckets/Containers field, select your bucket.

    If your bucket is not available, select Add bucket/container details and enter the name of your bucket.

  6. Select Create.

Create a cloud deduplication pool using a STACKIT Object Storage bucket

Section titled “Create a cloud deduplication pool using a STACKIT Object Storage bucket”

Before starting, create a folder (Windows) or filesystem (Linux) on one of your media servers. This location is used for the MSDP database.

  1. Go to Storage → Disk Storage and select Add.

  2. On the Add MSDP storage server window, select a media server and enter the credentials.

  3. Select the location on the media server where the MSDP database should be created.

    This folder or filesystem must exist before you start the MSDP-Cloud creation.

  4. Optionally, add additional media servers to the storage server.

  5. Select Save. The storage server is now configured with MSDP.

  6. Go to Storage → Disk Storage → Disk Pools and select Add.

  7. Change the Storage server to the MSDP-C you created.

  8. On the next page, select Select Volume → Add Volume.

  9. Enter the volume name, select the cloud storage provider, enter your credentials, and enter the name of your bucket.

  10. Select Next (optionally configure a replication target if you have another MSDP-C), then select Finish.

Create a raw disk pool from a STACKIT Object Storage bucket

Section titled “Create a raw disk pool from a STACKIT Object Storage bucket”

Run the following command to retrieve the STACKIT SSL certificates and save them to a file, then copy them to cacert.pem:

Terminal window
openssl s_client -connect object.storage.eu01.onstackit.cloud:443 -showcerts 2>&1 < /dev/null | sed -n '/-----BEGIN/,/-----END/p' > STACKITSSL.pem

To verify the connection, run:

Terminal window
curl -vvI --cacert /usr/openv/var/global/cloud/cacert.pem https://object.storage.eu01.onstackit.cloud:443

If the connection succeeds, continue with the following steps.

  1. Go to Storage → Disk Storage → Storage servers → Add and select Cloud connector.

  2. Enter your credentials and select the media server.

    When the storage server is created, create the disk pool from the stackit_raw storage server.

  3. Go to Storage → Disk Storage → Disk Pools → Add.

  4. Select the storage server created above, enter a name, and select Next.

  5. If the volume list is empty, select Add and enter the name of your bucket in the input field.

    Once it appears in the list, select it and select Next, then Finish.