From 02726ae498e4de1abb3446840e720604ee07b843 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 2 Jul 2019 10:16:16 +1000 Subject: [PATCH] Minor document update --- source/server/firstrun.md | 2 +- source/server/normalrun.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/server/firstrun.md b/source/server/firstrun.md index b8b4651..4e765e4 100644 --- a/source/server/firstrun.md +++ b/source/server/firstrun.md @@ -31,7 +31,7 @@ SP_IMAGE=ibm/spectrumprotect:8.1.8 * **SP_DB** is where the TSM Database will be stored on the Docker Host, and will be passed to the container with `-v ${SP_DB}:/database` * **SP_USER** is where the TSM Instance user's home directory is on the Docker Host, and will be passed to the container with `-v ${SP_USER}:/tsm` * **SP_DATA** is where the TSM Disk based storage pools are stored on the Docker Host, and will be passed to the container with `-v ${SP_DATA}:/data` - If data is stored in a cloud pool, then this would be where the acceleration pool is holding data before it gets sent to the cloud. + If data is stored in a cloud pool, then this would be where the acceleration pool is holding data before it gets sent to the cloud. Make sure that this directory is owned by your SP instance user ID that you used in the [DockerFile](/server/#Spectrum-Protect-Post-Installation) when you built the container. * **SP_IMAGE** is the name of your docker image (if you followed the instructions on this site it is `ibm/spectrumprotect:8.1.8` ## First Run Init #1 diff --git a/source/server/normalrun.md b/source/server/normalrun.md index 8426495..15825b8 100644 --- a/source/server/normalrun.md +++ b/source/server/normalrun.md @@ -30,7 +30,7 @@ SP_IMAGE=ibm/spectrumprotect:8.1.8 * **SP_DB** is where the TSM Database will be stored on the Docker Host, and will be passed to the container with `-v ${SP_DB}:/database` * **SP_USER** is where the TSM Instance user's home directory is on the Docker Host, and will be passed to the container with `-v ${SP_USER}:/tsm` * **SP_DATA** is where the TSM Disk based storage pools are stored on the Docker Host, and will be passed to the container with `-v ${SP_DATA}:/data` - If data is stored in a cloud pool, then this would be where the acceleration pool is holding data before it gets sent to the cloud. + If data is stored in a cloud pool, then this would be where the acceleration pool is holding data before it gets sent to the cloud. Make sure that this directory is owned by your SP instance user ID that you used in the [DockerFile](/server/#Spectrum-Protect-Post-Installation) when you built the container. * **SP_IMAGE** is the name of your docker image (if you followed the instructions on this site it is `ibm/spectrumprotect:8.1.8` # Normal Run