![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NIM Questions | tb0ne | AIX | 5 | 08-16-2007 04:23 AM |
| Few questions | gina | Shell Programming and Scripting | 2 | 05-28-2007 02:47 AM |
| A few questions... | halluc1nati0n | UNIX for Dummies Questions & Answers | 2 | 03-28-2007 07:29 AM |
| 3 questions in 1 | alikun | UNIX for Dummies Questions & Answers | 2 | 03-26-2007 11:59 PM |
| ftp questions | lewisoco | UNIX for Advanced & Expert Users | 5 | 10-27-2005 02:45 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Two questions regarding SCO v5.0.7 (partitioning)
Hi there
Following my success installing SCO openserver 5.0.7 on an HP ML350 G5 last time, I have been instructed to install the same 5.0.7 on an HP ML310 G5. The ML310 G5 have the same RAID array as the ML350 (HP E200 SATA RAID) but the hard drives are larger (3x160Gb and 1x250Gb spare). First I created a logical drive with the full space available (262Gb) but SCO refused to see the full extend of the logical drive free space. It only see less than 5Gb. ![]() Then I deleted the logical drive, and created two logical drives on the same array, one of 160Gb and the rest with the remainder of the free space. SCO installed well, and all seems to be working fine (network etc). But there still is an unused second logical drive, how can I enable SCO to see and use that? I understand that I have to use mkdev hd to create an entry in /dev for fdisk to use, but mkdev hd only works for ide or scsi and not for sata... and I'm as to what I am to do now at this stage.Any help will be welcome ![]() Thanks in advance Regards Libs Last edited by The_Librarian : 04-04-2008 at 02:47 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
SCO treats all host adapters that do not use the standard ide interface as SCSI.
When you run mkdev hd, choose SCSI, then you will be prompted for the name of the host adapter, with the default being the name of last device added (will be whatever the hd device is, if you haven't added a tape drive in the meantime.) After that enter the scsi information. You can see the current scsi information for the root drive in /etc/conf/cf.d/mscsi |
|
|||
|
Quote:
![]() I added a tape drive in the meantime, but I used the name of the HBA, and was able to access it with fdisk and divvy. ![]() Regards Libs |