- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RAM fs (like tmpfs) on hpux
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-02-2005 09:34 PM
08-02-2005 09:34 PM
RAM fs (like tmpfs) on hpux
Can we use a memory based file system on HPUX like tmpfs on Solaris? I would like to test it on hpux 11.23.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:43 PM
08-02-2005 09:43 PM
Re: RAM fs (like tmpfs) on hpux
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=35625
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:54 AM
08-03-2005 12:54 AM
Re: RAM fs (like tmpfs) on hpux
I think HP don't support RAM disks... but it is something I cannot understand because when booting HP-UX from Support CD-ROM for recovery tasks, an RAM disk is used as root file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 01:27 AM
08-03-2005 01:27 AM
Re: RAM fs (like tmpfs) on hpux
yes, I remember that the feature was not supported but I was thinking it could be a new feature with 11.23 ;)
I'am going to read this discussion.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:00 AM
08-03-2005 03:00 AM
Re: RAM fs (like tmpfs) on hpux
I had a trial copy on 11.00, the performance was great and it even mirrors back to a physical lv.
in the comp.sys.hpux faq there is a procedure on how to generate a ramdisk:
DO NOT USE IT - it's for HP-UX 9.x :)
it works as far as creating a specified size disk in memory, but it does not de-allocate the RAM properly
at the newfs part You will wipe the OS out of memory, so You'll have a working ramdisk in memory but no more operation system to operate it.
;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:05 AM
08-03-2005 03:05 AM
Re: RAM fs (like tmpfs) on hpux
the closest You get with a stock HP-UX is the tmplog directive for mounting the filesystem (I think it requires OnlineJFS, though)
If You get a real requirement for this, You might want to look into real ram-based SSDs, the prices have dropped quite considerably over the last years, but of course they're still horribly expensive. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:39 AM
08-03-2005 03:39 AM
Re: RAM fs (like tmpfs) on hpux
I just wanted to make a performance test.
Florian, you're right. There is a product called RamDisc Plus
http://www.jtlltd.com/dnlpls.html
The new release support Itanium/Itanium2 processors!
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 04:23 AM
08-03-2005 04:23 AM
Re: RAM fs (like tmpfs) on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 11:23 AM
08-05-2005 11:23 AM
Re: RAM fs (like tmpfs) on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 06:04 AM
07-25-2006 06:04 AM
Re: RAM fs (like tmpfs) on hpux
Want /tmp to really be temporary?
Just vi /etc/rc.config.d/clean_tmps and set CLEAR_TMP=1
On next boot - /tmp will be empty!
# cat /etc/rc.config.d/clean_tmps
#!/sbin/sh
# @(#)B.11.11_LR
# List and/or clear temporary files
#
# LIST_TEMPS: Set to 1 to produce a listing of temporary files at startup.
#
# CLEAR_TMP: Set to 1 to remove all files from /tmp at startup.
#
LIST_TEMPS=1
CLEAR_TMP=0
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:55 PM
02-13-2007 01:55 PM
Re: RAM fs (like tmpfs) on hpux
Here is the updated link.
http://www.ramdisc.com/ramdsk.html
Best Regards,
John