- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NAS/NFS performance query
Operating System - HP-UX
1820561
Members
2059
Online
109626
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО03-22-2011 08:03 AM
тАО03-22-2011 08:03 AM
NAS/NFS performance query
Hi all,
I have one of those interesting situations in which we have all been in.
We have upgraded one of our services to Itanium based machines running 11.31. They are faster machines, more memory and one significant change the NFS is now being presented from an EMC cellera storage array. It was previosuly presented from other servers in the solution. The network links are the same 1GB. I also have a dedicated link on the NAS purely for this solution.
Basically all the system does all day is get files dumped via ftp to the NAS share. I appreciate NFS is never the most reliable product but I did not expect degredation in performance and the odd error for good measure as rare as they are:-
vmunix: WARNING: Synchronous Page I/O error occurred while paging to/from NFS server
I have a call with EMC but I wondered if anyone here has any ideas. Surely performance should be better to a dedicated NAS array.
I have one of those interesting situations in which we have all been in.
We have upgraded one of our services to Itanium based machines running 11.31. They are faster machines, more memory and one significant change the NFS is now being presented from an EMC cellera storage array. It was previosuly presented from other servers in the solution. The network links are the same 1GB. I also have a dedicated link on the NAS purely for this solution.
Basically all the system does all day is get files dumped via ftp to the NAS share. I appreciate NFS is never the most reliable product but I did not expect degredation in performance and the odd error for good measure as rare as they are:-
vmunix: WARNING: Synchronous Page I/O error occurred while paging to/from NFS server
I have a call with EMC but I wondered if anyone here has any ideas. Surely performance should be better to a dedicated NAS array.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2011 09:52 AM
тАО03-22-2011 09:52 AM
Re: NAS/NFS performance query
Shalom,
The logs on the EMC server need to be checked.
This error points to a problem on the NFS server, which is according to your post providing NFS services.
SEP
The logs on the EMC server need to be checked.
This error points to a problem on the NFS server, which is according to your post providing NFS services.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
тАО03-22-2011 11:31 AM
тАО03-22-2011 11:31 AM
Re: NAS/NFS performance query
Also, since you have changed the architecture, the protocol you are using to access the nfs server might have been changed to the worse (read slower but more robust). Usually, in the early days, NFS ran mostly on UDP protocol. In the days where 100MB Ethernet ports were a luxury, every bit you saved by not acknowledging every packet as required by TCP, made a lot of sense.
Today, you can buy a 8 port gigabit home switch with the pocket change from a retail electronic store. So, the network speed stopped becoming an issue (for the casual user that is) and things started to TCP direction for the transmission integrity it provides.
So, your EMC array might be serving NFS over TCP, whereas your old server was doing it over UDP. Normally, it should not make the whole world difference if your bursts are sporadic and steady data rates are low, but if your organization uses NFS as their primary data transfer method and the data we are talking about is very large chunks, then all bets are off.
Last butr not the least, Celera arrays are not know to be speed daemons. They are pretty much the bottom feeder of the EMC product family. As a test, I can suggest you to get your hands on a fairly modern X86 machine (preferably server class) and a copy of the FreeNAS linux distribution and set it up on your network. If you have a VMWare ESX server somewhere in your arhitecture, I think a variant of FreeNAS is available as a VMWare appliance image somewhere on the Internets. So, run an independen NAS/NFS server ans see if you are running into the same issue.
At least you can be productive while waiting for the EMC behemoth to move.
Good luck.
Today, you can buy a 8 port gigabit home switch with the pocket change from a retail electronic store. So, the network speed stopped becoming an issue (for the casual user that is) and things started to TCP direction for the transmission integrity it provides.
So, your EMC array might be serving NFS over TCP, whereas your old server was doing it over UDP. Normally, it should not make the whole world difference if your bursts are sporadic and steady data rates are low, but if your organization uses NFS as their primary data transfer method and the data we are talking about is very large chunks, then all bets are off.
Last butr not the least, Celera arrays are not know to be speed daemons. They are pretty much the bottom feeder of the EMC product family. As a test, I can suggest you to get your hands on a fairly modern X86 machine (preferably server class) and a copy of the FreeNAS linux distribution and set it up on your network. If you have a VMWare ESX server somewhere in your arhitecture, I think a variant of FreeNAS is available as a VMWare appliance image somewhere on the Internets. So, run an independen NAS/NFS server ans see if you are running into the same issue.
At least you can be productive while waiting for the EMC behemoth to move.
Good luck.
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP