<?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: make net recovery error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214052#M465469</link>
    <description>The name of your ignite server is rx26-161.  Yes/no?  From your ignite server you have to NFS export the archives file system for all ignite images.  This is what you are backing up to.&lt;BR /&gt;&lt;BR /&gt;From your ignite server -&lt;BR /&gt;&lt;BR /&gt;# showmount -e (* verify that the file system /ignite_data is exported. If not, then "exportfs -av" and re-verify with showmount -e *)&lt;BR /&gt;&lt;BR /&gt;From your client server -&lt;BR /&gt;&lt;BR /&gt;# showmount -a (* verify the the NFS file systme rx26-161:/ignite_data is mounted.  If not, them "mount -a" *)</description>
    <pubDate>Sun, 13 Dec 2009 03:31:59 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2009-12-13T03:31:59Z</dc:date>
    <item>
      <title>make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214045#M465462</link>
      <description># /opt/ignite/bin/make_net_recovery -s 16.118.114.120 -a 16.118.114.120:/ignite_data -x inc_entire=vg00&lt;BR /&gt;* Creating NFS mount directories for configuration files.&lt;BR /&gt;nfs mount: 16.118.114.120:/var/opt/ignite/clients: Permission denied&lt;BR /&gt;ERROR: Could not NFS mount directory /var/opt/ignite/clients on 16.118.114.120. If the OS on the 16.118.114.120 is 11.31 or later, the dfstab file on 16.118.114.120 should &lt;BR /&gt;contain the entry "share -F nfs -o anon=2 /var/opt/ignite/clients". Ensure that /var/opt/ignite/clients has been exported using the "shareall -F nfs" command. &lt;BR /&gt;Otherwise, the exports file on 16.118.114.120 should contain the entry "/var/opt/ignite/clients -anon=2". Ensure that /var/opt/ignite/clients has been exported using &lt;BR /&gt;the "exportfs -av" command. &lt;BR /&gt;ERROR: Failed mounting directory /var/opt/ignite/recovery/client_mnt:/No such file or directory (errno = 2)&lt;BR /&gt;ERROR: Failed to create NFS mount directories for configuration files.&lt;BR /&gt;&lt;BR /&gt;======= 12/12/09 08:50:55 EST make_net_recovery completed unsuccessfully&lt;BR /&gt;[rx26-182]/ &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;On the Ignite Server I have &lt;BR /&gt;&lt;BR /&gt;# cat /etc/fstab&lt;BR /&gt;# System /etc/fstab file. Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand vxfs tranflush 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;share -F nfs -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;# cat /etc/exports&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;[rx26-161]/</description>
      <pubDate>Sat, 12 Dec 2009 14:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214045#M465462</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-12-12T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214046#M465463</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Comment out this line in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;#share -F nfs -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Dec 2009 14:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214046#M465463</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-12-12T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214047#M465464</link>
      <description>on the Ignite server do the following&lt;BR /&gt;&lt;BR /&gt;vi /etc/dfs/dfstab&lt;BR /&gt;share -F nfs -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;save and exit&lt;BR /&gt;&lt;BR /&gt;also &lt;BR /&gt;&lt;BR /&gt;chown -R bin:bin /var/opt/ignite/clients&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;exportfs -au&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Sat, 12 Dec 2009 14:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214047#M465464</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-12T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214048#M465465</link>
      <description>I did that still no luck...&lt;BR /&gt;&lt;BR /&gt;And tried it from GUI.struck at the same point.&lt;BR /&gt;&lt;BR /&gt;I have capured the error on a screen-shot and attached it.please help me, what I am missing</description>
      <pubDate>Sat, 12 Dec 2009 14:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214048#M465465</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-12-12T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214049#M465466</link>
      <description>Were you gurus able to open my attachement</description>
      <pubDate>Sat, 12 Dec 2009 15:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214049#M465466</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-12-12T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214050#M465467</link>
      <description>on the ignite server 16.118.114.120&lt;BR /&gt;&lt;BR /&gt;give the O./ps of the following commands&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;if this is 11.31 &lt;BR /&gt;&lt;BR /&gt;cat /etc/dfs/dfstab&lt;BR /&gt;if not 11.31&lt;BR /&gt;cat /etc/exports&lt;BR /&gt;&lt;BR /&gt;ll /var/opt/ignite/clients&lt;BR /&gt;bdf&lt;BR /&gt;&lt;BR /&gt;what is 16.118.114.120:/ignite_data -- does this exist on the ignite server&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Sat, 12 Dec 2009 15:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214050#M465467</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-12T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214051#M465468</link>
      <description># uname -a&lt;BR /&gt;HP-UX rx26-161 B.11.31 U ia64 3206393905 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;# cat /etc/dfs/dfstab&lt;BR /&gt;#       place share(1M) commands here for automatic execution&lt;BR /&gt;#       on entering init state 3.&lt;BR /&gt;#&lt;BR /&gt;#       share [-F fstype] [ -o options] [-d "&lt;TEXT&gt;"] &lt;PATHNAME&gt;&lt;BR /&gt;#       .e.g,&lt;BR /&gt;#       share  -F nfs  -o rw=engineering  -d "home dirs"  /home&lt;BR /&gt;share -F nfs -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;# &lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;# ll /var/opt/ignite/clients&lt;BR /&gt;total 0&lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1048576  308912  733944   30% /&lt;BR /&gt;/dev/vg00/lvol1    2064384  282352 1768216   14% /stand&lt;BR /&gt;/dev/vg00/lvol8    8388608  291568 8033888    4% /var&lt;BR /&gt;/dev/vg00/lvol7    8388608 2944488 5401704   35% /usr&lt;BR /&gt;/dev/vg00/lvol4     524288   21536  498960    4% /tmp&lt;BR /&gt;/dev/vg00/lvol6    8388608 3933512 4420352   47% /opt&lt;BR /&gt;/dev/vg00/lvol5     131072    5816  124288    4% /home&lt;BR /&gt;DevFS                    3       3       0  100% /dev/deviceFileSystem&lt;BR /&gt;/dev/vg50/datavol  3588096   17969 3347001    1% /ignite_data&lt;BR /&gt;[rx26-161]/ &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;16.118.114.120:/ignite_data is the Mount point on 16.118.114.120 where I would like the image to be captured.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PATHNAME&gt;&lt;/TEXT&gt;</description>
      <pubDate>Sun, 13 Dec 2009 03:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214051#M465468</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-12-13T03:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214052#M465469</link>
      <description>The name of your ignite server is rx26-161.  Yes/no?  From your ignite server you have to NFS export the archives file system for all ignite images.  This is what you are backing up to.&lt;BR /&gt;&lt;BR /&gt;From your ignite server -&lt;BR /&gt;&lt;BR /&gt;# showmount -e (* verify that the file system /ignite_data is exported. If not, then "exportfs -av" and re-verify with showmount -e *)&lt;BR /&gt;&lt;BR /&gt;From your client server -&lt;BR /&gt;&lt;BR /&gt;# showmount -a (* verify the the NFS file systme rx26-161:/ignite_data is mounted.  If not, them "mount -a" *)</description>
      <pubDate>Sun, 13 Dec 2009 03:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214052#M465469</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-12-13T03:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214053#M465470</link>
      <description>When finished, please remember to assign 0 to 10 points for each response and close the thread so people don't keep answering it years from now.  (* yeppers, it happens *)</description>
      <pubDate>Sun, 13 Dec 2009 03:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214053#M465470</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-12-13T03:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: make net recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214054#M465471</link>
      <description>.</description>
      <pubDate>Sun, 13 Dec 2009 06:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/5214054#M465471</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-12-13T06:59:31Z</dc:date>
    </item>
  </channel>
</rss>

