Forum Discussion

curcloin's avatar
curcloin
Level 4
12 years ago
Solved

Determine time backups kept on Disk

I have a small environment with a disc array and a tape drive.  It seems as if the backups are not going to disk before tape.  I think the disc is continually getting full.  Is there a way to determine how long a backup is being stored on Disc before it moves to tape?

 

Thanks,

 

Mike

  • No option to tell if  the disk stu contain 7 days directly. 

    A DSSU will keep so many backup images on disc as space allow. Once the disk is full it will delete the oldest backup images already staged to tape (this is what high and low watermark is used for). More details in the tech notes Marianne and I referred earlier. 

    if you want to retain more days on disk either reduce load or increase disk space.

    Find the the oldes files in the F:\bkp1-arraybackup and convert the epoch epoch time to human time by

    # bpdbm -ctime 1166000000
    1166000000 = Wed Dec 13 02:53:20 2006 

    Source : http://www.symantec.com/docs/TECH11522

    That how long the dssu can retain youre backups.

5 Replies

  • Hi Mike 

    What type of disk storage unit have you configured ?

    Can you do a bpstulist -L or take a screen dump from the storage unit configuration ?

    Since you have a small environment I would guess you have a DSSU storage unit. Symantec has released a tech note describing the behavior of the DSSU

    http://www.symantec.com/docs/TECH44719

    Please review it and tell us if it apply.

     

  • Thanks,

     

    I think I found the problem, looks like our tape drive had a tape stuck which stopped all writing to tape.  I'm new too NetBackup and just want to ensure that I have a backup on disk for at least 7 days.  We have really old environment that requires the use of BMR often.  Here is the dump of the stulist.

     

     

    C:\Program Files\Veritas\NetBackup\bin\admincmd>bpstulist -L

    Label: bkp1-tape0

    Storage Unit Type: Media Manager

    Host Connection: bkp1

    Number of Drives: 1

    On Demand Only: yes

    Density: hcart (6)

    Robot Type/Number: TLD (8) / 0

    Max Fragment Size: 1048576

    Max MPX/drive: 1

    Label: bkp1-internalbackup

    Storage Unit Type: Disk

    Media Subtype: Basic (1)

    Host Connection: bkp1

    Concurrent Jobs: 10

    On Demand Only: yes

    Path: "D:\bkp1-internalbackup"

    Robot Type: (not robotic)

    Max Fragment Size: 524288

    Max MPX: 1

    Stage data: yes

    Block Sharing: no

    File System Export: no

    High Water Mark: 98

    Low Water Mark: 90

    Ok On Root: no

    Label: bkp1-arraybackup

    Storage Unit Type: Disk

    Media Subtype: Basic (1)

    Host Connection: bkp1

    Concurrent Jobs: 10

    On Demand Only: yes

    Path: "F:\bkp1-arraybackup"

    Robot Type: (not robotic)

    Max Fragment Size: 524287

    Max MPX: 1

    Stage data: yes

    Block Sharing: no

    File System Export: no

    High Water Mark: 98

    Low Water Mark: 90

    Ok On Root: no

    C:\Program Files\Veritas\NetBackup\bin\admincmd>

  • Thanks,

     

    I think I might have found the problem of it filling up, tape drive wasnt functioning properly.  I work in a very old AIX environment and we have to perform BMR's often, It would be helpful to know how long images are on disc before moving to tape.  Is this possible?

     

    C:\Program Files\Veritas\NetBackup\bin\admincmd>bpstulist -L

     

    Label:                bkp1-tape0

    Storage Unit Type:    Media Manager

    Host Connection:      bkp1

    Number of Drives:     1

    On Demand Only:       yes

    Density:              hcart (6)

    Robot Type/Number:    TLD (8) / 0

    Max Fragment Size:    1048576

    Max MPX/drive:        1

     

    Label:                bkp1-internalbackup

    Storage Unit Type:    Disk

    Media Subtype:        Basic (1)

    Host Connection:      bkp1

    Concurrent Jobs:      10

    On Demand Only:       yes

    Path:                 "D:\bkp1-internalbackup"

    Robot Type:           (not robotic)

    Max Fragment Size:    524288

    Max MPX:              1

    Stage data:           yes

    Block Sharing:        no

    File System Export:   no

    High Water Mark:      98

    Low Water Mark:       90

    Ok On Root:           no

     

    Label:                bkp1-arraybackup

    Storage Unit Type:    Disk

    Media Subtype:        Basic (1)

    Host Connection:      bkp1

    Concurrent Jobs:      10

    On Demand Only:       yes

    Path:                 "F:\bkp1-arraybackup"

    Robot Type:           (not robotic)

    Max Fragment Size:    524287

    Max MPX:              1

    Stage data:           yes

    Block Sharing:        no

    File System Export:   no

    High Water Mark:      98

    Low Water Mark:       90

    Ok On Root:           no

     

    C:\Program Files\Veritas\NetBackup\bin\admincmd>

  • No option to tell if  the disk stu contain 7 days directly. 

    A DSSU will keep so many backup images on disc as space allow. Once the disk is full it will delete the oldest backup images already staged to tape (this is what high and low watermark is used for). More details in the tech notes Marianne and I referred earlier. 

    if you want to retain more days on disk either reduce load or increase disk space.

    Find the the oldes files in the F:\bkp1-arraybackup and convert the epoch epoch time to human time by

    # bpdbm -ctime 1166000000
    1166000000 = Wed Dec 13 02:53:20 2006 

    Source : http://www.symantec.com/docs/TECH11522

    That how long the dssu can retain youre backups.