Re: [Veritas-bu] Clearing DSSU's.

2009-02-05 Thread Pedro Moranga Gonçalves
-bu@mailman.eng.auburn.edu Subject: Re: [Veritas-bu] Clearing DSSU's. This script should help (for 6.5.*): #!/bin/sh usage() { echo usage: `basename $0` storage_unit_path } if [ $# -ne 1 ] then usage exit 1 fi cd $1 for BACKUP_ID in `ls -1 *.info *.img | sed -e 's/_C.*$//' | sort

Re: [Veritas-bu] Clearing DSSU's.

2009-02-04 Thread Ed Wilts
This script should help (for 6.5.*): #!/bin/sh usage() { echo usage: `basename $0` storage_unit_path } if [ $# -ne 1 ] then usage exit 1 fi cd $1 for BACKUP_ID in `ls -1 *.info *.img | sed -e 's/_C.*$//' | sort | uniq`; do copies=`bpimagelist -backupid $BACKUP_ID 2/dev/null |

Re: [Veritas-bu] Clearing DSSU's.

2009-01-26 Thread Ed Wilts
On Mon, Jan 26, 2009 at 3:24 PM, Matthew Stier matthew.st...@us.fujitsu.com wrote: Background: Solaris 10 master/media server with several filesystems mounted from SAN to act as DSSU's. Backups are done using cron initiated backup scripts, which call the applicable policy. Whe the policy is

Re: [Veritas-bu] Clearing DSSU's.

2009-01-26 Thread Tim Hoke
Here's the general process I think I would follow. First, stop directing any backups to DSSU until your maintenance is done. Run bpimmedia to see which images are on your dssu (bpimmedia -disk_stu stu label For each of those images, run bpimagelist to see how many copies there are (bpimagelist