<?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: Linking a file on different server. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620022#M38482</link>
    <description>Your only option to link them would be to use NFS and mount the filesystem/directory on the other server.&lt;BR /&gt;I am not a fan of NFS though and would not recommend doing this is this was the only reason you needed NFS.  NFS has security concerns, can lead to reliability issues if the NFS server machine goes down or is having problems.  It also doesn't work well over a WAN unless the connection is very fast and consistent.&lt;BR /&gt;There is a neat little perl script called Mirror that I would probably use for this.  It checks files or directories on 2 servers and keeps them in sync.&lt;BR /&gt;&lt;A href="ftp://src.doc.ic.ac.uk/computing/archiving/mirror/" target="_blank"&gt;ftp://src.doc.ic.ac.uk/computing/archiving/mirror/&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Nov 2001 16:31:47 GMT</pubDate>
    <dc:creator>Bernie Vande Griend</dc:creator>
    <dc:date>2001-11-26T16:31:47Z</dc:date>
    <item>
      <title>Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620016#M38476</link>
      <description>We have two servers ServerA and ServerB, the Oracle from ServerA writes a file in /utl_file/gis/gis.dat file. Now Oracle on SererB wants to read this file. For this we have a daily cron job which copies gis.dat file from ServerA and paste into the similar directory structure in ServerB at /utl_file/gis/gis.dat.&lt;BR /&gt;&lt;BR /&gt;Is it possible to avoid this cron job and somehow link the ServerA:/utl_file/gis/gis.dat to ServerB:/utl_file/gis/gis.dat so that Oracle on ServerB can read it anytime.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620016#M38476</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2001-11-26T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620017#M38477</link>
      <description>With an NFS mount you can access a file on serverA from ServerB, but unfortunately not via "ln". &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Nov 2001 16:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620017#M38477</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-26T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620018#M38478</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;Would suggest to share server A directory to server B as it's local directory using NFS.  This way it would prevent you from running cronjobs.  Let me know if you need some guidelines how to make this as NFS dir.&lt;BR /&gt;&lt;BR /&gt;Joey&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620018#M38478</guid>
      <dc:creator>Kurtkarl</dc:creator>
      <dc:date>2001-11-26T16:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620019#M38479</link>
      <description>Hi Gulam,&lt;BR /&gt;&lt;BR /&gt;Don't think you can do that until you mount the remote directory as a NFS filesystem. If you do so, you can use "ln" to link the file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620019#M38479</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-26T16:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620020#M38480</link>
      <description>Hi Gulam,&lt;BR /&gt;&lt;BR /&gt;The following thread seems similar to your issue:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7bc9f715edc6d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7bc9f715edc6d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might want to look into rdist or if you want to send files both ways, rsync. Both are available at HP software porting and archive centers. One is &lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 26 Nov 2001 16:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620020#M38480</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-26T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620021#M38481</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;NFS as a local mount would be the best way to do it.&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 26 Nov 2001 16:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620021#M38481</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-26T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a file on different server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620022#M38482</link>
      <description>Your only option to link them would be to use NFS and mount the filesystem/directory on the other server.&lt;BR /&gt;I am not a fan of NFS though and would not recommend doing this is this was the only reason you needed NFS.  NFS has security concerns, can lead to reliability issues if the NFS server machine goes down or is having problems.  It also doesn't work well over a WAN unless the connection is very fast and consistent.&lt;BR /&gt;There is a neat little perl script called Mirror that I would probably use for this.  It checks files or directories on 2 servers and keeps them in sync.&lt;BR /&gt;&lt;A href="ftp://src.doc.ic.ac.uk/computing/archiving/mirror/" target="_blank"&gt;ftp://src.doc.ic.ac.uk/computing/archiving/mirror/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 16:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-a-file-on-different-server/m-p/2620022#M38482</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-11-26T16:31:47Z</dc:date>
    </item>
  </channel>
</rss>

