<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kb.hurricane-ridge.com &#187; nbu</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/nbu/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Thawing Frozen Tapes</title>
		<link>http://kb.hurricane-ridge.com/backup/netbackup-backup/thawing-frozen-tapes</link>
		<comments>http://kb.hurricane-ridge.com/backup/netbackup-backup/thawing-frozen-tapes#comments</comments>
		<pubDate>Mon, 23 Feb 2009 22:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[nbu]]></category>
		<category><![CDATA[tape]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=323</guid>
		<description><![CDATA[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]]></description>
			<content:encoded><![CDATA[<p class="documentDescription"><span id="parent-fieldname-description"> <span class="highlightedSearchTerm">Thaw</span>ing frozen tapes from the command line in NetBackup. </span></p>
<div id="parent-fieldname-text">
<p>NBU provides a command-line utility to <span class="highlightedSearchTerm">thaw</span> frozen tapes, <code>bpmedia</code>.  As an example, to <span class="highlightedSearchTerm">thaw</span> tape A00037 on media server back01, run the following command from <code>C:\Program Files\VERITAS\NetBackup\bin\admincmd</code> :</p>
<pre>bpmedia -unfreeze -m A00037 -h back01</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/backup/netbackup-backup/thawing-frozen-tapes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for February 19, 2009</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-february-19-2009</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-february-19-2009#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[nbu]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=320</guid>
		<description><![CDATA[Links for February 19, 2009: Blog of the EMEA SBS Team : How to use the Recovery Storage Group to restore a Single Mailbox. &#8211; 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 [...]]]></description>
			<content:encoded><![CDATA[<p>Links for February 19, 2009:</p>
<ul>
<li><a href="http://blogs.technet.com/asksbs/archive/2008/06/03/how-to-use-the-recovery-storage-group-to-restore-a-single-mailbox.aspx">Blog of the EMEA SBS Team : How to use the Recovery Storage Group to restore a Single Mailbox.</a> &#8211; 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 full Exchange backup, and then extract the required information into PSTs using tools like Exmerge. Once the extraction was done, this information would have to be then imported into the production Exchange server. Being long and tiring, this wasn&rsquo;t the most popular administrative job. In this post I will walk you through steps on how to use Recovery Storage Group.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-february-19-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually changing the expiration date of NBU media</title>
		<link>http://kb.hurricane-ridge.com/applications/manually-changing-the-expiration-date-of-nbu-media</link>
		<comments>http://kb.hurricane-ridge.com/applications/manually-changing-the-expiration-date-of-nbu-media#comments</comments>
		<pubDate>Mon, 16 Feb 2009 23:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[nbu]]></category>
		<category><![CDATA[netbackup]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=302</guid>
		<description><![CDATA[Use NetBackup&#8217;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]]></description>
			<content:encoded><![CDATA[<p>Use NetBackup&#8217;s <code>bpexpdate</code>.  For example, to set tape <code>001038</code> to never expire (actually, this sets it to expire sometime in 2038, but close enough for those of us living in 2009):</p>
<pre>bpexpdate -m 001038 -d infinity</pre>
<p>To expire <code>001038</code> immediately:</p>
<pre>bpexpdate -m 001038 -d 0</pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/manually-changing-the-expiration-date-of-nbu-media/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

