home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9454 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.9 KB

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!levell.austin.ibm.com!julie
  2. From: julie@levell.austin.ibm.com (Julie L. Craft)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: SCSI disk and volume group problems
  5. Keywords: jfs i-nodes filsystem
  6. Message-ID: <1992Sep4.221148.1030@awdprime.austin.ibm.com>
  7. Date: 4 Sep 92 22:11:48 GMT
  8. References: <1992Sep3.154851.26029@menudo.uh.edu>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Organization: IBM, Austin
  11. Lines: 65
  12.  
  13. In article <1992Sep3.154851.26029@menudo.uh.edu> twyang@cs.uh.edu (Tien-Wan Yang) writes:
  14. > stuff deleted...
  15. >So I tried to partition the two SCSI disks into 2 volume groups; each volume
  16. >group on a single physical volume.  I have the following questions:
  17. >
  18. >  1. What is the major number for a volume group on a SCSI disk?
  19.  
  20.     Please don't worry about major numbers,
  21.     mkvg will automatically generate a major number for you,
  22.     based on what is available in the /etc/objrepos/CuDvDr class.
  23.     It uses an internal command called lvgenmajor which uses
  24.     genmajor() from libcfg.a.
  25.  
  26.     You don't have to give it a major number.  The only people
  27.     who need to worry about major numbers are HANFS people,
  28.     or other who use twin-tailed disks.
  29.  
  30. >  2. Should I use the same major number or different major number for 
  31. >     different volume group on SCSI disk?
  32.  
  33.     Yes!  Again, mkvg and importvg will take care of this 
  34.     for you.
  35.  
  36. >  3. If a volume group has 2 physical volumes, is it reliable to interleave
  37. >     a logical volume on these 2 disks?
  38.  
  39.     Yup, in fact it helps performance wise, but may hurt if
  40.     you lose one disk, you've basically lost the whole logical
  41.     volume.
  42.  
  43. >
  44. >I already ran into trouble: I specified a volume group on a SCSI disk with
  45. >major number 17.  It works.  I specified another volume group with major 
  46. >number 19.  It failed.  When I tried to delete this failed volume group, I
  47. >failed again and got the following message:
  48.  
  49.     It probably failed because 19 was being used:
  50.     ls -l /dev/* |grep 19
  51. >
  52. >  0516-044 lqueryvg: The write to internal map file failed.  Confirm 
  53. >        space is available under the filesystem directory /etc then
  54. >        execute varyonvg again.
  55. >  0516-882 reducevg: Unable to reduce volume group.
  56. >
  57.     That means you need to increase your / filesytem.  Each volume
  58.     group can take up to 1meg of space in / when it creates the
  59.     map file if you leave the default of 32 PV's.  If you specify 
  60.     a smaller number with the -d option for mkvg, the map file
  61.     will be smaller.
  62.  
  63. >I looked through info but couldn't find any helpful information.  Can someone
  64. >help.  Any hint or suggestion will be appreciated.  Thanks in advance.
  65. >
  66. >Tien-wan Yang       twyang@cs.uh.edu
  67. >
  68.  
  69.     Later,
  70.     Julie
  71.  
  72.  
  73. -- 
  74. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  75. Julie Levell Craft IBM AUSTIN,TX  Internet: julie@aixwiz.austin.ibm.com
  76. IBMNET: JULIEL at AUSVM6 2F-007/903  (512) 838-2677 (Tie 678-2677)
  77. "I'm not getting defensive!"
  78.