Forum Discussion

Thorsten_Jens's avatar
11 years ago

DSSU full (129), but relocation jobs find nothing to be done

Hi,

 

we have several Basic Disk DSSU connected to a media server (all systems Windows 2008 R2, NBU 7.5.0.1). Everything worked fine for years, now suddenly we are getting error 129 on 3/4 of the DSSUs. The disks are indeed full of NBU images, the relocation jobs run periodically without error, but find no images to relocate. Manual relocation also relocates nothing. All DSSUs are on separate physical disks.

bpimmedia show that NBU knows that there are images on the disks.

 

Any ideas what to check?

  • NBU 7.5. up to 7.5.0.2 had various bugs and Symantec strongly recommends to be on 7.5.0.3 or later.
    NBU 7.5.0.6 is the latest. No guarantee that it will fix your issue, but worth a try.

    What is the HWM and LWM on the DSUs?
    Do you have admin, bpdm and bptm log folders on your media server?

    bpdm log should tell us if disk cleanup is attempted.
    admin log should give us info about duplication/relocation job.

    The assumption is that all existing images on disk have been duplicated and therefore nothing left to do?

    These TNs explains how it should be working:

    Disk Staging Relocation Behavior: http://www.symantec.com/docs/TECH44719

    Disk Staging Cleanup Behavior: http://www.symantec.com/docs/TECH66149 

     

     

  • How long since anything was duplicated? - run a verify query on the catalog section against copy2 to see what the last ones were.

    Have you had a change in Anti Virus or similar that could be locking things?

    Having said that .. when i have seen issues it was due to a locked process - so if you get chance reboot the Master and Media Servers and then see if it starts working again

  • TRY this :-

    https://www-secure.symantec.com/connect/forums/old-backups-not-being-deletedexpired-policy#comment-10036711

     

    nbdelete main function is to remove expired fragments from disk units. It can also be used to purge those image fragments from the database when the cleaning fails for one or another reason.

    To force a cleanup of all diskpools, and remove references in database, run
    <install path>\veritas\netbackup\bin\admincmd\nbdelete -allvolumes -force

     

    The command itself sounds brutal, but is considered a safe command due to it works only on expired images.

    There are also switches to make it run only on designated storage units.

    nbdelete -h to see all other switches.