<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Vmware ESX Server Backup with Netbackup Howto</title>
	<atom:link href="http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/</link>
	<description></description>
	<lastBuildDate>Wed, 25 May 2011 15:41:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: savas</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-55</link>
		<dc:creator>savas</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-55</guid>
		<description>Hi,
On windows:
to stop all netbackup services from command line: NetBackup_Installation_PATH\bin\bpdown.exe
to start all netbackup services from command line: NetBackup_Installation_PATH\bin\bpup.exe
Typically:
C:\Program Files\Veritas\NetBackup\bin\bpdown.exe
C:\Program Files\Veritas\NetBackup\bin\bpup.exe

On Un*x:
to stop all netbackup services from command line: NetBackup_Installation_PATH/bin/bpdown
or
/etc/init.d/netbackup stop
to start all netbackup services from command line: NetBackup_Installation_PATH/bin/bpup
or
/etc/init.d/netbackup start
Typically:
/usr/openv/netbackup/bin/bpdown
/usr/openv/netbackup/bin/bpup</description>
		<content:encoded><![CDATA[<p>Hi,<br />
On windows:<br />
to stop all netbackup services from command line: NetBackup_Installation_PATH\bin\bpdown.exe<br />
to start all netbackup services from command line: NetBackup_Installation_PATH\bin\bpup.exe<br />
Typically:<br />
C:\Program Files\Veritas\NetBackup\bin\bpdown.exe<br />
C:\Program Files\Veritas\NetBackup\bin\bpup.exe</p>
<p>On Un*x:<br />
to stop all netbackup services from command line: NetBackup_Installation_PATH/bin/bpdown<br />
or<br />
/etc/init.d/netbackup stop<br />
to start all netbackup services from command line: NetBackup_Installation_PATH/bin/bpup<br />
or<br />
/etc/init.d/netbackup start<br />
Typically:<br />
/usr/openv/netbackup/bin/bpdown<br />
/usr/openv/netbackup/bin/bpup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AA</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-54</link>
		<dc:creator>AA</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-54</guid>
		<description>How to reboot NBU master server on commandLine</description>
		<content:encoded><![CDATA[<p>How to reboot NBU master server on commandLine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-51</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-51</guid>
		<description>If your master server is not Windows based, then you need to install an &quot;enterprise client for windows&quot; license.</description>
		<content:encoded><![CDATA[<p>If your master server is not Windows based, then you need to install an &#8220;enterprise client for windows&#8221; license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-8</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 26 Dec 2008 09:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-8</guid>
		<description>If you suddenly start having an error on your Netbackup Administration console while trying to backup a unix type virtual machine:
&lt;i&gt;snapshot error encountered(156)&lt;/i&gt;
And on your Vmware Console you see an error like this:
&lt;i&gt;Creating a quiesced snapshot failed because the (user-supplied) custom pre-freeze script in the virtual machine exited with a non-zero return code&lt;/i&gt;

According to vmware this error is about vmware tools on the unix vm not returning a &quot;0&quot; return code while it should.

Fix:
Just add the following line at the end of VCB_INSTALL_PATH\config\config.js file
NO_QUIESCE=&quot;&quot;;

Now you can go to your Netbackup Administration Console and restart your backup.</description>
		<content:encoded><![CDATA[<p>If you suddenly start having an error on your Netbackup Administration console while trying to backup a unix type virtual machine:<br />
<i>snapshot error encountered(156)</i><br />
And on your Vmware Console you see an error like this:<br />
<i>Creating a quiesced snapshot failed because the (user-supplied) custom pre-freeze script in the virtual machine exited with a non-zero return code</i></p>
<p>According to vmware this error is about vmware tools on the unix vm not returning a &#8220;0&#8243; return code while it should.</p>
<p>Fix:<br />
Just add the following line at the end of VCB_INSTALL_PATH\config\config.js file<br />
NO_QUIESCE=&#8221;";</p>
<p>Now you can go to your Netbackup Administration Console and restart your backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-6</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-6</guid>
		<description>And I want to see the Vmware Restore howto as well :P</description>
		<content:encoded><![CDATA[<p>And I want to see the Vmware Restore howto as well :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.netbackuphowto.com/2008/12/03/vmware-esx-server-backup-with-netbackup-howto-2/comment-page-1/#comment-5</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.netbackuphowto.com/?p=132#comment-5</guid>
		<description>Nice howto, wanted to add something in case someone else might have the same problems.

If you are having an error code 156, check that the vm names didnt change since you configured vm backup policies... and also double check that the names on the clients list can be resolved from the dns or hosts file...

Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Nice howto, wanted to add something in case someone else might have the same problems.</p>
<p>If you are having an error code 156, check that the vm names didnt change since you configured vm backup policies&#8230; and also double check that the names on the clients list can be resolved from the dns or hosts file&#8230;</p>
<p>Keep up the good work :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

