Sharing LUNs
Can I use shared LUNs between two nodes, so that one writes a file to the shared LUN at a time and the other maybe reads a different file from the same shared LUN periodically for SQLLDR? Currently we use NFS to achieve the SQLLDR loads from a mountpoint. But, NFS is so slow that it is prompting us to use shared LUNS, and we don't know if this is a practical solution.

    Requires Free Membership to View

    When you register for SearchStorage.co.UK, you will also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges that are unique to your needs as a storage professional in the UK.    

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchStorage.co.uk you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchStorage.co.uk is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Do you have a handle as to why the NFS performance is as slow as it is? If you have not done so already, double check your file serving configuration including NFS setup for the shared data to pinpoint where the performance bottleneck exists. Look at your servers, network as well as file serving software setup.

Generally speaking the only ways that a LUN can be shared between two or more nodes is by using some form of file and data sharing, typically NFS. Some other techniques for sharing data including clustering software that supports and manages data concurrency and consistency across nodes. Some operating systems have support for limited shared read and exclusive write via special mount commands however these will vary and often have performance or other implications.

This was first published in February 2007