<?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: NFS issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863738#M277191</link>
    <description>that's right, client info is in&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients/bacdev1/recovery &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could all this be cause by creating the logical volume /var/opt/ignite? I will try deleting it and creating /var/opt/ignite/clients as a separate LV and keep the rest in vg00.&lt;BR /&gt;&lt;BR /&gt;I think it's something to do with NFS, export, permissions, mount points, although now I still cannot zero in on the problem, even after carefully reviewing all the configs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Sep 2006 12:29:48 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-09-18T12:29:48Z</dc:date>
    <item>
      <title>NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863728#M277181</link>
      <description>I am trying to set up an Ignite server on 11.23, this part works but when I try to do make_net_recovery, I get the following peculiar error.  It's something to do with NFS, or permissions perhaps. &lt;BR /&gt;/var/opt/ignite is bin:bin and 755.&lt;BR /&gt;&lt;BR /&gt;I exported the relevant directories:&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------         &lt;BR /&gt;&lt;BR /&gt;# cat /etc/exports&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/bcadev1 -anon=2&lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# exportfs -av&lt;BR /&gt;re-exported /var/opt/ignite/clients&lt;BR /&gt;re-exported /var/opt/ignite/recovery/archives/bcadev1&lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# cat /etc/mnttab  | grep ignite&lt;BR /&gt;/dev/vg00/lvol9 /var/opt/ignite vxfs ioerror=mwdisable,delaylog,dev=40000009 0 0 1158271 &lt;BR /&gt;&lt;BR /&gt;Furthermore, I can mount /var/opt/ignite/clients on the client.&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;ERROR:   nfs mount: mount_nfs: mount: /var/opt/ignite/recovery/client_mnt: &lt;BR /&gt;         Device busy&lt;BR /&gt;         ERROR:   Could not NFS mount directory /var/opt/ignite/clients on &lt;BR /&gt;         sba1. The &lt;BR /&gt;                  exports file on sba1 should contain the entry &lt;BR /&gt;                  "/var/opt/ignite/clients -anon=2". Ensure that &lt;BR /&gt;         /var/opt/ignite/clients&lt;BR /&gt;                  has been exported using the "exportfs -av" command.&lt;BR /&gt;         ERROR:   Failed mounting directory &lt;BR /&gt;         /var/opt/ignite/recovery/client_mnt:/Error 0&lt;BR /&gt;                  (errno = 0)&lt;BR /&gt;         ERROR:    Failed to create NFS mount directories for configuration &lt;BR /&gt;         files.&lt;BR /&gt;--------------------------------------------------         &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 14:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863728#M277181</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-15T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863729#M277182</link>
      <description>You haven't exported client archive directory where image can be stored. Here is example how I did on my Ignite server.&lt;BR /&gt;&lt;BR /&gt;/etc/exports file:&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/depot/ignite/archive/Rel_B.11.11 -ro,anon=2&lt;BR /&gt;/archives/hp1 -anon=2,access=hp1&lt;BR /&gt;&lt;BR /&gt;ll -d /archives  --&amp;gt; permissions for archives&lt;BR /&gt;&lt;BR /&gt;755 bin:bin for /archives/hp1&lt;BR /&gt;&lt;BR /&gt;Give permission to Client archive access to client only. See 3rd line in /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;Run make_net_recovery which will create client image at /archives/hp1</description>
      <pubDate>Fri, 15 Sep 2006 15:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863729#M277182</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-15T15:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863730#M277183</link>
      <description>Hi ETC, &lt;BR /&gt;&lt;BR /&gt;Similar threads, &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=274848" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=274848&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=44665" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=44665&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 15 Sep 2006 15:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863730#M277183</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-09-15T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863731#M277184</link>
      <description>&lt;!--!*#--&gt;here is /etc/exports, I am exporting all the right directories:&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients -anon=2,access=bcadev1&lt;BR /&gt;/var/opt/ignite/recovery/archives/bcadev1 -anon=2,access=bcadev1</description>
      <pubDate>Fri, 15 Sep 2006 15:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863731#M277184</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-15T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863732#M277185</link>
      <description>Yeah, I saw the first thread, his last mesg. is the exact problem I am having, with no replies. No solutions in the 2nd either, as I am able to mount these directories on the client. &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 15:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863732#M277185</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-15T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863733#M277186</link>
      <description>Missing something here. If you set correctly permissions, exports file etc.. it should work.&lt;BR /&gt;What is the name of Ignite server and name of client to run make_net_recovery.</description>
      <pubDate>Fri, 15 Sep 2006 15:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863733#M277186</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-15T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863734#M277187</link>
      <description>&lt;!--!*#--&gt;sba1 = Ignite server&lt;BR /&gt;bcadev1 = client&lt;BR /&gt;&lt;BR /&gt;Why is it trying to NFS-mount /var/opt/ignitge/clients on sba1?? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR: Could not NFS mount directory /var/opt/ignite/clients on &lt;BR /&gt;sba1&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2006 16:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863734#M277187</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-15T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863735#M277188</link>
      <description>So where is the client configuration files stored?&lt;BR /&gt;is it /var/opt/ignite/clients/bacdev1/recovery ?&lt;BR /&gt;&lt;BR /&gt;Server is trying to mount client directory writable so that client configuration files would be written to the above directory. Make sure that you followed correct procedure and not overlaping mount points.</description>
      <pubDate>Fri, 15 Sep 2006 17:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863735#M277188</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-15T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863736#M277189</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;My read here is that some file called for in the ignite configuration is not in an exported NFS directory.&lt;BR /&gt;&lt;BR /&gt;On the server:&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then try the Ignite client connection. Note errors and compare them to your configuration file.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Not really back on the grid.</description>
      <pubDate>Sun, 17 Sep 2006 06:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863736#M277189</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-17T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863737#M277190</link>
      <description>Nothing in syslog.log file on either server or client.</description>
      <pubDate>Mon, 18 Sep 2006 12:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863737#M277190</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-18T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863738#M277191</link>
      <description>that's right, client info is in&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients/bacdev1/recovery &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could all this be cause by creating the logical volume /var/opt/ignite? I will try deleting it and creating /var/opt/ignite/clients as a separate LV and keep the rest in vg00.&lt;BR /&gt;&lt;BR /&gt;I think it's something to do with NFS, export, permissions, mount points, although now I still cannot zero in on the problem, even after carefully reviewing all the configs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2006 12:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863738#M277191</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-18T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863739#M277192</link>
      <description>I figured out what the problem was, nothing wrong on the server, but  /var/opt/ignite/recovery was already NFS-mounted on the client from another (older) Ignite/NFS server.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2006 13:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-issues/m-p/3863739#M277192</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-18T13:48:13Z</dc:date>
    </item>
  </channel>
</rss>

