<?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>NetBackup HOWTO&#039;s &#187; Linux Backup</title>
	<atom:link href="http://www.netbackuphowto.com/category/howto/netbackup-howto/linux-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbackuphowto.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 14:15:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>NetBackup 7.0 Installation with a Hostname Other than Default One on Linux</title>
		<link>http://www.netbackuphowto.com/2011/03/09/netbackup-7-0-installation-with-a-hostname-other-than-default-one-on-linux/</link>
		<comments>http://www.netbackuphowto.com/2011/03/09/netbackup-7-0-installation-with-a-hostname-other-than-default-one-on-linux/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 20:00:05 +0000</pubDate>
		<dc:creator>savas</dc:creator>
				<category><![CDATA[Linux Backup]]></category>
		<category><![CDATA[Netbackup Howto]]></category>
		<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[different hostname]]></category>
		<category><![CDATA[hostname other than default]]></category>
		<category><![CDATA[NetBackup 7.0 Installation with a Hostname Other than Default One on Linux]]></category>
		<category><![CDATA[netbackup installation]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=534</guid>
		<description><![CDATA[There has been some issues when i tried to install a netbackup 7.0 using a hostname that is different than the default hostname of the server. 1. Licences are still installed according to your default hostname, get_license_key script should be corrected if you want to manage with your installation hostname. Change the following line(line 61): [...]]]></description>
			<content:encoded><![CDATA[<p>There has been some issues when i tried to install a netbackup 7.0 using a hostname that is different than the default hostname of the server.</p>
<p><span id="more-534"></span></p>
<p>1. Licences are still installed according to your default hostname, get_license_key script should be corrected if you want to manage with your installation hostname.</p>
<p>Change the following line(line 61):<br />
<em>PING_CMD=&#8221;ping -c 1 \${HOST} 2&gt;/dev/null | grep \&#8221;1 packets received\&#8221;"<br />
to<br />
</em>PING_CMD=&#8221;ping -c 1 \${HOST} 2&gt;/dev/null | grep \&#8221;1 received\&#8221;"</p>
<p>2. /usr/openv/volmgr/vm.conf is not created and while you are trying to configure your devices, it is created according to your default hostname. My suggestion is to create manually and insert your hostname, before doing any device configuration from the master.</p>
<p>If you don&#8217;t, you are very likely to see the following message on your shared tape drives&#8217; Properties:</p>
<p><em><strong>No shared storage option license installed</strong></em></p>
<p>I&#8217;m really not very sure if vm.conf is the reason, but i was able to solve this problem by manually creating it&#8230;</p>
<p>3. You are very likely to receive an error message at the end on the device configuration wizard:</p>
<p><em><strong>&#8220;Restarting the Media Manager device daemon&#8221;</strong></em> will fail, and you will not be elligible to create your storage unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2011/03/09/netbackup-7-0-installation-with-a-hostname-other-than-default-one-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Restore Files or Directories to an Alternate Path Using bprestore</title>
		<link>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/</link>
		<comments>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:56:19 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Linux Backup]]></category>
		<category><![CDATA[Netbackup Howto]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<category><![CDATA[alternate path using bprestore]]></category>
		<category><![CDATA[bprestore]]></category>
		<category><![CDATA[howto restore to alternate path]]></category>
		<category><![CDATA[using bprestore]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=438</guid>
		<description><![CDATA[Directory to restore: Windows: C:\deneme Unix: /deneme Alternate path: Windows: C:\deneme_yeni Unix: /deneme_yeni NetBackup master server name: netbackup 1. Regardless of the operating system, you must create a rename file. This file will be for which is changed to what&#8230; Create the rename file, eg rename_file.txt If you are restoring on windows, Your file should [...]]]></description>
			<content:encoded><![CDATA[<p>Directory to restore:<br />
Windows: C:\deneme<br />
Unix: /deneme</p>
<p>Alternate path:<br />
Windows: C:\deneme_yeni<br />
Unix: /deneme_yeni</p>
<p><span id="more-438"></span></p>
<p>NetBackup master server name: netbackup</p>
<p>1. Regardless of the operating system, you must create a rename file. This file will be for which is changed to what&#8230;<br />
Create the rename file, eg rename_file.txt<br />
If you are restoring on windows, Your file should look like this,<br />
change /C/deneme to /C/deneme_yeni</p>
<p>If you are restoring on unix, your file should look like this,<br />
change /deneme to /deneme_yeni</p>
<p><strong>Don&#8217;t forget, this file MUST end with a blank line.</strong><br />
<strong>On windows, drive letters MUST always be uppercase<br />
</strong></p>
<p>2. Start your restore using bprestore command like the following:</p>
<p>Windows,<br />
bprestore -R /C/rename_file.txt -C netbackup  /C/deneme</p>
<p>Unix,<br />
bprestore -R /rename_file.txt -C netbackup /deneme</p>
<p>The above command will restore from your last backup. To restore from a spesific time, try to use -s and -e switches.</p>
<p>bprestore -R /C/change_file.txt -C netbackup <strong>-s 07/14/2009 00:00:00 -e 07/14/2009 02:00:00</strong> /C/deneme</p>
<p>If you want to log your progress, use -L switch.</p>
<p>bprestore <strong>-L /C/deneme1.log </strong>-R /C/change_file.txt -C netbackup -s 07/14/2009 00:00:00 -e 07/14/2009 02:00:00 /C/deneme</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/07/14/howto-restore-files-or-directories-to-an-alternate-path-using-bprestore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto use NEW_STREAM Directive</title>
		<link>http://www.netbackuphowto.com/2009/05/08/howto-use-new_stream-directive/</link>
		<comments>http://www.netbackuphowto.com/2009/05/08/howto-use-new_stream-directive/#comments</comments>
		<pubDate>Fri, 08 May 2009 14:02:22 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Exchange Backup]]></category>
		<category><![CDATA[Linux Backup]]></category>
		<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows Backup]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=358</guid>
		<description><![CDATA[Everyday you may be wondering what that &#8220;NEW_STREAM&#8221; has to do in a &#8220;Backup Selection&#8221; list. Here is why: NEW_STREAM directive is used to manually start another stream of backup withing a backup selection. You add &#8220;NEW_STREAM&#8221; directive first, then you add your selection after this directive. When a backup starts with this policy, it [...]]]></description>
			<content:encoded><![CDATA[<p>Everyday you may be wondering what that &#8220;NEW_STREAM&#8221; has to do in a &#8220;Backup Selection&#8221; list. Here is why:</p>
<p><span id="more-358"></span></p>
<p>NEW_STREAM directive is used to manually start another stream of backup withing a backup selection. You add &#8220;NEW_STREAM&#8221; directive first, then you add your selection after this directive.</p>
<p>When a backup starts with this policy, it will create a new backup stream for every NEW_STREAM line, and backup the selection in parallel.</p>
<p>Reference : <a target="_blank" href="http://seer.entsupport.symantec.com/docs/267291.htm">http://seer.entsupport.symantec.com/docs/267291.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/05/08/howto-use-new_stream-directive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

