home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13682 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  3.9 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!menudo.uh.edu!navier.math.uh.edu!mcbryde
  2. From: mcbryde@navier.math.uh.edu (Jack Mcbryde)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Another Newbie Asks A Question ...
  5. Date: 24 Jan 1993 07:13:43 GMT
  6. Organization: UH Dept of Math
  7. Lines: 57
  8. Distribution: na
  9. Message-ID: <1jtfj7INN8tv@menudo.uh.edu>
  10. References: <93022.102519SYST8103@RyeVm.Ryerson.Ca>
  11. NNTP-Posting-Host: navier.math.uh.edu
  12.  
  13. In article <93022.102519SYST8103@RyeVm.Ryerson.Ca> Ron Wigmore <SYST8103@RyeVm.Ryerson.Ca> writes:
  14. >
  15. >We just had three RS6K boxes installed on our computer floor.  I have been
  16. >reading over a few of the manuals, checking things, etc., and I came upon
  17. >the part which says that "the default installation option is to spread
  18. >rootvg over all available disks".  I checked and, yes, that is the way
  19. >it was installed.
  20. >
  21. >Most of my experience is on mainframes and we would never put the system
  22. >components on each and every disk, since losing any one disk means your
  23. >system crashes.  We tend to have 'system' disks, 'application' disks, and
  24. >'user' disks.  This way, if you lose a disk, the chances are the majority
  25. >of the users can continue 'business as usual'.
  26. [reasoning deleted]
  27.  
  28. Basically you've got it pegged. The only reason to have rootvg encompass all
  29. six disks (other than some kind of performance scheme for a mongo database
  30. or somesuch) is to maximize the use of your disk space. If you have people
  31. in charge who are willing to spend money on a reasonable amount of disk you
  32. are much better off having more volume groups. (for the sort of reasons you
  33. suggest) Assuming all of the disks are of reasonable size, I'd put rootvg
  34. on hdisk0. Move \home out of rootvg since user accounts are there and put
  35. static software on rootvg. If you need another disk then add it. Do a mksysb
  36. on rootvg when it's installed and whenever you update software. No need to do
  37. it on a weekly or daily basis. Then partition the other disks into volume
  38. groups as you see fit. My inclination would be to avoid having more than two
  39. disks in a volume group unless it were necessary. If they are large disks
  40. I'd probably try to have one disk per volume group.
  41.  
  42. If you have, say, 6 1Gb disks then it's hard to imagine that the software
  43. would take up more than two disks. (probably fit on one) Then you only
  44. have a 1/6 or 2/6 chance of being completely out of commission when a disk
  45. bites the dust. Plus you don't have to make regular backups of stuff you
  46. already have backed up. You only need to back up rootvg when you modify it.
  47. (This is why I suggest moving /home out of rootvg.) If you want to do
  48. mirroring the setup might be different. I'm not gonna comment on whether
  49. or not I think you should set up mirroring. Depends on what kind of media
  50. you have and how long it would take to get a replacement disk and how
  51. crucial it is that you are functional in the mean time. (ie, how long is your
  52. total downtime, etc) The remaining volume groups you can back up using
  53. whatever scheme happens to suit your needs as often as suits your needs.
  54.  
  55. Of course this is all subject to your situation. If you have 500 users accessing
  56. a 5.5Gb database in a situation where four hours of downtime costs the company
  57. a million dollars your situation is different than if you have 3 users
  58. developing software that uses large data sets for test cases. (In the first
  59. situation I would set up mirroring. In the second I'd let the 3 guys take the
  60. rest of the day off while I restored rootvg from the mksysb tape, unless I had
  61. more disk space than I could possibly use. I've never seen more disk space than
  62. I could possibly use on any machine I've ever had.)
  63.  
  64. jack
  65. --
  66. jack      mcbryde@karazm.math.uh.edu    * All I ask of Thee, Lord
  67. * Christ died for our sins.  Dare we    * Is to be a drinker and fornicator
  68. * make his martyrdom meaningless by     * An unbeliever and a sodomite
  69. * not committing them? - Jules Feiffer  * And then to die. - Claude de Chauvigny
  70.