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
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
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
08-06-2007 02:21 AM
08-06-2007 02:21 AM
cachefs
I have a HP-Ux 11i workstation with cachefs who use by nfs data on "code share server".
I want to improve time perfomances, because I obtain time results much less good than in local file system.
Have you got an idea ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:27 AM
08-06-2007 02:27 AM
Re: cachefs
http://docs.hp.com/en/5992-0715/ch03s03.html
Regards,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:34 AM
08-06-2007 02:34 AM
Re: cachefs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:45 AM
08-06-2007 02:45 AM
Re: cachefs
You should note that cachefs only helps on subsequent loads of the same executable; it can do nothing for the first time that the code is loaded. Another thing to be aware of is shared libraries. Not only should your executables use the cachefs but the shared libraries used by these executables should use the cachefs (or the local filesystem) which means that the SHLIB_PATH needs to reflect the cachefs mountpoint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:53 AM
08-06-2007 02:53 AM
Re: cachefs
But can you explain how to "asserted the rpages option" and "use the local-access option" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:59 AM
08-06-2007 02:59 AM
Re: cachefs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 03:02 AM
08-06-2007 03:02 AM
Re: cachefs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 03:11 AM
08-06-2007 03:11 AM
Re: cachefs
Because you do not have this man page version, it suggests that you have not applied patch bundles very often. I suspect that if the rpages option is not listed in the man page then the option will not be recognized. In any event, you should probably apply a recent QPK bundle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 06:09 PM
08-06-2007 06:09 PM
Re: cachefs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 08:31 PM
08-08-2007 08:31 PM
Re: cachefs
I check this but nothing better ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 02:44 AM
08-09-2007 02:44 AM
Re: cachefs
s700_800 11.11 mountall, Dev IDs enabler, iSCSI support PHCO_33205
s700_800 11.11 Buffer cache performance improvement patch PHKL_34926
s700_800 11.11 ONC/NFS General Release/Performance Patch PHNE_32477
I have a better result but it's not enough for what i do ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 02:59 AM
08-09-2007 02:59 AM
Re: cachefs
I would divide your problem into separate pieces so that it becomes possible to analyze your problem better.
1) If the code (including shared libraries) is local, how is the performance?
2) If the code is NFS and the data are local how is the performance?
3) If both are local, how is the performance?
4) If both are NFS, how is the performance?
Ideally, you would profile your code to see where the actual bottlenecks are. It might also help to describe your application; I assume it is some sort of ananysis. Finite Element Analysis? Computational Dynamics? Statistics? Distributed Computing?