<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; nfs server</title> <atom:link href="http://www.cyberciti.biz/tips/tag/nfs-server/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Parallel NFS: Read / Write Hundreds of Gigabytes Per Second</title><link>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html#comments</comments> <pubDate>Thu, 13 Nov 2008 12:17:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[data names]]></category> <category><![CDATA[data server]]></category> <category><![CDATA[data servers]]></category> <category><![CDATA[meta data]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[nfs servers]]></category> <category><![CDATA[Parallel NFS]]></category> <category><![CDATA[performance issues]]></category> <category><![CDATA[pNFS]]></category> <category><![CDATA[sharing technology]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3519</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/unix' title='See all UNIX(R) related articles/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> NFS is pretty old file sharing technology for UNIX based system and storage systems. However, it suffers from performance issues. NFSv4.1 address data access issues by adding a new feature called parallel NFS (pNFS) - a method of introducing <strong>Data Access Parallelism</strong>. The end result is <strong>ultra fast file sharing for clusters and high availability</strong> configurations. <br
/><br
/> The Network File System (NFS) is a stalwart component of most modern local area networks (LANs). But NFS is inadequate for the demanding <strong>input- and output-intensive applications commonly found in high-performance computing</strong> -- or, at least it was. The newest revision of the NFS standard includes Parallel NFS (pNFS), a parallelized implementation of file sharing that multiplies transfer rates by orders of magnitude. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>CentOS / Red Hat Enterprise Linux 5.2 Poor NFS Performance and Solution</title><link>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html</link> <comments>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html#comments</comments> <pubDate>Fri, 22 Aug 2008 09:41:58 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[bugs]]></category> <category><![CDATA[centos nfs]]></category> <category><![CDATA[CVE-2008-1294]]></category> <category><![CDATA[CVE-2008-2136]]></category> <category><![CDATA[CVE-2008-2812]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[kernel packages]]></category> <category><![CDATA[linux nfs]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[redhat nfs]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[server performance]]></category> <category><![CDATA[update redhat kernel]]></category> <category><![CDATA[update rhel kernel]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2759</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> A few days ago I noticed that NFS performance between a web server node and NFS server went down by 50%. NFS was optimized and the only thing was updated Red Hat kernel v5.2. I also noticed same trend on CentOS 5.2 64 bit edition.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>CentOS 5 Apache 2.2.3 files failing to download or corrupted download file issue</title><link>http://www.cyberciti.biz/tips/apache-223-corrupt-file-download-issue.html</link> <comments>http://www.cyberciti.biz/tips/apache-223-corrupt-file-download-issue.html#comments</comments> <pubDate>Sat, 01 Dec 2007 10:26:01 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[apache server]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[EnableMMAP]]></category> <category><![CDATA[EnableSendfile]]></category> <category><![CDATA[file corruption]]></category> <category><![CDATA[hardware front ends]]></category> <category><![CDATA[httpd]]></category> <category><![CDATA[memory mapping]]></category> <category><![CDATA[memory maps]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[sendfile]]></category> <category><![CDATA[service httpd restart]]></category> <category><![CDATA[web server load]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/apache-223-corrupt-file-download-issue.html</guid> <description><![CDATA[Recently, I noticed something strange about Apache 2.2.3 version running on CentOS Linux 5 64 bit version. We have centralized NFS server and all 3 web server load balanced using hardware front end (another box running LVS). All Apache server picks up file via NFS i.e DocumentRoot is set over NFS. The small file such [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/apache-223-corrupt-file-download-issue.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Ubuntu Linux: NFS Client Configuration To Mount NFS Share</title><link>http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html</link> <comments>http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html#comments</comments> <pubDate>Sun, 04 Jun 2006 08:09:49 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/fstab]]></category> <category><![CDATA[df command]]></category> <category><![CDATA[linux nfs]]></category> <category><![CDATA[linux nfs howto]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[mount nfs]]></category> <category><![CDATA[nas server]]></category> <category><![CDATA[nfs client]]></category> <category><![CDATA[nfs protocol]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ubuntu nfs]]></category> <category><![CDATA[ubuntu nfs client howto]]></category> <category><![CDATA[umount command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/ubuntu-linux' title='See all Ubuntu Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/ubuntu-logo.jpg' border='0' /></a></div> NFS (Network File System) client allows you to access shared directory from Linux client. The computer sharing the directory is called the NFS server (it can be NAS server too) and the computers or devices connecting to that server are called clients. The clients need to use the mount command to access the shared directory.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html/feed</wfw:commentRss> <slash:comments>31</slash:comments> </item> </channel> </rss>
