<?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: ignite backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416668#M353871</link>
    <description>check the nfs service is up and running.</description>
    <pubDate>Sun, 10 May 2009 05:01:23 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2009-05-10T05:01:23Z</dc:date>
    <item>
      <title>ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416665#M353868</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;I was doing nmake_net_recovery.&lt;BR /&gt;But ended up with following error &lt;BR /&gt;&lt;BR /&gt;make_net_recovery -s CTKDD01&lt;BR /&gt;       * Creating NFS mount directories for configuration files.&lt;BR /&gt;nfs mount: get_fh:CTKDD01:: RPC: Rpcbind failure - RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;quick response highly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Sat, 09 May 2009 21:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416665#M353868</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-05-09T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416666#M353869</link>
      <description>Hi Himacs,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Few things to be checked are:&lt;BR /&gt;&lt;BR /&gt;1.# ps -ef | grep -i rpc &lt;BR /&gt;  # rpcinfo -p &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;2. Edit the /etc/hosts file of the client with the alias name for the ignite server. &lt;BR /&gt; # exportfs -a&lt;BR /&gt;&lt;BR /&gt;3. Restart the NFS services:&lt;BR /&gt;# ps -ef | grep -i nfs&lt;BR /&gt;&lt;BR /&gt;Stop the nfs.server and then nfs.core&lt;BR /&gt;Then start nfs.core and then nfs.server&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i nfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;R.K.&lt;/HOSTNAME&gt;</description>
      <pubDate>Sat, 09 May 2009 23:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416666#M353869</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-05-09T23:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416667#M353870</link>
      <description>Hi Himacs,&lt;BR /&gt;&lt;BR /&gt;Check rpcinfo is working properly ,&lt;BR /&gt;# rpcinfo -p hostname&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Sun, 10 May 2009 03:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416667#M353870</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-10T03:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416668#M353871</link>
      <description>check the nfs service is up and running.</description>
      <pubDate>Sun, 10 May 2009 05:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416668#M353871</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-05-10T05:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416669#M353872</link>
      <description>Hi,&lt;BR /&gt;check any nfs is mounted or not&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 11 May 2009 06:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416669#M353872</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-11T06:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: ignite backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416670#M353873</link>
      <description>Hi himacs,&lt;BR /&gt;&lt;BR /&gt;check on your ignite server if the correct directories are exported with correct permissions (/etc/exports /etc/xtab)&lt;BR /&gt;/var/opt/ignite/clients  -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/ -anon=2&lt;BR /&gt;Then check manualy if host can actualy mount these directories.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bart</description>
      <pubDate>Mon, 11 May 2009 07:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup/m-p/4416670#M353873</guid>
      <dc:creator>Bart Paulusse</dc:creator>
      <dc:date>2009-05-11T07:12:09Z</dc:date>
    </item>
  </channel>
</rss>

