cancel
Showing results for 
Search instead for 
Did you mean: 

Question about SLP

thanhtd
Level 4

Hi all

I backup with SLP, but I have problem but why don't understand.

Please view image attachment.

When I chose duplicate to tape, Volume pool green "Data" after I select "OK" , Check again Volume pool red "data" then I chose OK, but I double click again Duplicate then I see Volume pool red become "Datastore".

same with case ERP and ERP_Offsite; Mail and Mail_Offsite

 

6 REPLIES 6

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi,

 

Please check something. Update your pool to what ever you want it.

 

Then run nbstl "SLP NAME" -L

 

Does it display the correct pool?

 

If not, run nbstl "SLP NAME" -modify_current -pool __NA__,Data

then

nbstl "SLP NAME" -L

 

See if it display correctly, then check the GUI. Might be that "data" is a reserved name for a pool or something like that?

thanhtd
Level 4

Hi Riaan

When I using above command, I received a error message

 

Exit error: VxSS authentication failed
EXIT status = 116
 

thanhtd
Level 4

Hi Riaan

I had fix above error, but I typing command

 

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbstl SLP_D2D2T_Data -modify_current -pool _NA_,Data
 
I received an error message
 
 
Exit error: invalid volume pool
EXIT status = 1503

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi,

 

Can you paste vmpool -list_all -b please.

thanhtd
Level 4

 

 
C:\Program Files\Veritas\Volmgr\bin>vmpool -list_all -b
pool           max partially full   description
--------------------------------------------------------------------------------
 
None               0                the None pool
NetBackup          0                the NetBackup pool
DataStore          0                the DataStore pool
CatalogBackup      0                NetBackup Catalog Backup poo
Catalog_Offsite     0   Catalog backup for Offsite
Data_Offsite       0                Data backup to Offsite
ERP_Offsite        0                ERP backup to offsite
Mail_Offsite       0                Mail backup to offsite
Mail               0                Mail backup at site
ERP                0                ERP backup at site
Data               0                Data backup at site

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi,

 

I think you're command did not have 2 "__", but rather 1 "_". Did you copy the command as I typed it, or did you retype it yourself?

 

It should be

 

nbstl SLP_D2D2T_Data -modify_current -pool __NA__,Data

not

nbstl SLP_D2D2T_Data -modify_current -pool _NA_,Data

after you've run it paste

nbstl SLP_D2D2T_Data -L