<?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 sharing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849110#M545581</link>
    <description>Dear Sir,&lt;BR /&gt;How to Share a File oo directory in HP UNIX</description>
    <pubDate>Wed, 23 Aug 2006 12:33:13 GMT</pubDate>
    <dc:creator>Indrajit Bhagat</dc:creator>
    <dc:date>2006-08-23T12:33:13Z</dc:date>
    <item>
      <title>sharing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849110#M545581</link>
      <description>Dear Sir,&lt;BR /&gt;How to Share a File oo directory in HP UNIX</description>
      <pubDate>Wed, 23 Aug 2006 12:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849110#M545581</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2006-08-23T12:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: sharing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849111#M545582</link>
      <description>You may have to use samba for file sharing and accessing the same over the network from otehr windows based servers as well. However, if it is to share between two unix servers, you can do an NFS mount itself. export the required directory from the source system and mount the same on to any directory on the destination file system. I think to export the directory, you have to put the directory path in /etc/exports and then execute exportfs -a (from the top of my mind).&lt;BR /&gt;&lt;BR /&gt;-Ram&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849111#M545582</guid>
      <dc:creator>Ramaprasad N</dc:creator>
      <dc:date>2006-08-23T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: sharing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849112#M545583</link>
      <description>Hi Indrajit,&lt;BR /&gt;&lt;BR /&gt;Server A (NFS Server)&lt;BR /&gt;#&amp;gt; vi /etc/exports&lt;BR /&gt;/name_FS_to_export&lt;BR /&gt;#&amp;gt; exportfs -a (to validate)&lt;BR /&gt;#&amp;gt; exportfs (to confirm)&lt;BR /&gt;&lt;BR /&gt;Server B (NFS Client)&lt;BR /&gt;mkdir /Mydir&lt;BR /&gt;&lt;BR /&gt;mount SERVER_A:/name_FS_to expor (From server) /Mydir&lt;BR /&gt;&lt;BR /&gt;itÂ´s all.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2006 12:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849112#M545583</guid>
      <dc:creator>Laerte Cardoso</dc:creator>
      <dc:date>2006-08-23T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: sharing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849113#M545584</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For unix&lt;BR /&gt;&lt;BR /&gt;vi /etc/exports&lt;BR /&gt;&lt;BR /&gt;/directoryname&lt;BR /&gt;&lt;BR /&gt;save it&lt;BR /&gt;&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;CIFS/9000 Samba permits you to do the same thing for Windows Clients. It requires additional software installation.&lt;BR /&gt;&lt;BR /&gt;Search for CIFS/9000 on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Download and install both server and client products. The client requires a system reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Aug 2006 12:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849113#M545584</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-23T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: sharing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849114#M545585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Depending on your intended use, an FTP server may be a better fit for you.&lt;BR /&gt;&lt;BR /&gt;# man ftpd&lt;BR /&gt;for information on setting up the "DARPA Internet FTP server" which comes with HP-UX.&lt;BR /&gt;&lt;BR /&gt;An alternative server, proftpd, is available in depot form here:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.3.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.3.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Other options include sftp (openssh.org), scp  (openssh.org), rcp, and nc (ncat).&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 23 Aug 2006 13:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing/m-p/3849114#M545585</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-23T13:09:53Z</dc:date>
    </item>
  </channel>
</rss>

