home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11206 < prev    next >
Encoding:
Text File  |  1992-07-22  |  3.0 KB  |  67 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!gatech!taco!cfd.mae.ncsu.edu!garvin
  3. From: garvin@cfd.mae.ncsu.edu (Michael Garvin)
  4. Subject: Formatting 2 gigabyte disks (also, striping questions)
  5. Message-ID: <1992Jul22.213912.13138@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. Date: Wed, 22 Jul 1992 21:39:12 GMT
  9. Lines: 56
  10.  
  11.     I have what are probably a few senseless questions.  Our setup is a
  12. Power Series 4D/440 with a Jaguar differential SCSI controller.  Connected to
  13. each channel is a third-party drive tray containing four Micropolis 1548 disks
  14. (2,000 MB/unit unformatted capacity, 1,748 MB/unit formatted) and a single
  15. ended SCSI to differential SCSI converter.  After formatting and partitioning
  16. the disks I notice a few curious things.  First, fx reports, correctly I
  17. believe, the drive geometry:
  18.  
  19. ----- current drive geometry-----
  20.       Tracks/zone =   15       Sect/track =  131
  21.     Alt sect/zone =    8       Interleave =    1        Cylinders = 2112
  22.  Alt track/volume =   45    Cylinder skew =   43            Heads =   15
  23.    Alt track/zone =    0       Track skew =   13   Data bytes/sec =  512
  24.  
  25. showing 2,112 cylinders which is close to what the Micropolis manual states
  26. (2,099 unformatted, 2089 formatted).  However, the partition table (partition
  27. ten in particular) tell a different story:
  28.  
  29. ----- partitions-----
  30. part  type       cyls             blocks          Megabytes   (base+size)
  31.   0: efs        3 + 16         5871 + 31312         3 + 15
  32.   1: rawdata   19 + 41        37183 + 80237        18 + 39
  33.   6: efs       60 + 1651     117420 + 3231007      57 + 1578
  34.   7: lvol       3 + 1708       5871 + 3342556       3 + 1632
  35.   8: volhdr     0 + 3             0 + 5871          0 + 3
  36.  10: entire     0 + 1711          0 + 3348427       0 + 1635
  37.  
  38. Is this discrepancy (2,089 vs 1711 cylinders) a possible bug in fx?  What leads
  39. me to think this is that 1,711 works out close to 1.65 gigabytes, the size of
  40. the largest drive SGI is supporting.  I've tried altering that parameter, but
  41. fx refuses to let me do so.
  42.  
  43.     Secondly, I was wondering if someone would critique my striping scheme.
  44. Here's my /etc/lvtab file:
  45.  
  46. -=-=-=-=-
  47. #
  48. # Logical volumes on Falcon drive trays (each with four two-gigabyte drives).
  49. #
  50. lv0:First 8 Gigabyte Striped Logical Volume:stripes=4:devs=/dev/dsk/jag0d2s7, \/dev/dsk/jag0d3s7, /dev/dsk/jag0d10s7, /dev/dsk/jag0d11s7
  51.  
  52. lv1:Second 8 Gigabyte Striped Logical Volume:stripes=4:devs=/dev/dsk/jag0d4s7, \
  53. /dev/dsk/jag0d5s7, /dev/dsk/jag0d12s7, /dev/dsk/jag0d13s7
  54. -=-=-=-=-
  55.  
  56. As I understand it this should provide maximum performance by striping across
  57. each of the four two-gigabyte drive (an eight gigabyte partition), with two
  58. drives in each logical volume being on a controller channel.  Comments?
  59.  
  60.     Thanks in advance for any aid rendered.
  61.  
  62. -- 
  63. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  64. Michael Garvin [System Manager]                garvin@mmrc.ncsu.edu
  65. Mars Mission Research Center, NCSU            (919) 515-5250
  66. "We're not hitch-hiking any more, we're _riding_!" - Ren and Stimpy
  67.