<?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: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068996#M528673</link>
    <description>&lt;P&gt;Question - are the Linux boxes on the same subnet as the HP-UX boxes, or do they need to travel through a router? Does whatever router the packets hit first after leaving the HP-UX systems (probably the default gateway?) respond to ICMP echo requests (i.e. pings?) HP-UX has a feature called "dead gateway detection" in the IP stack - if a router stops responding to pings, its entry in the routing table is disabled. This will often manifest itself as connections to the HP-UX server working fine at first and then stopping working - pulling the cable causes the interface to be reset so the connections start working again, but then fail again when the pings timeout yet again.&lt;/P&gt;&lt;P&gt;You can test this by turning off dead gateway detection with the following command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 07 Nov 2019 16:12:29 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2019-11-07T16:12:29Z</dc:date>
    <item>
      <title>Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068835#M528664</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I would like to mount some Centos 6 nfs filesystems on hp-ux 11i v1 box.&lt;/P&gt;&lt;P&gt;I exported a test filesysstem with the following options (from /etc/exports file):&lt;/P&gt;&lt;P&gt;/data2/public 192.168.101.2(rw,sync,no_root_squash,no_subtree_check)&lt;/P&gt;&lt;P&gt;I mounted it on hp box with the following options (from /etc/fstab file):&lt;/P&gt;&lt;P&gt;192.168.101.1:/data2/public /public nfs vers=3,rsize=32768,wsize=32768,suid 0 0&lt;/P&gt;&lt;P&gt;I do can mount filesystem on HP box, but I cannot copy the files from mounted filesystem. Command hangs.&lt;/P&gt;&lt;P&gt;I tried with different rsize/wsize options but it did not work as well.&lt;/P&gt;&lt;P&gt;I can create and edit a test file and save it. This works fine.&lt;/P&gt;&lt;P&gt;I did try mounting hp-ux exported filesystem on linux but the problem remains.&lt;/P&gt;&lt;P&gt;On hp box nfsstat -m shows as follows:&lt;/P&gt;&lt;P&gt;/public from 192.168.101.1:/data2/public (Addr 192.168.101.1)&lt;BR /&gt;Flags: vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt;All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms)&lt;/P&gt;&lt;P&gt;Any suggestions on how to troubleshoot this, please?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068835#M528664</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-06T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068848#M528665</link>
      <description>&lt;P&gt;I have also noticed, that I can copy small files (tested with files less than 1kb), but what is more surprising, I cannot also copy more than about 380kb using ftp or sftp - ftp/sftp then hangs.&lt;/P&gt;&lt;P&gt;Maybe this is not a nfs problem but other one related to some limitations on hp-ux 11.i.&lt;/P&gt;&lt;P&gt;I use hp-ux 11i v1 for 2 days. This is fresh out of a box installation with secure shell installed in addition.&lt;/P&gt;&lt;P&gt;Is there any mechanism on hp side that than limits traffic down to 0 ?&lt;/P&gt;&lt;P&gt;I remember I used 11i v1 about 12 years ago and it worked fine, but I am not sure I used the same release what now (TCOE hp-ux 11i v1 june 2004)&lt;/P&gt;&lt;P&gt;Maybe this will put more light on the problem.&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 13:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068848#M528665</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-06T13:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068852#M528666</link>
      <description>&lt;P&gt;I would take a look at the network interface between the HP-UX box and the switch - is it having trouble negotiating to the right speed? You might have to disable auto-negotiation and hard set the NIC speed at both ends - how you do that depends on the NIC and the switch in question&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 14:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068852#M528666</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2019-11-06T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068855#M528667</link>
      <description>&lt;P&gt;For NFS, i suggest that you "nail" the read- and write size to 1024.&lt;/P&gt;&lt;P&gt;mount -o rsize=1024,wsize=1024 .....&lt;/P&gt;&lt;P&gt;You can also test "ping" with different packet sizes.&lt;/P&gt;&lt;P&gt;E.g.: "ping NFS-server 4096" will send and recieve a packet of 4k.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way you may be able to determine the smallest, working packet size.&lt;/P&gt;&lt;P&gt;Are NFS-client and server connected to the same network switch ?&lt;/P&gt;&lt;P&gt;Apart from a non-negotiated network-speed, also the MTU size could be a problem.&lt;/P&gt;&lt;P&gt;"ifconfig" or "netstat -rn" i think should show you the MTU.&amp;nbsp;&lt;/P&gt;&lt;P&gt;They should be either the same (1500 for ethernet) on both client and server, or your switch need to be able to handle different MTUs. Maybe the Linux-system uses jumbo-frames, or vice versa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068855#M528667</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2019-11-06T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068932#M528668</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;I did some research yesterday. I uninstalled secure shell so now the system configuration is more then less as it was after the installation. I checked mtu and it is set to 1500 on both ends. I tested Linux to Linux nfs connectivity with different Centos 6.10 installation and it works as it should be, however the test was based on nfs ver.4 not ver. 3 as with hp box.&lt;/P&gt;&lt;P&gt;I tested ftp transfer and I was able successfully copy 35MB file several times but in a few cases connection has been reset by HP. It means that I was not able even pinging hp box. I am not sure what does it mean yet - interface was up - I need to work more on this.&lt;/P&gt;&lt;P&gt;Any thoughts on this please?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Nov 2019 07:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068932#M528668</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-07T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068963#M528669</link>
      <description>&lt;P&gt;Try removing options sync,no_root_squash,no_subtree_check while exporting and you may restrict rw to this particular host if really required.&lt;BR /&gt;And then try to mount the filesystem.&lt;/P&gt;&lt;P&gt;Regarding sftp issue, You may need to narrow down the issue with hardware.&lt;/P&gt;&lt;P&gt;HPUX 11iv1 is no more supported, you may please plan for upgrade to HPUX 11.31 which has much more NFS features.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 11:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068963#M528669</guid>
      <dc:creator>Mani_Np</dc:creator>
      <dc:date>2019-11-07T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068969#M528670</link>
      <description>&lt;P&gt;You obviously have a general networking problem as ftp and NFS are both impacted.&lt;/P&gt;&lt;P&gt;What you should do:&lt;/P&gt;&lt;P&gt;1. If i am not wrong then HPUX has the "landiag" tool that can be used to get Network-Card/driver information including statistics, like dropped packets etc.. Try to find that tool. It comes up with a small menu and there is a "display" command to get LAN-statistics. Check if there are any errors reported. If yes, then your card or network-cable has a problem. Note that there is also a "ppa" command that allows you to change to another interface, if there are more than one installed.&lt;/P&gt;&lt;P&gt;2. It would be good to know how your network topology look like. Are Linux and HPUX-systems connected to the same switch, or are there other switches or routers used? Are the Source and Destination-IP address in the same subnet ?&lt;/P&gt;&lt;P&gt;3. If there are no interface-card errors then at the HPUX-system, run "arp -an", and identify the Linux-server-ip-address. and the reported Link-Level address: e.g. "&amp;nbsp;(10.10.59.173) at 0:30:6e:39:5d:6e ether&lt;/P&gt;&lt;P&gt;4. Verify that the Link-Level address is correct. If both systems are connected via a single switch and if both systems are in the same IP-subnet, then the Link-Level address should be the one of the Linux-interface. If not, then you may have a duplicate IP-address on your network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 12:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068969#M528670</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2019-11-07T12:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068976#M528671</link>
      <description>&lt;P&gt;I have rebuild hp workstation with basic OS installation type + IgniteUX. The problem still exists and if I even can copy/ftp small files performance is very low about 200kb/s. When I lost connection while ftping a file I run a landiag and have seen 256 errors. Then I have changed the switch port where workstation was connected and reattached the cable. I have also reset the card using landiag tool (and cleared the statistics). After this I tried ftping some files and it went very good with good performance. I have tried&amp;nbsp;small and big files - It worked fine.&lt;/P&gt;&lt;P&gt;Here is the output of landiag display command after&amp;nbsp;successful ftping files:&lt;/P&gt;&lt;P&gt;PPA Number = 0&lt;BR /&gt;Description = HP PCI 10/100Base-TX Core [100BASE-TX,FD,MANUAL,TT=1500]&lt;BR /&gt;Type (value) = ethernet-csmacd(6)&lt;BR /&gt;MTU Size = 1500&lt;BR /&gt;Speed = 100000000&lt;BR /&gt;Station Address = 0x306e2b791f&lt;BR /&gt;Administration Status (value) = up(1)&lt;BR /&gt;Operation Status (value) = up(1)&lt;BR /&gt;Last Change = 445181&lt;BR /&gt;Inbound Octets = 113500418&lt;BR /&gt;Inbound Unicast Packets = 38028&lt;BR /&gt;Inbound Non-Unicast Packets = 41&lt;BR /&gt;Inbound Discards = 0&lt;BR /&gt;Inbound Errors = 0&lt;BR /&gt;Inbound Unknown Protocols = 0&lt;BR /&gt;Outbound Octets = 151502&lt;BR /&gt;Outbound Unicast Packets = 2376&lt;BR /&gt;Outbound Non-Unicast Packets = 0&lt;BR /&gt;Outbound Discards = 0&lt;BR /&gt;Outbound Errors = 0&lt;BR /&gt;Outbound Queue Length = 0&lt;BR /&gt;Specific = 655367&lt;/P&gt;&lt;P&gt;There are no errors.&lt;/P&gt;&lt;P&gt;Then I have tried mounting nfs filesystem and copping some files. It worked fine as well. I have&amp;nbsp;copied 100Mb file with very good performance.&lt;/P&gt;&lt;P&gt;I do not&amp;nbsp;know what root&amp;nbsp;cause was but it looks it works fine now. I will reboot the system to check whether it works then as well. I will let you know where I am.&lt;/P&gt;&lt;P&gt;Many thanks for help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 13:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068976#M528671</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-07T13:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068982#M528672</link>
      <description>&lt;P&gt;OK, I have a few more details. After powering off and on the system problem reoccurred.&amp;nbsp;Resetting lan0 using landiag tool did not help. Then I have disconnected cable from the switch and connected again to the same port. It helped. Issue disappeared.&lt;/P&gt;&lt;P&gt;I do not know whether this is a network card issue or&amp;nbsp;switch issue. I do not have a spare hp network controller, but I will have a new switch tomorrow, so I will hopefully know something more then.&lt;/P&gt;&lt;P&gt;Any thoughts on this, please?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068982#M528672</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-07T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068996#M528673</link>
      <description>&lt;P&gt;Question - are the Linux boxes on the same subnet as the HP-UX boxes, or do they need to travel through a router? Does whatever router the packets hit first after leaving the HP-UX systems (probably the default gateway?) respond to ICMP echo requests (i.e. pings?) HP-UX has a feature called "dead gateway detection" in the IP stack - if a router stops responding to pings, its entry in the routing table is disabled. This will often manifest itself as connections to the HP-UX server working fine at first and then stopping working - pulling the cable causes the interface to be reset so the connections start working again, but then fail again when the pings timeout yet again.&lt;/P&gt;&lt;P&gt;You can test this by turning off dead gateway detection with the following command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068996#M528673</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2019-11-07T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068999#M528674</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Any thoughts on this, please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Looking at the landiag-output i can see that your system runs with a 100BaseT interface.&lt;/P&gt;&lt;P&gt;There were many bugs with this type of interface, so that i STRONGLY recommend that you install a patch-bundle.&lt;/P&gt;&lt;P&gt;From the problem description i would guess that the speed-negotiation does not work well. So maybe manually setting the speed to 100Mbit at the switch may help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, the dead-gateway-detection feature may also interfere and should be disabled. (if the Linux-system is in a different subnet... )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7068999#M528674</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2019-11-07T16:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7069004#M528675</link>
      <description>&lt;P&gt;All boxes are on the same subnet. Packets do not need to go&amp;nbsp;through the router. HP workstation and one linux box are connected to the same switch, the other linux box&amp;nbsp;through different one.&lt;/P&gt;&lt;P&gt;I have not seen a situation when&amp;nbsp;network performance degradation reoccurred after it was fixed, apart from a case when reboot took place, but I test it for a few hours only.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7069004#M528675</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-07T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing nfs filesystem from Centos 6.10 to HP-UX 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7069412#M528676</link>
      <description>&lt;P&gt;I have got a new&amp;nbsp;switch and set port speed to 100FD. It looks that HP workstation works fine now. I have tried rebooting and&amp;nbsp;transferring files using nfs and ftp and It works.&lt;/P&gt;&lt;P&gt;Thanks all for helping.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 14:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-nfs-filesystem-from-centos-6-10-to-hp-ux-11i-v1/m-p/7069412#M528676</guid>
      <dc:creator>Marek_16</dc:creator>
      <dc:date>2019-11-12T14:07:57Z</dc:date>
    </item>
  </channel>
</rss>

