- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can we use NAS (NFS file system) for Linux cluster...
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
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
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
тАО06-13-2011 07:30 AM
тАО06-13-2011 07:30 AM
Usually we are using SAN disks for Linux clusters...
I would like to know whether we can use NAS (NFS file system) for Linux clusters.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2011 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2011 06:52 AM
тАО06-14-2011 06:52 AM
Re: Can we use NAS (NFS file system) for Linux clusters
For that, Can we use NFS share of filer in stead on SAN LUN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2011 05:11 PM
тАО07-05-2011 05:11 PM
Re: Can we use NAS (NFS file system) for Linux clusters
Shalom,
No, GFS will not format an NFS share.
GFS is designed for active active clustering using for example Oracle RAC where there are more than 1 node running the database software accessing the same data.
NFS shares can not be formatted and setting up a GFS share requires formatting or the GFS equivalent of newfs.
IF you give up GFS and go to an active passive configuration for say a mysql or Oracle database this will work.
SEP
Abusing smiley privileges: :smileyvery-happy: :smileytongue:
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2011 08:04 AM
тАО07-06-2011 08:04 AM
Re: Can we use NAS (NFS file system) for Linux clusters
Senthil,
You are likely mixing up NFS with iSCSI sir. Most NAS Filers these days offer iSCI services -- which is a block level service (like SANs do) . NFS is filebased - hence cannot be used in any regular clustering/HA in Linux.
You can Google Linux iSCSI and you can even play with it yourself by testing say OpenFIler or even Linux iSCSI target where a Linux server can act as an iSCSI server and offer storage as it it were an iSCSI device.
There is however a better way in providing HA Storage for use in HA Clusters specially these days of faster interconnects (FCOE, 10GbE, converged adapters)... is is called DRBD (www.drbd.org). It has been in Linux mainline kernel for sometime now. See a how to integrating DRBD with RHCS here - http://www.drbd.org/users-guide/ch-rhcs.html
Cheers!
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Tags:
- iSCSI