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

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!wupost!sdd.hp.com!mips!odin!fido!zola!twilight!zuni!anchor!olson
  3. From: olson@anchor.esd.sgi.com (Dave Olson)
  4. Subject: Re: Formatting 2 gigabyte disks (also, striping questions)
  5. Message-ID: <nkp4kdg@zuni.esd.sgi.com>
  6. Sender: news@zuni.esd.sgi.com (Net News)
  7. Organization:  Silicon Graphics, Inc.  Mountain View, CA
  8. References: <1992Jul22.213912.13138@ncsu.edu>
  9. Date: Thu, 23 Jul 92 00:51:51 GMT
  10. Lines: 71
  11.  
  12. In <1992Jul22.213912.13138@ncsu.edu> garvin@cfd.mae.ncsu.edu (Michael Garvin) writes:
  13.  
  14.  
  15. |     I have what are probably a few senseless questions.  Our setup is a
  16. | Power Series 4D/440 with a Jaguar differential SCSI controller.  Connected to
  17. | each channel is a third-party drive tray containing four Micropolis 1548 disks
  18. | (2,000 MB/unit unformatted capacity, 1,748 MB/unit formatted) and a single
  19. | ended SCSI to differential SCSI converter.  After formatting and partitioning
  20. | the disks I notice a few curious things.  First, fx reports, correctly I
  21. | believe, the drive geometry:
  22. ...
  23. | showing 2,112 cylinders which is close to what the Micropolis manual states
  24. | (2,099 unformatted, 2089 formatted).  However, the partition table (partition
  25. | ten in particular) tell a different story:
  26. | ----- partitions-----
  27. | part  type       cyls             blocks          Megabytes   (base+size)
  28. |   0: efs        3 + 16         5871 + 31312         3 + 15
  29. |   1: rawdata   19 + 41        37183 + 80237        18 + 39
  30. |   6: efs       60 + 1651     117420 + 3231007      57 + 1578
  31. |   7: lvol       3 + 1708       5871 + 3342556       3 + 1632
  32. |   8: volhdr     0 + 3             0 + 5871          0 + 3
  33. |  10: entire     0 + 1711          0 + 3348427       0 + 1635
  34. | Is this discrepancy (2,089 vs 1711 cylinders) a possible bug in fx?  What leads
  35.  
  36. No.  The 'cylinder' numbers in the partition layout are logical cylinders,
  37. calculated to give the maximum capacity on the drive.  You will something
  38. similar to this with most zoned drives, because sectors/cylinder isn't
  39. a constant.
  40.  
  41. | me to think this is that 1,711 works out close to 1.65 gigabytes, the size of
  42. | the largest drive SGI is supporting.  I've tried altering that parameter, but
  43. | fx refuses to let me do so.
  44.  
  45. You can use the /debug/showcapacity menu to show the actual capacity
  46. (in sectors) of the drive.  It should be quite close to 3348427, but
  47. somewhat greater.  Perhaps the formatted capacity you were quoted doesn't
  48. include all the spare sectors (8*2089 + 45*131 is another 22607 sectors,
  49. but that still doesn't bring you up to 1.748 Mbytes).  It is also possible
  50. that they are quoting 10^6 Mbytes, instead of 2^20 Mbytes; I tend to
  51. suspect this because 1.748 Gbytes (10^9 Gbytes) gives 3334000 sectors,
  52. which is pretty close to what you show.
  53.  
  54. |     Secondly, I was wondering if someone would critique my striping scheme.
  55. | Here's my /etc/lvtab file:
  56. | -=-=-=-=-
  57. | #
  58. | # Logical volumes on Falcon drive trays (each with four two-gigabyte drives).
  59. | #
  60. | lv0:First 8 Gigabyte Striped Logical Volume:stripes=4:devs=/dev/dsk/jag0d2s7, \/dev/dsk/jag0d3s7, /dev/dsk/jag0d10s7, /dev/dsk/jag0d11s7
  61. | lv1:Second 8 Gigabyte Striped Logical Volume:stripes=4:devs=/dev/dsk/jag0d4s7, \
  62. | /dev/dsk/jag0d5s7, /dev/dsk/jag0d12s7, /dev/dsk/jag0d13s7
  63. | -=-=-=-=-
  64. | As I understand it this should provide maximum performance by striping across
  65. | each of the four two-gigabyte drive (an eight gigabyte partition), with two
  66. | drives in each logical volume being on a controller channel.  Comments?
  67.  
  68. I haven't worked with the jag controllers much, but I don't think this
  69. is really the ideal configuration, since 2 of the drives in each lv are
  70. likely to be idle at any given time (for sequential i/o).
  71.  
  72. Specifying a step size may help.
  73.  
  74. --
  75. Let no one tell me that silence gives consent,  |   Dave Olson
  76. because whoever is silent dissents.             |   Silicon Graphics, Inc.
  77.     Maria Isabel Barreno                        |   olson@sgi.com
  78.