- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Memory to store Data
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
12-17-2001 11:08 AM
12-17-2001 11:08 AM
I would like to ask:
in old days there was a function called RAMDRIVE where it was able to create a virtual drive in memory and access it.
Now I have an oracle with and I runn queries that they are using the TEMP tablespace/datafile. Is it possible to create a RAMDRIVE and mount the TEMP there?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:05 PM
12-17-2001 12:05 PM
SolutionI never tried but have been looking at this website since long time to see if I can try it instead of unsupported RAM disk by HP.
http://www.jtlltd.com/ramdsk.html
They sell a product to store data to RAM instead to hard disk drive.
If you have OnlineJFS you can also configure a file system with these options to make it like a RAMDisk.
mount /dev/vgxx/lvxx -o tmplog,mincache=tmpcache,convosync=delay
/mount_point
There is an unsupported way of adding a ramdisk. You need to add "ram" driver to your system file.
#/usr/lbin/sysadm/system_prep -s /stand/system
#kmsystem -c y -S system ram
#mk_kernel -o /stand/vmunix
#kmupdate
#shutdown -r now
Once the system is back up you need to create char and block devices for the ram disk.
mknod /dev/rRAM c 9 minor_number
mknod /dev/RAM b 9 minor_number
newfs -F vxfs /dev/rRAM
mkdir -p /RAMDISK
mount /dev/RAM /RAMDISK
Check out /usr/conf/sio/ram.h for more information on formatting the minor number.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:26 PM
12-17-2001 12:26 PM
Re: Using Memory to store Data
One thing the unsupported verion of RAM Drive is it "recommended"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:40 PM
12-17-2001 12:40 PM
Re: Using Memory to store Data
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 12:43 PM
12-17-2001 12:43 PM
Re: Using Memory to store Data
"Unsupported" is use at your own risk, we're not responsible if you kill your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:48 PM
02-13-2007 01:48 PM
Re: Using Memory to store Data
Here is the updated link.
http://www.ramdisc.com/ramdsk.html
Best Regards,
John