- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Filesystem in memory?
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
11-18-2002 10:39 AM
11-18-2002 10:39 AM
Filesystem in memory?
Anybody know if it is possible to be one filesystem in memory?. Can I have one filesystem working in RAM?. I need to be one filesystem with the best performance, and always the memory has it.
Anybody know any about this?
Thank in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 11:26 AM
11-18-2002 11:26 AM
Re: Filesystem in memory?
The idea behind buffer cache is to increase the performance of a filesystem by keeping recently used buffers in memory. 'dbc_min_pct' and 'dbc_max_pct', control the lower and upper limit allocated as a percentage of total system memory.
For VxFS filesystems some additional performance may also be achieved by increasing parameters dealing specifically with this type of filesystem. For example increasing 'vxfs_ncsize' may heighten the liklehood of finding a directory and its contents in a name cache as opposed to doing a disk I/O.
As always, emperical evidence is the best guide to how well a parameter change helps or hurts performance.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 12:03 PM
11-18-2002 12:03 PM
Re: Filesystem in memory?
Are you talking about something like a "ramdisk" ??
I've used them in linux, but I haven't in HPux, and I don't think they are "supported".
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 12:38 PM
11-18-2002 12:38 PM
Re: Filesystem in memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:07 AM
11-19-2002 11:07 AM
Re: Filesystem in memory?
are you looking for this:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce7b5220af9bd5118ff10090279cd0f9,00.html
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:19 AM
11-19-2002 11:19 AM
Re: Filesystem in memory?
We have been using RAM disks for a few years now and have had excellent performance. They outperform regular disks (even FC-AL disks) by an order of magnitude cos their response time is around 25 microseconds even at heavy loads. Also, since there are no moving parts in a RAM disk, they are very reliable, but ofcourse you will have to PAY for them!!! around $4000 per Gigabyte.
If you have a database application that you trying to set the filesystem up for, I would suggest increase the memory and shared memory parameters on the machine and the data cache parameter on the database, so that most of the data on the DB is loaded onto RAM. (Thats how Sybase works, not sure about ORacle)
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:20 AM
11-19-2002 11:20 AM
Re: Filesystem in memory?
A little interaction here would help?
live free or die
harry