<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Trouble setting up an amanda client on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406301#M201776</link>
    <description>We are using a local /etc/hosts file on the machine, instead of using DNS.  The backup server uses DNS, so it didn't have a problem seeing the client, but I forgot to put the backup server in the client's /etc/hosts table, so it couldn't see the server.  As soon as I did, the problem was solved, and we've been backing up the HP just fine.We have to use dump to back up the server, since it refuses to use gtar.  That's one remaining problem I'd like to solve, but I'm just happy that the backups are now running.</description>
    <pubDate>Wed, 12 Jan 2005 17:23:53 GMT</pubDate>
    <dc:creator>Scott Sprague_4</dc:creator>
    <dc:date>2005-01-12T17:23:53Z</dc:date>
    <item>
      <title>Trouble setting up an amanda client on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406297#M201772</link>
      <description>Hello.  I am setting up Amanda to do backups to disk on a linux server.  The &lt;BR /&gt;linux side of things is running fine, but I'm having trouble getting the &lt;BR /&gt;client set up on an HP-UX 11.00.  The uname -a from the HP:&lt;BR /&gt;&lt;BR /&gt;  apollo &amp;gt; uname -a&lt;BR /&gt;  HP-UX apollo B.11.00 U 9000/800 808347471 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;The /etc/services entries on both the client and server are identical as far &lt;BR /&gt;as amanda is concerned.  They are:&lt;BR /&gt;&lt;BR /&gt;  amanda  10080/tcp # amanda backup services&lt;BR /&gt;  amanda  10080/udp # amanda backup services&lt;BR /&gt;  kamanda 10081/tcp # amanda backup services (Kerberos)&lt;BR /&gt;  kamanda 10081/udp # amanda backup services (Kerberos)&lt;BR /&gt;  amandaidx 10082/tcp # amanda backup services&lt;BR /&gt;  amidxtape 10083/tcp # amanda backup services&lt;BR /&gt;&lt;BR /&gt;The /etc/inetd.conf file from the HP (which has been kicked after editing):&lt;BR /&gt;&lt;BR /&gt;amanda stream tcp nowait /usr/local/libexec/amandad amanda&lt;BR /&gt;amanda stream udp nowait /usr/local/libexec/amandad amanda&lt;BR /&gt;amandaidx stream tcp nowait /usr/local/libexec/amindexd amandaidx&lt;BR /&gt;amidxtape stream tcp nowait /usr/local/libexec/amidxtaped amidxtape&lt;BR /&gt;&lt;BR /&gt;The .amandahosts and .rhosts files are both in the ~amanda directory, and &lt;BR /&gt;contain the following line:&lt;BR /&gt;&lt;BR /&gt;        gdcvault amanda&lt;BR /&gt;&lt;BR /&gt;Finally, I configured the amanda software with the following options:&lt;BR /&gt;&lt;BR /&gt;        --with-user=amanda&lt;BR /&gt;        --with-group=disk&lt;BR /&gt;        --with-tape-server=gdcvault&lt;BR /&gt;        --without-server&lt;BR /&gt;&lt;BR /&gt;I'm at a loss as to what's wrong.  Any suggestions?</description>
      <pubDate>Fri, 22 Oct 2004 18:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406297#M201772</guid>
      <dc:creator>Scott Sprague_4</dc:creator>
      <dc:date>2004-10-22T18:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting up an amanda client on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406298#M201773</link>
      <description>You havent mentioned what is the trouble ? -what kind of error messages do you see ?</description>
      <pubDate>Fri, 22 Oct 2004 18:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406298#M201773</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-22T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting up an amanda client on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406299#M201774</link>
      <description>Doh!  That's what I get for writing this without enough caffeine.  :)  Here's the output from the backup server, gdcvault.  J1 is the name of the HP I'm trying to back up.&lt;BR /&gt;&lt;BR /&gt;-bash-2.05b$ /usr/sbin/amcheck Daily&lt;BR /&gt;Amanda Tape Server Host Check&lt;BR /&gt;-----------------------------&lt;BR /&gt;Holding disk /var/tmp/daily: 4011704 KB disk space available, that's plenty&lt;BR /&gt;NOTE: skipping tape-writable test&lt;BR /&gt;Tape Daily label ok&lt;BR /&gt;NOTE: info dir /var/lib/amanda/Daily/curinfo/j1: does not exist&lt;BR /&gt;NOTE: index dir /var/lib/amanda/Daily/index/j1: does not exist&lt;BR /&gt;Server check took 0.000 seconds&lt;BR /&gt;&lt;BR /&gt;Amanda Backup Client Hosts Check&lt;BR /&gt;--------------------------------&lt;BR /&gt;WARNING: j1: selfcheck request timed out.  Host down?&lt;BR /&gt;Client check: 3 hosts checked in 30.069 seconds, 1 problem found&lt;BR /&gt;&lt;BR /&gt;(brought to you by Amanda 2.4.4)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Host J1 is up, is pingable from the backup server, and I can ssh to it from the backup server.  They're both on the same network (10.23.1.x).</description>
      <pubDate>Fri, 22 Oct 2004 18:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406299#M201774</guid>
      <dc:creator>Scott Sprague_4</dc:creator>
      <dc:date>2004-10-22T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting up an amanda client on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406300#M201775</link>
      <description>I'm having the same trouble. What was the solution?&lt;BR /&gt;&lt;BR /&gt;Richard Ray</description>
      <pubDate>Sun, 09 Jan 2005 12:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406300#M201775</guid>
      <dc:creator>Richard Ray</dc:creator>
      <dc:date>2005-01-09T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble setting up an amanda client on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406301#M201776</link>
      <description>We are using a local /etc/hosts file on the machine, instead of using DNS.  The backup server uses DNS, so it didn't have a problem seeing the client, but I forgot to put the backup server in the client's /etc/hosts table, so it couldn't see the server.  As soon as I did, the problem was solved, and we've been backing up the HP just fine.We have to use dump to back up the server, since it refuses to use gtar.  That's one remaining problem I'd like to solve, but I'm just happy that the backups are now running.</description>
      <pubDate>Wed, 12 Jan 2005 17:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-setting-up-an-amanda-client-on-hp-ux/m-p/3406301#M201776</guid>
      <dc:creator>Scott Sprague_4</dc:creator>
      <dc:date>2005-01-12T17:23:53Z</dc:date>
    </item>
  </channel>
</rss>

