<?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; netbackup installation</title>
	<atom:link href="http://www.netbackuphowto.com/tag/netbackup-installation/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>Cant Install VRTSpbx (ICS)</title>
		<link>http://www.netbackuphowto.com/2009/03/28/cant-install-vrtspbx/</link>
		<comments>http://www.netbackuphowto.com/2009/03/28/cant-install-vrtspbx/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 13:18:12 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[NetBackup Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[installics]]></category>
		<category><![CDATA[nbu]]></category>
		<category><![CDATA[nbu installation]]></category>
		<category><![CDATA[netbackup]]></category>
		<category><![CDATA[netbackup installation]]></category>
		<category><![CDATA[vrtspbx]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=310</guid>
		<description><![CDATA[If you face an error like the following: The reason is probably that, you copied the files from a windows machines and windows removed the permissions from the files&#8230; Try one of these: Mount the iso and install from that mount point or burn the iso, mount and install from that or mount iso on [...]]]></description>
			<content:encoded><![CDATA[<p>If you face an error like the following:<br />
The reason is probably that, you copied the files from a windows machines and windows removed the permissions from the files&#8230;<br />
Try one of these:<br />
Mount the iso and install from that mount point or<br />
burn the iso, mount and install from that or<br />
mount iso on some other capable unix system, tar the files and untar them in the system you want to install&#8230;</p>
<p><span id="more-310"></span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Installing VRTSpbx&#8230;</p>
<p>Can&#8217;t locate CPI/common/CPI.pm in @INC (@INC contains: ./authentication/scripts ./perl/lib/5.8.8/sun4-solaris-thread-multi-64int ./perl/lib/5.8.8/sun4-solaris-thread-multi-64int ./perl/lib/5.8.8 ./perl/lib/site_perl/5.8.8/sun4-solaris-thread-multi-64int ./perl/lib/site_perl/5.8.8/sun4-solaris-thread-multi-64int ./perl/lib/site_perl/5.8.8 ./perl/lib/site_perl/5.8.8/sun4-solaris-thread-multi-64int ./perl/lib/site_perl/5.8.8 ./perl/lib/site_perl /opt/VRTSperl/lib/5.8.8/sun4-solaris-thread-multi-64int /opt/VRTSperl/lib/5.8.8 /opt/VRTSperl/lib/site_perl/5.8.8/sun4-solaris-thread-multi-64int /opt/VRTSperl/lib/site_perl/5.8.8 /opt/VRTSperl/lib/site_perl .) at ./installics line 7.</p>
<p>BEGIN failed&#8211;compilation aborted at ./installics line 7.</p>
<p>The ICS install for VRTSpbx was unsuccessful.</p>
<p>Quitting the NetBackup install.</p>
<p>Rerun /usr/openv/netbackup/bin/install_bp when the problem has been resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/03/28/cant-install-vrtspbx/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>NetBackup Remote Client Installation (Windows)</title>
		<link>http://www.netbackuphowto.com/2009/01/18/netbackup-client-installation-to-clients-remotely-windows/</link>
		<comments>http://www.netbackuphowto.com/2009/01/18/netbackup-client-installation-to-clients-remotely-windows/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:19:11 +0000</pubDate>
		<dc:creator>savasirez</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Netbackup Howto]]></category>
		<category><![CDATA[client installation]]></category>
		<category><![CDATA[client remote installation]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[nbu installation]]></category>
		<category><![CDATA[nbu remote installation]]></category>
		<category><![CDATA[netbackup client installation]]></category>
		<category><![CDATA[netbackup installation]]></category>
		<category><![CDATA[remote client install]]></category>

		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=226</guid>
		<description><![CDATA[This document describes howto install netbackup client software to some clients remotely, without logging on to them. Login to your master server and start NetBackup Installation Choose &#8220;Select from available computers on the network&#8220;, if not already&#8230; Enter your master and additional (media) server names suitable to your system. Right-click to &#8220;Windows Destination Systems&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>This document describes howto install netbackup client software to some clients remotely, without logging on to them.</p>
<p><span id="more-226"></span></p>
<p>Login to your master server and start NetBackup Installation</p>
<div id="attachment_227" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00001.jpg"><img class="size-medium wp-image-227" title="frm00001" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00001-300x214.jpg" alt="NetBackup Client Installation" width="300" height="214" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<div id="attachment_230" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00002.jpg"><img class="size-medium wp-image-230" title="frm00002" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00002-300x218.jpg" alt="NetBackup Client Installation" width="300" height="218" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<div id="attachment_231" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00003.jpg"><img class="size-medium wp-image-231" title="frm00003" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00003-300x218.jpg" alt="NetBackup Client Installation" width="300" height="218" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Choose &#8220;<strong>Select from available computers on the network</strong>&#8220;, if not already&#8230;</p>
<div id="attachment_232" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00004.jpg"><img class="size-medium wp-image-232" title="frm00004" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00004-300x218.jpg" alt="NetBackup Client Installation" width="300" height="218" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Enter your master and additional (media) server names suitable to your system.</p>
<div id="attachment_233" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00005.jpg"><img class="size-medium wp-image-233" title="frm00005" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00005-300x218.jpg" alt="NetBackup Client Installation" width="300" height="218" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Right-click to &#8220;<strong>Windows Destination Systems</strong>&#8221; and choose &#8220;<strong>Add Remote Computer</strong>&#8221;</p>
<div id="attachment_234" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00006.jpg"><img class="size-medium wp-image-234" title="frm00006" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00006-300x218.jpg" alt="NetBackup Client Installation" width="300" height="218" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Find the remote clients to install netbackup and select each of them seperately.</p>
<div id="attachment_235" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00007.jpg"><img class="size-medium wp-image-235" title="frm00007" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00007-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Enter <strong>Login Credentials</strong> for each of the clients. Keep in mind that, the account should have administrative rights on the remote system.</p>
<div id="attachment_236" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00008.jpg"><img class="size-medium wp-image-236" title="frm00008" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00008-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>Choose <strong>remote destination folder</strong>. This can be left as default&#8230;</p>
<div id="attachment_237" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00009.jpg"><img class="size-medium wp-image-237" title="frm00009" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00009-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>After clicking OK, you will be returned to &#8220;<strong>Windows Destination Systems</strong>&#8221; page and you will be able to choose which packages to be installed, and also you can add new remote clients as well..</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00010.jpg"><img class="size-medium wp-image-238" title="frm00010" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00010-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>After adding each systems you can press &#8220;<strong>Next</strong>&#8221; and proceed to installation.</p>
<div id="attachment_242" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00014.jpg"><img class="size-medium wp-image-242" title="frm00014" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00014-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<div id="attachment_244" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00016.jpg"><img class="size-medium wp-image-244" title="frm00016" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00016-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>NetBackup will be installed to each of the remote clients</p>
<div id="attachment_246" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00018.jpg"><img class="size-medium wp-image-246" title="frm00018" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00018-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<div id="attachment_247" class="wp-caption alignnone" style="width: 310px"><a href="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00019.jpg"><img class="size-medium wp-image-247" title="frm00019" src="http://www.netbackuphowto.com/wp-content/uploads/2009/01/frm00019-300x224.jpg" alt="NetBackup Client Installation" width="300" height="224" /></a><p class="wp-caption-text">NetBackup Client Installation</p></div>
<p>NetBackup client is now installed on all of the remote clients.</p>
<p>Note : NetBackup will be installed to clients on by one, not in parallel&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netbackuphowto.com/2009/01/18/netbackup-client-installation-to-clients-remotely-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

