<?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 and NIC question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945258#M577303</link>
    <description>and that your problem is solved, how about assigning points.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
    <pubDate>Tue, 08 Apr 2003 12:11:38 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-04-08T12:11:38Z</dc:date>
    <item>
      <title>NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945249#M577294</link>
      <description>Is there a command that can be run on a workstation running HP-UX 11i that will tell you the speed of a NIC? Also what are the commands to share a directory via NFS? I have done this within SAM and assume that the last step will be /sbin/init.d/nfs.server start.</description>
      <pubDate>Mon, 07 Apr 2003 15:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945249#M577294</guid>
      <dc:creator>Terry Washington_1</dc:creator>
      <dc:date>2003-04-07T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945250#M577295</link>
      <description>lanadmin -x 0 (where 0 is the card's instance or PPA number - use lanscan to find it) will give you the speed of the NIC&lt;BR /&gt;&lt;BR /&gt;If it's not already started, start the NFS server with /sbin/init.d/nfs.server.  Then, export the directory with exportfs  If you want this to be permanent, add it to the /etc/exports file.   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2003 15:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945250#M577295</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-07T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945251#M577296</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can see speed of a NIC &lt;BR /&gt;&lt;BR /&gt;# man lanadmin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; -x options          Get and display driver specific options of&lt;BR /&gt;                               the interface corresponding to PPA.&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x ppa&lt;BR /&gt;&lt;BR /&gt;also,share a directory via NFS is &lt;BR /&gt;&lt;BR /&gt;# man showmount &lt;BR /&gt;&lt;BR /&gt; -a   Print all remote mounts in the format&lt;BR /&gt;&lt;BR /&gt;                name:directory&lt;BR /&gt;&lt;BR /&gt;           where hostname is the name of the client, and directory is the&lt;BR /&gt;           directory or root of the file system that was mounted.&lt;BR /&gt;&lt;BR /&gt;      -d   List directories that have been remotely mounted by clients.&lt;BR /&gt;&lt;BR /&gt;      -e   Print the list of exported file systems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# showmount -e&lt;BR /&gt;&lt;BR /&gt;cf)&lt;BR /&gt;# exportfs -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;have a good day!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2003 15:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945251#M577296</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-04-07T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945252#M577297</link>
      <description>For sharing out directories see this man page -&lt;BR /&gt;&lt;BR /&gt;man exports&lt;BR /&gt;&lt;BR /&gt;fill in your share details in the file /etc/exports.&lt;BR /&gt;&lt;BR /&gt;thereafter, run the following commands -&lt;BR /&gt;&lt;BR /&gt;# exportfs -ua&lt;BR /&gt;&lt;BR /&gt;# exportfs -a&lt;BR /&gt;&lt;BR /&gt;# exportfs&lt;BR /&gt;&lt;BR /&gt;the above command will show the shares you have exported.&lt;BR /&gt;&lt;BR /&gt;you don't have to restart nfs.&lt;BR /&gt;&lt;BR /&gt;- ramd.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2003 15:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945252#M577297</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-07T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945253#M577298</link>
      <description>In my previous post you may ignore my instruction to run tyhe command exportfs -ua. that removes all the current shares and if there are any nfs mounts that other nfs clients have made, this might cause their mounts to hang.&lt;BR /&gt;&lt;BR /&gt;you may however run the other commands such as exportfs -a and exportfs.&lt;BR /&gt;&lt;BR /&gt;- ramd.</description>
      <pubDate>Mon, 07 Apr 2003 15:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945253#M577298</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-07T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945254#M577299</link>
      <description>Thanks veryone for the NFS info. I am all set there. I am having a problem getting the NIC speed info. I ran a lanscan to get the PPA info on my NIC card and received the below output. I then ran lanadmin -x on what seems to be the PPA number but keep getting an invalid PPA number error. The workstation is a Visualize B1000. What am I missing?&lt;BR /&gt;&lt;BR /&gt;# lanscan &lt;BR /&gt;Hardware Station        Crd  Hdw   Net-Interface    NM   MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In#  State NamePPA          ID   Type      Support Mjr#&lt;BR /&gt;10/0/12/0 0x001083F95434 0    UP    lan0 snap0       1    ETHER       Yes   119&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x lan0&lt;BR /&gt;Invalid PPA Number entry&lt;BR /&gt;# lanadmin -x snap0&lt;BR /&gt;Invalid PPA Number entry&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2003 17:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945254#M577299</guid>
      <dc:creator>Terry Washington_1</dc:creator>
      <dc:date>2003-04-07T17:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945255#M577300</link>
      <description>Hi,&lt;BR /&gt;Try just 0&lt;BR /&gt;lanadmin -x ppa 0&lt;BR /&gt;&lt;BR /&gt;Also if you just use lanadmin, you go into a menu driven version which can give you some good stuff.&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;Kel</description>
      <pubDate>Mon, 07 Apr 2003 17:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945255#M577300</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-07T17:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945256#M577301</link>
      <description>hi,again.&lt;BR /&gt;&lt;BR /&gt;#lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;what's display??&lt;BR /&gt;&lt;BR /&gt;It's may do display correctly.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 02:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945256#M577301</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-04-08T02:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945257#M577302</link>
      <description>Thanks Kelli. That gave me the info.</description>
      <pubDate>Tue, 08 Apr 2003 12:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945257#M577302</guid>
      <dc:creator>Terry Washington_1</dc:creator>
      <dc:date>2003-04-08T12:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS and NIC question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945258#M577303</link>
      <description>and that your problem is solved, how about assigning points.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 08 Apr 2003 12:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-and-nic-question/m-p/2945258#M577303</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-08T12:11:38Z</dc:date>
    </item>
  </channel>
</rss>

