Forum Discussion

Mudabo1's avatar
Mudabo1
Level 3
8 years ago

MOdify SLP

I have a Disk to Tape SLP (below are the attributes.   I am trying to change the pool for the pre-existing version (0) to match that of the current (1).   Keep getting an error.   Have used several commands

nbstl Name: SLP_FS_PSD_INCR_D2T -modify_version -version 0 -residence USGADTC1BUP901_DEDUP_SU,usgadtc1bup901-hcart3-robot-tld-1 -pool _NA_,DTC_ATL_PSD_FS_INCR

nbstl SLP_FS_PSD_INCR_D2T -modify_version -version 0 -pool _NA_,DTC_ATL_PSD_FS_INCR

 

This is the error that I am seeing.   Any ideas how I can change the volume pool of the Duplication step ?

Errors found in storage lifecycle policy definition:

   error 1503: volume pool does not exist or can't be used where specified
   Operation Index: 1
   Residence: USGADTC1BUP901_DEDUP_SU

 

 


                 Data Classification: (none specified)
            Duplication Job Priority: 0
                               State: active
                             Version: 1
 Operation  1                Use for: 0 (backup)
                             Storage: USGADTC1BUP901_DEDUP_SU
                         Volume Pool: (none specified)
                        Server Group: (none specified)
                      Retention Type: 0 (Fixed)
                     Retention Level: 3 (1 month)
               Alternate Read Server: (none specified)
               Preserve Multiplexing: false
      Enable Automatic Remote Import: false
                               State: active
                              Source: 0 (client)
                        Operation ID: (none specified)
                     Operation Index: 1
                         Window Name: --
                 Window Close Option: --
                Deferred Duplication: no
 Operation  2                Use for: 1 (duplication)
                             Storage: usgadtc1bup901-hcart3-robot-tld-1
                         Volume Pool: DTC_ATL_PSD_FS_INCR
                        Server Group: Any
                      Retention Type: 0 (Fixed)
                     Retention Level: 3 (1 month)
               Alternate Read Server: (none specified)
               Preserve Multiplexing: false
      Enable Automatic Remote Import: false
                               State: active
                              Source: Operation 1 (backup:USGADTC1BUP901_DEDUP_SU)
                        Operation ID: (none specified)
                     Operation Index: 2
                         Window Name: Default_24x7_Window
                 Window Close Option: SFN
                Deferred Duplication: no
------------------------------------------------------------------------
                                Name: SLP_FS_PSD_INCR_D2T
                 Data Classification: (none specified)
            Duplication Job Priority: 0
                               State: active
                             Version: 0
 Operation  1                Use for: 0 (backup)
                             Storage: USGADTC1BUP901_DEDUP_SU
                         Volume Pool: (none specified)
                        Server Group: (none specified)
                      Retention Type: 0 (Fixed)
                     Retention Level: 3 (1 month)
               Alternate Read Server: (none specified)
               Preserve Multiplexing: false
      Enable Automatic Remote Import: false
                               State: active
                              Source: 0 (client)
                        Operation ID: (none specified)
                     Operation Index: 1
                         Window Name: --
                 Window Close Option: --
                Deferred Duplication: no
 Operation  2                Use for: 1 (duplication)
                             Storage: usgadtc1bup901-hcart3-robot-tld-1
                         Volume Pool: DTC_ATL_FS_INCR
                        Server Group: Any
                      Retention Type: 0 (Fixed)
                     Retention Level: 3 (1 month)
               Alternate Read Server: (none specified)
               Preserve Multiplexing: false
      Enable Automatic Remote Import: false
                               State: active
                              Source: Operation 1 (backup:USGADTC1BUP901_DEDUP_SU)
                        Operation ID: (none specified)
                     Operation Index: 2
                         Window Name: Default_24x7_Window
                 Window Close Option: SFN
                Deferred Duplication: no
USGADTC1BUP08:/home/maintenance #

  • I don't see any change in your storage unit, so "-residence" is not really required here.

    My command actually works:

    # nbstl disk2tape -modify_version -version 2 -pool __NA__,Full

    So I guess it's your syntax problem, you have "_NA_" but it should be "__NA__", double underscore!

4 Replies

  • error 1503: volume pool does not exist or can't be used where specified
       Operation Index: 1
       Residence: USGADTC1BUP901_DEDUP_SU

    seems to indicate that you need to specify the storage unit(s) as well as the pool(s)

  • command line SLP modifications can be a lot of trouble, since you have to provide the values for each step. You CANNOT just modify the pool. AND, If there is ANY mismatch, it fails.

    Your thought to print out the current version is good, so you can copy and paste values to prevent typo

    It looks like you have version 0 and version 1 already - you want to modify version 0, correct?

     

     

    • Mudabo1's avatar
      Mudabo1
      Level 3

      Yes; I am modifying version 0.  THis is very starnge in that I modified Vesion zero to use a different Storage Unit on the duplication.   Somehow the Tape unit took.   I must not have changed the volume pool at the same time, and now the desity for the volume pool does not match that of the Storage Unit.  When I run the command with the storage units and the volume pools, I get the same response

       # nbstl SLP_FS_PSD_INCR_D2T -modify_version -version 0 -residence USGADTC1BUP901_DEDUP_SU,usgadtc1bup901-hcart3-robot-tld-1 -pool _NA_,DTC_ATL_PSD_FS_INCR

      Errors found in storage lifecycle policy definition:

         error 1503: volume pool does not exist or can't be used where specified
         Operation Index: 1
         Residence: USGADTC1BUP901_DEDUP_SU

      • watsons's avatar
        watsons
        Level 6

        I don't see any change in your storage unit, so "-residence" is not really required here.

        My command actually works:

        # nbstl disk2tape -modify_version -version 2 -pool __NA__,Full

        So I guess it's your syntax problem, you have "_NA_" but it should be "__NA__", double underscore!