- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linking a file on different server.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:16 AM
11-26-2001 08:16 AM
Linking a file on different server.
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.
Thanks,
Gulam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:19 AM
11-26-2001 08:19 AM
Re: Linking a file on different server.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:22 AM
11-26-2001 08:22 AM
Re: Linking a file on different server.
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.
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:23 AM
11-26-2001 08:23 AM
Re: Linking a file on different server.
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.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:24 AM
11-26-2001 08:24 AM
Re: Linking a file on different server.
The following thread seems similar to your issue:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7bc9f715edc6d5118ff10090279cd0f9,00.html
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 http://hpux.cs.utah.edu/
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:24 AM
11-26-2001 08:24 AM
Re: Linking a file on different server.
NFS as a local mount would be the best way to do it.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:31 AM
11-26-2001 08:31 AM
Re: Linking a file on different server.
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.
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.
ftp://src.doc.ic.ac.uk/computing/archiving/mirror/