<?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: HP UX 11.00a in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689998#M586255</link>
    <description>Procura,&lt;BR /&gt;&lt;BR /&gt;If all of the NFS clients and server are HP-UX 10.X and 11.X, then the thing to do is get the 10.X clients upgraded to NFS v3.  This can be done via patches, though I don't recall which specific ones.&lt;BR /&gt;&lt;BR /&gt;If you have a directory exported and the machine is running NFS v3, I don't know how well a NFS v2 client would deal with that.</description>
    <pubDate>Mon, 25 Mar 2002 17:03:57 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2002-03-25T17:03:57Z</dc:date>
    <item>
      <title>HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689992#M586249</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an HPUX11.00a,an HP10.20 and a number of NT4 machines. I have set up Windows services for Unix and configured an NFS server on a number of NT4 machines to enable the 11.00a box to 'see' a particular folder [ to enable files to be accessed on the NT4 server from the HP11.00a box]. I have managed to mount a directory on the hp11.00a box and when I first change into this directory and run lp -la I get a listing ok. BUT from then on it shows either unreachable or not found. If I set up the 10.20 box the same to the same NT4 server all ok.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?</description>
      <pubDate>Mon, 25 Mar 2002 16:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689992#M586249</guid>
      <dc:creator>it_3</dc:creator>
      <dc:date>2002-03-25T16:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689993#M586250</link>
      <description>It sounds like you have an NFS version problem.  HP-UX 11.X uses NFSv3 as the default whereas HP-UX 10.20 uses NFSv2 as the default.&lt;BR /&gt;&lt;BR /&gt;On your 11.0 machine try mounting the directory with the 'vers=2' option.  Your mount command would look something like:&lt;BR /&gt;&lt;BR /&gt;# mount -F nfs -o vers=2 nt_machine:/exported/directory /directory/on/hpux&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Mar 2002 16:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689993#M586250</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-25T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689994#M586251</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;Try using Samba on the 10.20 machines, and CIFS/9000 on the 11's:&lt;BR /&gt;&lt;BR /&gt;CIFS/9000:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&amp;amp;group_name=CIFS&amp;amp;search_free=1&amp;amp;search_trial=1&amp;amp;search_buy=1" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&amp;amp;group_name=CIFS&amp;amp;search_free=1&amp;amp;search_trial=1&amp;amp;search_buy=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Samba&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;beats the crap out of NFS and easily works both ways, and no need for special software on the NT's!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 25 Mar 2002 16:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689994#M586251</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-25T16:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689995#M586252</link>
      <description>Hi Patrick and Harry,&lt;BR /&gt;&lt;BR /&gt;Thanks for such a fast response.&lt;BR /&gt;&lt;BR /&gt;Patrick i hadn't realised the OS had differing versions so I will try this next.&lt;BR /&gt;&lt;BR /&gt;Harry I have tried the CIFS client with HP11.00 but still had errors. &lt;BR /&gt;&lt;BR /&gt;The SfU is version 1.0 so maybe this is the cause.&lt;BR /&gt;&lt;BR /&gt;thanks again to you both&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;bob Briggs</description>
      <pubDate>Mon, 25 Mar 2002 16:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689995#M586252</guid>
      <dc:creator>it_3</dc:creator>
      <dc:date>2002-03-25T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689996#M586253</link>
      <description>Yippee,&lt;BR /&gt;&lt;BR /&gt;That did it was the versions that caused the problem, Changed to vers=2 and Bob's your uncle, er and my name.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Mon, 25 Mar 2002 16:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689996#M586253</guid>
      <dc:creator>it_3</dc:creator>
      <dc:date>2002-03-25T16:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689997#M586254</link>
      <description>Just a quick side question. (Or should I start a new thread to allow throwing points :) Can HP-UX 11.00 export a file system to NFS and share it both to NFS3 *and* NFS2 clients?&lt;BR /&gt;&lt;BR /&gt;In other words, if HP-box A exports a file system with no specific version options can both NFS2 and NFS3 clients connect?</description>
      <pubDate>Mon, 25 Mar 2002 16:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689997#M586254</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-03-25T16:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689998#M586255</link>
      <description>Procura,&lt;BR /&gt;&lt;BR /&gt;If all of the NFS clients and server are HP-UX 10.X and 11.X, then the thing to do is get the 10.X clients upgraded to NFS v3.  This can be done via patches, though I don't recall which specific ones.&lt;BR /&gt;&lt;BR /&gt;If you have a directory exported and the machine is running NFS v3, I don't know how well a NFS v2 client would deal with that.</description>
      <pubDate>Mon, 25 Mar 2002 17:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689998#M586255</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-25T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX 11.00a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689999#M586256</link>
      <description>Well, actually, all HP-UX systems work fine. They're all at December-2001 (some itrc issues prevented me from ordering March-2002 on SUM, but that is solved now). The system that is having trouble (both ways) is an AIX 4.2&lt;BR /&gt;&lt;BR /&gt;I've mentioned this in thread &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x02737783db2ad6118ffc0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x02737783db2ad6118ffc0090279cd0f9,00.html&lt;/A&gt; where I got no satisfying answer.&lt;BR /&gt;&lt;BR /&gt;If you have one, follow-up there and collect your points</description>
      <pubDate>Mon, 25 Mar 2002 17:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-00a/m-p/2689999#M586256</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-03-25T17:51:43Z</dc:date>
    </item>
  </channel>
</rss>

