home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / informix / 2913 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  3.1 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!emory!emory!not-for-mail
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Slicing up big disk section
  5. Date: 10 Jan 1993 22:58:05 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 51
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1iqr8dINNb1q@emory.mathcs.emory.edu>
  11. Reply-To: dave.snyder@snide.com (Dave Snyder)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1767>
  14.  
  15. Quoting Helen C Payne...
  16. } We have a HP827 running HP/UX 8.02, using Informix Online 4.0 and 
  17. } several 1.3Gb disks, with a default section 5 of approx 900Mb.
  18. } A particular application would like to live on a 200Mb partition.
  19. } Informix will allow me to configure database chunks specifying a 
  20. } raw disk device and an offset, so there shouldn't be a problem 
  21. } there.  (X-posting to comp.databases.informix in case someone
  22. } knows otherwise)
  23. } I would like to configure a unix file system of roughly 200Mb
  24. } on the first part of section 5, and a couple informix database 
  25. } chunks on the last part.
  26. } I have tested this (in part) by using mkfs to make a "short" system 
  27. } at the start of section 5.  'df' reported a file system of the 
  28. } desired size.
  29. I'm not all that familar with HP systems, but if the hard disks are set
  30. up similar to most other systems, I can give a simple suggestion.  Why
  31. not make section 5 700Mb in size and create another section of 200Mb
  32. for informix?  Doing it that way, you won't have to worry about filesystem
  33. offsets.  This is how my harddisk is set up:
  34.  
  35. +---------------+---------------+--------+---+-------------+------------+
  36. | Name          | Type          | New FS | # | First Block | Last Block |
  37. +---------------+---------------+--------+---+-------------+------------+
  38. | root          | EAFS          |  yes   | 0 |            0|      147604|
  39. | swap          | NON FS        |  no    | 1 |       180373|      196372|
  40. | ootdbs        | NON FS        |  no    | 2 |       147605|      180372|
  41. |               | NOT USED      |  no    | 3 |            -|           -|
  42. |               | NOT USED      |  no    | 4 |            -|           -|
  43. |               | NOT USED      |  no    | 5 |            -|           -|
  44. | recover       | NON FS        |  no    | 6 |       196373|      196382|
  45. | hd0a          | WHOLE DISK    |  no    | 7 |            0|      196991|
  46. +---------------+---------------+--------+---+-------------+------------+
  47.  
  48. Because of the size of the harddisk, I have only a root filesystem.  But
  49. what I also have is a section specifically set aside for Informix-ONLINE.
  50. The "ootdbs" is 32Mb in size and I don't have to do any offsetting because
  51. it is on a different slice of the harddisk than the root filesystem.  BTW,
  52. the reason the slice is called "ootdbs" is because block devices have an
  53. 'r' prepended to reference the corresponding character device, ie. "rootdbs".
  54.  
  55. DAS
  56. -- 
  57. David Snyder @ Snide Computer Services - Folcroft, PA          Current Release
  58.                                                                is db4glgen-3.9
  59. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  60.