SCO OS 5.0.x and LSI logic 1030 problems

Ask a Question related to SCO, Design and Development.

  1. #1

    Default SCO OS 5.0.x and LSI logic 1030 problems

    Hi.

    A customer of ours reported a problem when installing SCO OS 5.0.x (he
    tried with 5.0.5, 5.0.6 and 5.0.7) on an IBM Eseries 225 mod. 8647-5ax
    equipped with a LSI Logic 1030 SCSI controller and a 73GB SCSI HD.

    He got the drivers for the LSI from both IBM and LSI itself but the
    problem is that the OS actually "sees" the controller and the disk, but
    the size reported is approx 4GB instead of the 73GB.

    I'm trying to have the output of hwconfig as to check the CHS values
    reported by the controller but I'm wondering if biosgeom (which should
    be able to interact with the kernel concerning the disk geometry stored
    into the BIOS) is able to work with SCSI devices as well.

    Thanks,
    Roberto
    --
    ---------------------------------------------------------------------
    Roberto Zini email : r.zini<AT>strhold.it
    Technical Support Manager -- Strhold Evolution Division R.E. (ITALY)
    ---------------------------------------------------------------------
    "Has anybody around here seen an aircraft carrier?"
    (Pete "Maverick" Mitchell - Top Gun)

    Roberto Zini Guest

  2. Similar Questions and Discussions

    1. Logic
      I need some help. I have 2 loops. One to find a RadioButtonList in datagrid and second in Session("Answ"). I am trying to assing value from...
    2. * 1058 and 1030
      We keep on getting error in event log on our 2003 Server DC. The error 1058 Windows caanot access the file gpt.ini for GPO CN={AED8...} ... The...
    3. Group policy error 1030, 1058
      After a clean install of 2003 server as DC..I've noticed the following error 1058 in Event viewer, app -> "Windows cannot access the file gpt.ini...
    4. Logic Error
      Hi There I am developing a small Purchase Order application and have run into a small issue I have a two tables called PODetails and POHeader...
    5. logic help please
      Hi, I need a sprite to check where its member's position is in a large nested list (which is a combination property and linear list). Here is the...
  3. #2

    Default Re: SCO OS 5.0.x and LSI logic 1030 problems

    Roberto Zini wrote:
    > A customer of ours reported a problem when installing SCO OS 5.0.x (he
    > tried with 5.0.5, 5.0.6 and 5.0.7) on an IBM Eseries 225 mod. 8647-5ax
    > equipped with a LSI Logic 1030 SCSI controller and a 73GB SCSI HD.
    >
    > He got the drivers for the LSI from both IBM and LSI itself but the
    > problem is that the OS actually "sees" the controller and the disk, but
    > the size reported is approx 4GB instead of the 73GB.
    >
    > I'm trying to have the output of hwconfig as to check the CHS values
    > reported by the controller but I'm wondering if biosgeom (which should
    > be able to interact with the kernel concerning the disk geometry stored
    > into the BIOS) is able to work with SCSI devices as well.
    LSI recently reported this same problem to us and together we worked out
    a fix. As you suspect, it is geometry related. The "lsil" driver was
    always reporting a geometry of 64 heads, 32 sectors/track. Dividing
    73GB by those numbers results in about 70000 cylinders. Since cylinders
    are stored in an unsigned short, this wraps around to some small number
    like 4GB.

    The "lsil" version number that includes this fix is: 1.03.27. It may
    actually be issued with a higher version number (if any other changes
    were pending). They are supposed to be reissuing the driver with this
    fix in it. We are also in the process of testing it and will issue our
    own build of it some time soon (but I don't know exactly when).

    I'm not sure whether you can use "biosgeom" to force the issue. You
    might as well try it. Boot the CD with:

    Boot
    : defbootstr link=lsil biosgeom=(8800,255,63)

    Watch the "%disk" message -- is it using your override geometry or still
    64x32?
    >Bela<
    Bela Lubkin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139