Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Really appreciate your site. Really good site for learning what others do when they run into problems. You guy's are great!!!..."

Geography

Where in the world do Tek-Tips members come from?

Incorrect hard disk partitioning information has been detected...

briantee (TechnicalUser)
7 Jun 07 9:07
I am trying to load SCO Openserver 6.0 on a new Dell Precision 390 and PowerEdge 840.  I am getting this error on both during install:

Incorrect hard disk partitioning information has been detected on hard drive disk:0...

The install then aborts.  I am getting the error after the portion of the install where it detects the Host Adapter.  I have a Dell SAS 5 HBA in both.  I also loaded the btld "megasas" that SCO says is required for this HBA.  Also I believe the error is different if it doesn't see the hard disk.(?)

I was able to load SCO Openserver 5.0.7 on both models.


Any help is appreciated.

Brian
rdevill (IS/IT--Management)
12 Jun 07 5:12
PowerEdge 1800  3.4Ghz  Xeon / Pentium 4         2  64 PCI / 32 PCI / P / PCIExpr        
  PowerEdge 1850  2.8Ghz     Single      2     SRM     
  PowerEdge 1900  3.0 GHz  Xeon  Dual   SATA  4  PCIExpr / PCI-X  T  1S / 6U  
  PowerEdge 1950                           
  PowerEdge 2900                           
  SC440  2.8Ghz  Intel Celeron  Single      1     T  
briantee (TechnicalUser)
12 Jun 07 6:50
I have solved the problem above.  Apparently when SCO Openserver 6.0 doesn't see the hard drive it displays the above error.  For the Dell SAS 5 HBA SCO Openserver 5.0.7 uses the latest lsil BTLD.  For SCO Openserver 6.0 you need the latest 6.0 version of mpt.

Thanks
TSIjon (TechnicalUser)
25 Jun 07 18:21
Brian I am looking @ purchasing a Dell Poweredge 840 w/DAT tape drive and install 5.0.7 on it. Can you please let me know which hard drive/controller configuration you were able to get to work and the boot string.

Thanks
briantee (TechnicalUser)
26 Jun 07 7:38
I loaded SCO Openserver 5.0.7 on a Dell PE 840 with the Dell SAS 5 HBA.  The btld for that is the latest lsil, I believe it is version 1.03.28.  The bootstring I used is:

boot:link <cr>
What package do you need linked to the system,
or press q to quit?
lsil <cr>

You could also use something like this:

boot: defbootstr link=lsil Sdsk=lsil(0,0,0,0)
TSIjon (TechnicalUser)
26 Jun 07 15:10
Thanks - did you go with the onboard NIC card? I need to know if this works because I need the 39320A SCSI PCI-X Controller Card for the DAT tape drive and there are not enough slots....and it this the tape drive config you went with?
briantee (TechnicalUser)
26 Jun 07 15:29
I went with the onboard NIC.  It is a broadcom NetXtreme 5721 that uses the latest bcme driver (bcme_8.3.2).  I didn't get an internal tape drive.  I use an external and I have spare SCSI adapters sitting around so I used a LSI Logic Ultra 320 HBA (53C1020/1030) for the drive.
eyedoc1975 (TechnicalUser)
27 Jun 07 13:13
Brian,
   Does this BTLD supports SAS and SATA drives in SCO 5.07?
I understood from some of the earlier post on this forum
that SATA drivers are not yet available for SCO 5.07 but
SCO 6.0 are readily available.
   Thanks for the information
briantee (TechnicalUser)
27 Jun 07 13:44
This lsil btld does support a list of SAS HBA's.  There are other btld's that support SATA for SCO 5.0.7.  SCO's Knowledge Center at sco.com is a useful tool in finding compatible hardware and what btld's they require.
TSIjon (TechnicalUser)
21 Aug 07 12:32
I was successfully able to load SCO 5.0.7 on the Dell 840 using the SAS HBA, however i am problem configuring Dell internal DAT 72 tape drive...it is the PowerVault 100T, DAT72, 36/72GB, Internal Drive w/39320A SCSI Controller. Do you know the correct SCSI configuration string?

Any help would be appreciated!
briantee (TechnicalUser)
22 Aug 07 7:29
What type of SCSI adapter do you have? lsil, ad160, etc...  When you reboot the server you should see the adapters firmware start up and it will show what devices you have connected to that particular adapter.  I know the LSI Logic has a 39320 but not sure what you have.  Also pay attention to the Adapter #, Bus # and target # of your tape drive during boot-up.  You will need that information to configure your drive using mkdev tape once we determine what type of HA you are using.
TSIjon (TechnicalUser)
22 Aug 07 21:25
On boot I see for the Seagate DAT-72:

Slot #3
Ch A
ID 6
LUN 0
BUS 16

Let me know if you need anymore additional info - Thanks!
briantee (TechnicalUser)
23 Aug 07 7:27
LSI Logic adapter?  Is the DAT connected to the same HA as the HD?
TSIjon (TechnicalUser)
23 Aug 07 11:03
In slot 1 there is a LSI and slot 3/5 Adaptec 39320A which I believe is connected to the tape drive??

Thanks
briantee (TechnicalUser)
23 Aug 07 12:53
In order to see your DAT you have to load the BTLD of the HA the DAT is connected to.  If it is connected to the Adaptec 39320 you would have to load the ad320 BTLD using the /etc/btldinstall command.

example (btld loaded onto floppy)

mount -r /dev/fd0135ds18 /mnt
/etc/btldinstall /mnt

then follow the prompts and select the ad320 btld.

Once the btld is loaded you will have the option of selecting that HA under mkdev tape.  Then enter in the HA#, Target#, etc.  

I would try:

ad320
Host adapter = 0
Bus = 0
Target = 6
Lun = 0

TSIjon (TechnicalUser)
4 Sep 07 13:11
The ad320 driver is loaded and configured with:
ad320
Host adapter = 0
Bus = 0
Target = 6
Lun = 0

however i get "can't open 'dev/xct0' when i do a 'tape status' - any other ideas?

thanks!
motoslide (MIS)
4 Sep 07 17:31
On your earlier post:

Quote:


On boot I see for the Seagate DAT-72:

Slot #3
Ch A
ID 6
LUN 0
BUS 16
I can't say I've ever seen reference to BUS=16, but if that's how the adapter reports it, that's how I'd configure the OS to communicate with it.

"Proof that there is intelligent life in Oregon.  Well, Life anyway."

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close