- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- INFORMIX on HP UX 11.11
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
05-21-2004 02:25 AM
05-21-2004 02:25 AM
I am faced with a new challenge. that of setting up an HP UX 11.11 server for an Informix database. this is for an application called METRICA. I think its for switch traffic analysis in our telco.
Could not understand too much of the consultants notes on Informix. Something about Raw informix Disk Requirement.
Am attaching, a brief extract from the document. Anyone out there with some info to help me, i would be gratefull.
Thanks in advance,
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:38 AM
05-21-2004 02:38 AM
Re: INFORMIX on HP UX 11.11
Raw io means that there is no filesystem associated with this disk space so that the entire device chunk is simply treated as a chunk of disk blocks.
After reading the attachment, their goal is to bypass the UNIX buffer cache. Another way to accomplish the same thing is to use the OnlineJFS vxfs mount options convosync=direct,mincache=direct. That will bypass the buffer cache but let you use conventional cooked files. I would certainly do this in preference to over 200 raw devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:43 AM
05-21-2004 02:43 AM
SolutionI can give you a brief outline of what you need to do, then you can ask further questions.
Informix requires disk space in what it calls chunks, which are 2GB each in size. What you do is set up a Volume Group (man vgcreate) with enough physical disks in it to satisfy your total space requirement. The the Volume Group is broken down into Logical Volumes (man lvcreate) that are each 2GB in size. Then the raw logical volume is used to create a chunk. This is accomplished by placing a link under the /dev/vgNN directory that points the chunk to the raw logical volume:
lrwxrwxr-x 1 root sys 17 Jul 13 2002 o001.chk -> /dev/vg002/rlvol01
and so on for all your chunks.
Does that help?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:46 AM
05-21-2004 02:46 AM
Re: INFORMIX on HP UX 11.11
I would highly appreciate if u could walk me thru the required stepsm, as i am a little new to HP UX.
Many Thanks in advance
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:48 AM
05-21-2004 02:48 AM
Re: INFORMIX on HP UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:07 AM
05-21-2004 03:07 AM
Re: INFORMIX on HP UX 11.11
It's been a while but I remember Informix wanting raw disk space as well. However, I heard (read: not confirmed), that the latest and greatest Informix version, whatever that is, will use a mounted and larger than 2g filesystem. Are you using the latest version?
Raw disk space was a pain to "watch" from what I remember. We had to monitor disk space using Informix. The DBA managed it. Couldn't use "bdf".
If your stuck using the nasty raw 2g limits then you might want to look into scripting the creation of the devices and links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:15 AM
05-21-2004 03:15 AM
Re: INFORMIX on HP UX 11.11
Unfortunately, Informix is still stuck in the dark ages and can only deal with 2GB chunks. That's the way it is and that's what you'll have to deal with.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:27 AM
05-21-2004 03:27 AM
Re: INFORMIX on HP UX 11.11
And . . . it's actually not that onerous a task. You create the VG as usual and then you can you use a simple for loop in a script to create the LV's and the links to them!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:16 AM
05-21-2004 04:16 AM
Re: INFORMIX on HP UX 11.11
There is one exception where I would NOT used cooked files with or without buffer cache and that is multiple servers sharing common data space. There you want raw i/o although Veritas makes a filesystem that handles this as well but I would have to be really convinced to trust it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 07:54 AM
05-21-2004 07:54 AM
Re: INFORMIX on HP UX 11.11
Just one quesition Clay, on the topic of OnlineJFS. I heard that it is licensed per processor and is expensive. DO u have any link that will give more info on the advantages of onlineJFS to enable me to present this to our management.
Thanks & Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:29 AM
05-21-2004 08:29 AM
Re: INFORMIX on HP UX 11.11
http://www.hp.com/products1/unix/operating/filesystems.html
OnlineJFS makes it possible to grow filesystems "on the fly" in addition to enabling extra mount options. It also makes snapshot mounts possible. In combination with MirrorUX, OnlineJFS is really the first tier to highly available systems.
Using OnlineJFS and MirrorUX, I honestly can't remember the last time I had to shutdown for disk replacement/maintenance but at the very least, it's been years. I have nearly reached the 5 year mark with zero unplanned production downtime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:53 AM
05-21-2004 08:53 AM
Re: INFORMIX on HP UX 11.11
Your feedback is valuable.
Regards
Patrick