Skip to content

Tag Archives: nbu

Thawing Frozen Tapes

23-Feb-09

Thawing frozen tapes from the command line in NetBackup.

NBU provides a command-line utility to thaw frozen tapes, bpmedia. As an example, to thaw tape A00037 on media server back01, run the following command from C:\Program Files\VERITAS\NetBackup\bin\admincmd :
bpmedia -unfreeze -m A00037 -h back01

Bookmarks for February 19, 2009

19-Feb-09

Links for February 19, 2009:

Blog of the EMEA SBS Team : How to use the Recovery Storage Group to restore a Single Mailbox. – Exchange 2003 supports Recovery storage groups to restore data from a single mailbox. In previous the previous versions of Exchange, you would have to bring up a test server, restore a [...]

Manually changing the expiration date of NBU media

16-Feb-09

Use NetBackup’s bpexpdate. For example, to set tape 001038 to never expire (actually, this sets it to expire sometime in 2038, but close enough for those of us living in 2009):
bpexpdate -m 001038 -d infinity
To expire 001038 immediately:
bpexpdate -m 001038 -d 0