1854659 Members
9477 Online
104102 Solutions
New Discussion

Re: HP-UX ramdisk/memFS

 
Lou Palladino_1
Advisor

HP-UX ramdisk/memFS

All
We are running some benchmarking tests for a software application and I was asked about a ramdisk for HP-UX. I understand there is a non-supported way to do this (loading the ramdisk driver in the kernel), but I came across this document: http://docs.hp.com/en/11885/MemFSv2forHP-UX11iv2.pdf

It makes reference of a "memfs" that looks much easier to set up than an actual ramdisk. However, when I use "mount -F memfs", I get:
mount: memfs : Invalid argument I also do not see either memfs kernel tunable discussed in the doc available on my system.

The document doesn't mention any additional packages one might need for this, other than 11.23 OS. I can't find much info googling it either.

Am I missing something? Has anyone else tried this?

Thanks.
6 REPLIES 6
A. Clay Stephenson
Acclaimed Contributor

Re: HP-UX ramdisk/memFS

You don't have memfs on 11.23 "out of the box". You must install PHCO_36802 first.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: HP-UX ramdisk/memFS

I also assume that you have installed the MemFS bundle.
If it ain't broke, I can fix that.
Lou Palladino_1
Advisor

Re: HP-UX ramdisk/memFS

Hi
Thanks for the reply.

I guess that's what I'm trying to find out. I applied the fix you mentioned. Where is the MemFS bundle?

Lou
melvyn burnard
Honored Contributor

Re: HP-UX ramdisk/memFS

The first release of MemFs was last year, but it was a limited release, not generally available.
Version 2.0 of MemFs should become generally available sometime this month I am led to believe

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
John Scheller
Advisor

Re: HP-UX ramdisk/memFS

If consistent, fast access times are requirements for your benchmark testing, it should be noted that MemFS uses buffer cache and it will swap to physical disk (system swap space) when there is a need for more memory resources. On the other hand, a ramdisk setup insures the data placed in memory will remain in memory no matter how busy the server becomes.

There is a software product called RamDisc Plus that manages ramdisk filesystems in a SAM like menus. More information can be found here:
http://www.ramdisc.com

John
melvyn burnard
Honored Contributor

Re: HP-UX ramdisk/memFS

MemFS (Base) on 11.23 has now been released.
You can download this from:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=MemFS

The manual MemFS 2.0 Administrator's Guide is available for download from:
http://www.docs.hp.com/en/5992-2360/5992-2360.pdf
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!