<?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>vividly nonsensical &#187; Asigra</title>
	<atom:link href="http://www.jirc.com/tag/asigra/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jirc.com</link>
	<description>it just makes nonsense</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Asigra DS-Client on Ubuntu 10.04 LTS</title>
		<link>http://www.jirc.com/2010/06/16/asigra-ds-client-on-ubuntu-10-04-lts/</link>
		<comments>http://www.jirc.com/2010/06/16/asigra-ds-client-on-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:26:20 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Asigra]]></category>
		<category><![CDATA[DS-Client]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=551</guid>
		<description><![CDATA[Asigra doesn&#8217;t technically support their DS-Client on Ubuntu.  It&#8217;s very understandable that they can&#8217;t be responsible for making sure software runs on all of the hundreds of flavors of Linux (and there are hundreds). Some of us however do really enjoy using Ubuntu.  I&#8217;ve been using it in production since 6.10 LTS. This being said, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jirc.com/tag/asigra/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Asigra">Asigra</a> doesn&#8217;t technically support their <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> on Ubuntu.  It&#8217;s very understandable that they can&#8217;t be responsible for making sure software runs on all of the hundreds of flavors of <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> (and there are hundreds). Some of us however do really enjoy using Ubuntu.  I&#8217;ve been using it in production since 6.10 LTS. This being said, I wanted to get the <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> installed on it so I could use it in my own environment as well as other customer environments as a cheap (and familiar) alternative to the support and non-free Red Hat and SUSE.</p>
<p>One other thing I should mention is this installation is for the -console install only. I would rather not deal with a GUI on a <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> server.  That&#8217;s why we have the DS-User!</p>
<p><strong>This is process is unsupported</strong> but in my experience it works brilliantly! I hope you find this step-by-step helpful!</p>
<p><strong>UPDATE</strong>: It should be known this process is for a 32bit Ubuntu installation. There seem to be some issues with the 64bit install.  Hopefully I can come up with a solution.  If anyone else has one &#8211; please share!</p>
<p><span id="more-551"></span>This installation process was done on a completely fresh install of Ubuntu Server 10.04 LTS.</p>
<p><strong>Software Used</strong><br />
 <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> 10<br />
 PostgreSQL 8.4<br />
 Ubuntu Server 10.04 LTS</p>
<p><strong>Normal house cleaning stuff</strong><br />
 # aptitude update<br />
 # aptitude upgrade<br />
 # reboot<br />
 # aptitude dist-upgrade<br />
 # reboot</p>
<p><strong>Install postgresql 8.4</strong><br />
 # aptitude install postgresql</p>
<p>Now setup PostgreSQL as you normally would with any <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> setup.</p>
<p><strong>Install other required library</strong><br />
 I&#8217;ve had issues with other versions. So, what I did was skip over this and attempt to start dsc service.  It was unsuccessful and it told me it specifically wanted this version, so I gave it to it.<br />
 Download the right one for your architecture: <a href="http://packages.debian.org/stable/base/libstdc++5" target="_blank">http://packages.debian.org/stable/base/libstdc++5</a><br />
 Install library:<br />
 # dpkg -i libstdc++5_3.3.6-18_i386.deb</p>
<p><strong>Install java</strong><br />
 Uncomment the following in /etc/apt/sources.list</p>
<p>Ø deb http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse <br />
 Ø deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse<br />
 Ø deb http://archive.canonical.com/ubuntu lucid partner<br />
 Ø deb-src http://archive.canonical.com/ubuntu lucid partner</p>
<p># aptitude install sun-java6-jre</p>
<p><strong>Installing the <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">ds-client</a><br />
 </strong>Install the bin file using the -console switch. Run through first few steps and after the legal mumbo jumbo get to the following:<br />
 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 Setup needs to know the location where <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> will be installed.<br />
 <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> (i386) Install Location<br />
 Please specify a directory or press Enter to accept the default directory.<br />
 Directory Name: [$D(install)/CloudBackup/<a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a>] <br />
 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Notice it is mis-reading the PATH. This is very common with software that was not build for a particular <a href="http://www.jirc.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> flavor You must put in the proper one (this issue did not exist in pre-v.10)<br />
 <em>/usr/local/CloudBackup/<a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a></em></p>
<p>Keep going through the normal stuff, eventually it will ask for the PostgreSQL home directory, I don’t remember it doing this pre v9.2, so here it is with this setup, trailing slash needed:<br />
 <em>/usr/lib/postgresql/8.4/</em></p>
<p><strong>….continue with <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> setup as normal.</strong></p>
<p>You&#8217;ll notice when you (re)start the dsclient service manually it shows some mumbo jumbo. That actually means its working.  If it fails it will say FAILED.</p>
<p>root@ubuntu10:/usr/src# /etc/init.d/dsclient start<br />
 Starting <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a>: -en 033[60G<br />
 [  -en 033[1;32m<br />
 $OK-en 033[0;39m<br />
 ]</p>
<p>You now have a working <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> on Ubuntu 10.04 LTS.  This process is the same for Ubuntu 8.04.  I&#8217;m pretty sure the same libstdc is needed as well. If not, /var/log/messages should tell you which one it wants after an unsuccessful service start.</p>
<p>Happy installing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2010/06/16/asigra-ds-client-on-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asigra host based VMWare ESX backup breaks High Availability (HA)</title>
		<link>http://www.jirc.com/2008/11/20/asigra-host-based-vmware-esx-backup-breaks-high-availability-ha/</link>
		<comments>http://www.jirc.com/2008/11/20/asigra-host-based-vmware-esx-backup-breaks-high-availability-ha/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 23:55:10 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Asigra]]></category>
		<category><![CDATA[DS-Client]]></category>
		<category><![CDATA[dsuser]]></category>
		<category><![CDATA[Televaulting]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=152</guid>
		<description><![CDATA[I noticed when i did some maintenance and rebooted the ESX hosts and i could not get High Availability (HA) back up and running.  I kept receiving the error: An error occurred during configuration of the HA agent on the Host Enable firewall failed: vim.fault.HostConfigFault Strange.  Looks like neither ESX hosts are talking to each [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed when i did some maintenance and rebooted the ESX hosts and i could not get High Availability (HA) back up and running.  I kept receiving the error:</p>
<p style="padding-left: 30px;"><code>An error occurred during configuration of the HA agent on the Host<br />
Enable firewall failed: vim.fault.HostConfigFault</code></p>
<p>Strange.  Looks like neither ESX hosts are talking to each other.  <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">VMWare</a> communities suggest i run:</p>
<p style="padding-left: 30px;"><code>[root@syr-nav-esx-03 root]# esxcfg-firewall -q aamclient</code></p>
<p style="padding-left: 30px;">And it gave me:<br />
<code><br />
Can’t locate XML/DOM.pm in @INC (@INC contains: /usr/lib/<a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>/esx-perl/perl5/site_perl/5.8.0 /opt/ActivePerl-5.8/site/lib /opt/ActivePerl-5.8/lib .) at /usr/sbin/esxcfg-firewall line 21.<br />
BEGIN failed–compilation aborted at /usr/sbin/esxcfg-firewall line 21.<br />
</code></p>
<p>Turns out the problem is from the changes <a href="http://www.jirc.com/tag/asigra/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Asigra">Asigra</a> <a href="http://www.jirc.com/tag/televaulting/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Televaulting">Televaulting</a> <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> wanted me to make to each ESX host in order to get host based backups working.  The <a href="http://www.jirc.com/tag/ds-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DS-Client">DS-Client</a> requires Perl to be upgraded to at least 5.8.1. And in order to make sure ESX continues to function after the Perl upgrade they states on page 419 of <a href="http://www.jirc.com/tag/dsuser/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dsuser">dsuser</a>.pdf:</p>
<p style="padding-left: 30px;"><code>After the Perl upgrade, the <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-cmd command may no longer work since it is not compatible<br />
with the new Perl. You will, however, need this command in order to register restored virtual<br />
machines. To fix this problem, go to the /usr/bin/ directory and edit the <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-cmd file as well as<br />
the <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>*.pl files in this directory; change the first line in each file to refer to the old Perl<br />
installation (replace #!/usr/bin/perl with #!/usr/bin/perl.old). Run <a href="http://www.jirc.com/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vmware">vmware</a>-cmd without<br />
parameters to verify that it works.</code></p>
<p>So i guess they forget to mention /usr/bin/esxcfg-firewall also needs it’s perl path changed to /usr/sbin/perl.old.  This makes me wonder what else migth brake from the Perl upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2008/11/20/asigra-host-based-vmware-esx-backup-breaks-high-availability-ha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

