<?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: snfs, nfs through ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349082#M568533</link>
    <description>Hi Per,&lt;BR /&gt;&lt;BR /&gt;I downloaded the 1.54 code and compared it against the 1.45 code I had previously modified.  The authors have addressed a few of the issues that made me change the code but not all of them.&lt;BR /&gt;&lt;BR /&gt;I still needed to make changes to the following files to get the product to compile without error and install correctly on my system:&lt;BR /&gt;&lt;BR /&gt;Makefile.in&lt;BR /&gt;rpc_pcl.c&lt;BR /&gt;rpc_psrv.c&lt;BR /&gt;NFS/Makefile.in&lt;BR /&gt;NFS/TEMPLATE.in&lt;BR /&gt;NFS/perl/SNFS.pm.in&lt;BR /&gt;&lt;BR /&gt;I've attached a gzipped tar file containing these files.  If you replace the files in the 1.54 code drop with these versions (making backup copies first ;) then you should be able to get the product to build and install. &lt;BR /&gt;&lt;BR /&gt;You'll still have to configure your environment and modify the TEMPLATE file according to the directions on the SNFS web site - or in the README.NFS file.  &lt;BR /&gt;&lt;BR /&gt;Also, I have not played with the SNIS product at all.  I've only tried SNFS and made changes to the SNFS files to get it to compile/install.&lt;BR /&gt;&lt;BR /&gt;I hope this gives you a good head start towards getting this to work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Aug 2004 13:25:35 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2004-08-05T13:25:35Z</dc:date>
    <item>
      <title>snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349076#M568527</link>
      <description>Hi &lt;BR /&gt;I would like to know if anyone have tried or have any experience with&lt;BR /&gt;snfs on hpux 11.11(nfs trough ssh, for details see &lt;A href="http://www.math.ualberta.ca/imaging/snfs/)." target="_blank"&gt;http://www.math.ualberta.ca/imaging/snfs/).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards Per&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 05:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349076#M568527</guid>
      <dc:creator>pervalentinlund</dc:creator>
      <dc:date>2004-08-04T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349077#M568528</link>
      <description>Per,&lt;BR /&gt;&lt;BR /&gt;Interesting!  I've not tried it but I thought maybe I could fix your link for you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.math.ualberta.ca/imaging/snfs/" target="_blank"&gt;http://www.math.ualberta.ca/imaging/snfs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 04 Aug 2004 05:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349077#M568528</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-04T05:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349078#M568529</link>
      <description>Hello Per,&lt;BR /&gt;&lt;BR /&gt;Yes, I played with this product and got it working on HP-UX.  &lt;BR /&gt;&lt;BR /&gt;However, there was a limitation on my HP-UX implementation where ALL NFS mounts had to be to the same NFS server.  The reason is because on HP-UX you cannot change the port number or RPC program number that the MOUNT protocol and NFS protocol use.  On Operating Systems like Linux, they offer parameters like "mountprog" and "nfsprog" and "mountport" and "nfsport".&lt;BR /&gt;&lt;BR /&gt;Since HP-UX always uses program 100003 for NFS and 100005 for MOUNT, there is no way to override these program numbers and assign different servers to different program numbers.  Therefore, all NFS-SSH traffic goes through a single SSH connection to a single NFS server.&lt;BR /&gt;&lt;BR /&gt;If you don't mind the fact that all NFS traffic goes to a single server, then this little tool works fine.  However, it does cause a major hit on performance, due to the SSH overhead.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 04 Aug 2004 14:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349078#M568529</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-08-04T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349079#M568530</link>
      <description>Hello Dave,&lt;BR /&gt;&lt;BR /&gt;That all the NFS traffic goes to at single server is fine for my setup. I will try to use the tool in conjunction with one ignite-server which is behind a firewall and one node standing in a DMZ.&lt;BR /&gt;Right before I will start the ignite-backup I will initiate the ssh-tunnel, mount the file systems and let the ignite system do the backup though this tunnel.&lt;BR /&gt;&lt;BR /&gt;I have downloaded the latest version sec_rpc-1.54.tar.gz but I have some troubles compiling the source.  Se belov&lt;BR /&gt;&lt;BR /&gt;rpc_psrv.c:206: error: `UDPMSGSIZE' undeclared (first use in this function)&lt;BR /&gt;&lt;BR /&gt;The system I am trying to compile the source on is a L1500 PA-risk system with HPUX 11.11.&lt;BR /&gt;I am using gcc version 3.3.3 with binutils 2.14.&lt;BR /&gt;Do you have any idea what my problem is?   &lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 01:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349079#M568530</guid>
      <dc:creator>pervalentinlund</dc:creator>
      <dc:date>2004-08-05T01:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349080#M568531</link>
      <description>&lt;P&gt;Hello Per,&lt;BR /&gt;&lt;BR /&gt;The last time I played with this it was revision 1.49, so it's been a while since I've played with it if the current drop is 1.54.&lt;BR /&gt;&lt;BR /&gt;Back in the 1.49 code I needed to make changes to 4 different files in order to get the program to compile and run properly on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I believe the change I made to eliminate the UDPMSGSIZE issue was to uncomment the line:&lt;BR /&gt;&lt;BR /&gt;#LIB = -lrpcsoc&lt;BR /&gt;&lt;BR /&gt;in the Makefile.in file. However, that was merely one of the many changes I needed to make.&lt;BR /&gt;&lt;BR /&gt;If you'd like, I can try downloading the 1.54 code later today (it's 6:30 AM here in California and the only reason I'm awake is because the garbage truck woke me up &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt; and see what changes I need to make to get it working. Hopefully it will only be a subset of the changes I made when I played with 1.45. After that I can post the diff's of the changes to this forum so that you could see what modifications I made to get it working.&lt;BR /&gt;&lt;BR /&gt;Let me know if, or anyone else interested in getting SNFS working, would find this useful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 05:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349080#M568531</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-29T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349081#M568532</link>
      <description>Hello Dave&lt;BR /&gt;If you have the time, it would be great if you could do that.&lt;BR /&gt;&lt;BR /&gt;Regards Per</description>
      <pubDate>Thu, 05 Aug 2004 08:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349081#M568532</guid>
      <dc:creator>pervalentinlund</dc:creator>
      <dc:date>2004-08-05T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: snfs, nfs through ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349082#M568533</link>
      <description>Hi Per,&lt;BR /&gt;&lt;BR /&gt;I downloaded the 1.54 code and compared it against the 1.45 code I had previously modified.  The authors have addressed a few of the issues that made me change the code but not all of them.&lt;BR /&gt;&lt;BR /&gt;I still needed to make changes to the following files to get the product to compile without error and install correctly on my system:&lt;BR /&gt;&lt;BR /&gt;Makefile.in&lt;BR /&gt;rpc_pcl.c&lt;BR /&gt;rpc_psrv.c&lt;BR /&gt;NFS/Makefile.in&lt;BR /&gt;NFS/TEMPLATE.in&lt;BR /&gt;NFS/perl/SNFS.pm.in&lt;BR /&gt;&lt;BR /&gt;I've attached a gzipped tar file containing these files.  If you replace the files in the 1.54 code drop with these versions (making backup copies first ;) then you should be able to get the product to build and install. &lt;BR /&gt;&lt;BR /&gt;You'll still have to configure your environment and modify the TEMPLATE file according to the directions on the SNFS web site - or in the README.NFS file.  &lt;BR /&gt;&lt;BR /&gt;Also, I have not played with the SNIS product at all.  I've only tried SNFS and made changes to the SNFS files to get it to compile/install.&lt;BR /&gt;&lt;BR /&gt;I hope this gives you a good head start towards getting this to work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2004 13:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snfs-nfs-through-ssh/m-p/3349082#M568533</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-08-05T13:25:35Z</dc:date>
    </item>
  </channel>
</rss>

