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!