<?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: Remote file access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565373#M919552</link>
    <description>&lt;BR /&gt;Thanks Clay, I meant to say if Bach didn't want to use hardmount, he could use automount. I do know that they both use NFS.&lt;BR /&gt;&lt;BR /&gt;I am not sure what is his requirement, maybe he can get away with writing a script, which looks for any changes in the script on the remote node and transfers the file(using ftp/rcp/scp) or even better just use rdist to copy the file from the remote node to the local node, rather than hardmounting or automounting. But then again, I am not sure what are Bach's requirements/limitations.&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;I am RU</description>
    <pubDate>Tue, 14 Aug 2001 20:18:10 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-14T20:18:10Z</dc:date>
    <item>
      <title>Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565366#M919545</link>
      <description>Is there a way to access a file that resides on a remote host using the link command?&lt;BR /&gt;I tried to use a symblic link to link a local file to a remote file, and this does not work!&lt;BR /&gt;&lt;BR /&gt;e.g. ln -s local_file remote_host:/file. TIA.</description>
      <pubDate>Tue, 14 Aug 2001 19:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565366#M919545</guid>
      <dc:creator>bhoang</dc:creator>
      <dc:date>2001-08-14T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565367#M919546</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The answer is no at least not like that. You can export the filesystem via NFS and then mount the filesystem via NFS on the local system. &lt;BR /&gt;&lt;BR /&gt;After exporting on the remote system you can then&lt;BR /&gt;mount -F nfs remotehost:/fs1 /remfs1&lt;BR /&gt;&lt;BR /&gt;You can then do a symbolic link something like this:&lt;BR /&gt;ln -s /remfs1/myfile1 /myhomedir/myfile1&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 14 Aug 2001 19:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565367#M919546</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-14T19:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565368#M919547</link>
      <description>Hi Bach,&lt;BR /&gt;You have to export that file system.&lt;BR /&gt;For example &lt;BR /&gt;1.your filename on remote system is /home/bach/runme.&lt;BR /&gt;2. you are trying to run that file from client1 &lt;BR /&gt;&lt;BR /&gt;On remote system&lt;BR /&gt;#vi /etc/exports file and export /home&lt;BR /&gt;    /home   -access=client1&lt;BR /&gt;#exportfs -va  (to export /home)&lt;BR /&gt;&lt;BR /&gt;on client&lt;BR /&gt;#cd /&lt;BR /&gt;#mkdir tmphome&lt;BR /&gt;#mount server:/home /tmphome&lt;BR /&gt;#ln -s /tmphome/bach/runme /home/bach/runme&lt;BR /&gt;#cd /home/bach&lt;BR /&gt;and run "runme" it will run it from remote system.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Aug 2001 19:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565368#M919547</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-08-14T19:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565369#M919548</link>
      <description>Hi Clay, Due to disk space limitation on the local host, I thought I can use the symbolic link concept...</description>
      <pubDate>Tue, 14 Aug 2001 19:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565369#M919548</guid>
      <dc:creator>bhoang</dc:creator>
      <dc:date>2001-08-14T19:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565370#M919549</link>
      <description>Hi Bach,&lt;BR /&gt;&lt;BR /&gt;When you nfs mount a filesystem, you are not using up disk space on your local system.&lt;BR /&gt;If you don't want to use NFS, the other option is to use AUTOFS(/automount).&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;I am RU</description>
      <pubDate>Tue, 14 Aug 2001 19:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565370#M919549</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-14T19:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565371#M919550</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Whether by hard mount or automount (both use NFS) you are not eating up disk space on the local machine (other than the mountpoint entries - and they are trivial.).&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 14 Aug 2001 19:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565371#M919550</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-14T19:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565372#M919551</link>
      <description>Thanks a lot everyone! It works fine.</description>
      <pubDate>Tue, 14 Aug 2001 20:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565372#M919551</guid>
      <dc:creator>bhoang</dc:creator>
      <dc:date>2001-08-14T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565373#M919552</link>
      <description>&lt;BR /&gt;Thanks Clay, I meant to say if Bach didn't want to use hardmount, he could use automount. I do know that they both use NFS.&lt;BR /&gt;&lt;BR /&gt;I am not sure what is his requirement, maybe he can get away with writing a script, which looks for any changes in the script on the remote node and transfers the file(using ftp/rcp/scp) or even better just use rdist to copy the file from the remote node to the local node, rather than hardmounting or automounting. But then again, I am not sure what are Bach's requirements/limitations.&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;I am RU</description>
      <pubDate>Tue, 14 Aug 2001 20:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565373#M919552</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-14T20:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remote file access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565374#M919553</link>
      <description>Hi Bach,&lt;BR /&gt;&lt;BR /&gt;You may do an export of the remote directory containing the file to symbolic link ( with exportfs ) like :&lt;BR /&gt;&lt;BR /&gt;#exportfs -i -o rw=server1:server2 /myDir&lt;BR /&gt;&lt;BR /&gt;This command exports the directory "myDir" with read and write permessions to server1 and server2&lt;BR /&gt;&lt;BR /&gt;Then on the local server, mount the NFS direcory by the following command :&lt;BR /&gt;&lt;BR /&gt;#mount -F nfs -o soft,intr,rw remoteServer:/myDir  /users/remoteDir/myLocalDir&lt;BR /&gt;&lt;BR /&gt;This command mount the remote directory "myDir" on the remote server "remoteServer" on the local directory "myLocalDir" with read and write permissions.&lt;BR /&gt;&lt;BR /&gt;Now you can issue your symbolic link using the mounted directory "myLocalDir" like :&lt;BR /&gt;&lt;BR /&gt;#ln -s /users/remoteDir/myLocalDir/remoteFile   /tmp/symbolicLinkOnRemoteFile&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2001 12:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-access/m-p/2565374#M919553</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-15T12:01:07Z</dc:date>
    </item>
  </channel>
</rss>

