views:

24

answers:

1

Hi,

We are setting up two server systems. One of which will host a 3rd party application which will by default save certain data on a local folder: /opt/application/common/recordings

How do I create a "writable share" on the other server (with appropriate permissions), so that all these files from the first server are saved on the second.

In the installation of this 3rd party applicaiton, I can only specify the folder. I cannot modify anything else.

A: 

AFS, CIFS, even SSHFS; pretty much any networked/distributed file system - take your pick.

Piskvor
Hi Piskvor - both the servers are going to be RHEL5. Are the systems you propose replacements for the OS or supplementary to it?
tzmatt7447
@tzmatt7447: Those are filesystems that can be shared amongst multiple computers. They are supported in must Linuxes, including RHEL - so they're installed in addition to the OS.
Piskvor
Thank you - since this public read/write share is the only thing we're planning on doing for file-transfer between 2 trusted computers, could you make a recommendation on what we should use?
tzmatt7447
@tzmatt7447: look at this answer at SuperUser - seems to favor NFSv4: http://serverfault.com/questions/14577/what-network-file-sharing-protocol-has-the-best-performance-and-reliability
Piskvor