Dell - Installing SCO Openserver 6.0 probs with ADAPTEC 1210SA


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Dell - Installing SCO Openserver 6.0 probs with ADAPTEC 1210SA
# 1  
Old 06-30-2006
Dell - Installing SCO Openserver 6.0 probs with ADAPTEC 1210SA

Trying to install Sco OSR 6.0 on Dell Optiplex with SERIAL ATA ADADPTEC 1210SA controller.

Sco says its sipported by the AACRAID driver but on installation its says that it doesnt recognise the partitions

In the middle of re-formatting at the moment - just wondered if anyone had anu experience.

Thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

Installing UW714 on DELL PE2950/Perc6i

Has anyone outhere had sucess installing Unixware 7.1.4 on a Dell PE2950/perc6i server. The install process won't recognize the root drive. We have installed the HBA disk with the drivers for the Perc6i controller but still no luck. Any sugestions would be greatly appreciated. (1 Reply)
Discussion started by: Bernard Hayes
1 Replies

2. SCO

Problem with installing SCO openserver 5.0.5 on IBM Lenovo R61

Hi I m trying to install SCo 5.0.5 on my laptop but it fails, I was able to install it on another computer and it did work, but with this IBM LENOVO R61 Laptop, it is giving me the message Memory error loading kernel, I searched the net concerning this issue and found that i have to write this... (1 Reply)
Discussion started by: bashar_smeirat
1 Replies

3. Debian

Installing Debian onto Dell PE2950/PERC6i/Intel L5410

Hello people! :D I wonder if you can help... I am going to take delivery very soon of a Dell Poweredge 2950 III server of the following spec: 1x Quad Core Intel Xeon L5410, 2.33GHz CPU 4GB Memory, 667MHz (2x2GB Dual Ranked FB DIMMs) PERC 6/i, x6 Backplane, Integrated RAID Controller... (2 Replies)
Discussion started by: fishsponge
2 Replies

4. SCO

Installing SCO OpenServer v5.07 on an HP ML350 G5 server

Hi there We are trying to install SCO OpenServer v5.07 on an HP ML350 G5 server. I have downloaded the drivers from HP's website, but are getting nowhere. (I feel that I am going round in circles - every time I google for the drivers, I end up here.) :( What happens is we create the driver... (12 Replies)
Discussion started by: The_Librarian
12 Replies

5. UNIX for Dummies Questions & Answers

Installing Java on Openserver 6

Forgive the sheer volume of verbiage: Sco Openserver 6 - how to install Java 1.42_14b: The documentation says: "Make a subdirectory and unwind the tar file into that subdirectory. mkdir JAVA142 cd JAVA142; tar -xf ../OSR6_Java2_142.VOLS.tar Run the Software Manager with the command: ... (6 Replies)
Discussion started by: LetSco
6 Replies

6. SCO

sco openserver 5.0.7

Dear members when i installed dual processor patch in openserver 5.0.7 in hp ML370 G4 server it hangs in sco at G_hd_config. i tried MP4, EFS 5.64,5.70A but not solved the problem.. (0 Replies)
Discussion started by: M_farooqui
0 Replies

7. Solaris

Installing Solaris 10 on Dell PowerEdge 2800

hi, i am trying to install solaris 10 (on 4 cd's downloaded from the sun website) on my dell poweredge 2800 server. 2 xeon processors, 2GB of RAM and 2 NICS, 73 GB SCSI (maxtor ultra320, 3.5 series), i can give more details on request... the installation crashes when trying to detect the NICS... (0 Replies)
Discussion started by: xinugeek
0 Replies

8. SCO

Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"

Hi Guys, I want ur replies very very Urgently.Plz. don't ignore this mail. I am using Sco openserver 5.0.2 and i have downloaded jdk1.2.2 for that i have installed it.The jdk is working fine. Then i download jakarta-tomcat-4.1.24.zip and i have installed it. In order... (1 Reply)
Discussion started by: ananthu_m
1 Replies

9. UNIX for Advanced & Expert Users

SCO 5.0.2 on Dell 1500SC

I'm trying to load SCO Unix 5.0.2 on a Dell 1500SC server, without any success. First off, yes I know that 5.0.2 is an outdated version, and is not supported anymore, but that is what my company has directed me to do. The problem with the load appears to be the new chipset on the server,... (1 Reply)
Discussion started by: Howeird
1 Replies
Login or Register to Ask a Question
NJATA(4)						   BSD Kernel Interfaces Manual 						  NJATA(4)

NAME
njata -- Workbit NinjaATA-32 CardBus IDE controller driver SYNOPSIS
njata* at cardbus? function ? njata* at cardbus? function ? flags 0x01 # with wait 0x01 DESCRIPTION
The njata driver provides support for the following Workbit Bus-Master CardBus IDE controller chips: NinjaATA-32Bi CardBus / PCMCIA dual mode IDE controller (``DuoATA''). This controller is mainly used for portable drives. This driver supports the CardBus mode. NPATA-32 CardBus IDE controller. This controller is widely used for CardBus CompactFlash adapters. These controllers are capable of bus-mastering for ATA PIO transfer. The njata driver uses the bus-mastering PIO transfer unless transfer buffer is unaligned, and significantly reduces CPU usage for PIO-only ATA devices compared with usual PIO transfer. CONFIGURATION
The optional flags parameter is the ``wait'' value for ATA transfers. Some combinations of host and device may fail without flags parameter or flags 0x00. In this case try adding wait values like flags 0x01 or flags 0x11 (the wait parameter is composed of two 4bit values). Smaller wait values should be faster. Too long waits may cause transfer errors. SEE ALSO
ata(4), atapi(4), cardbus(4), intro(4), wd(4), wdc(4) HISTORY
The njata device driver first appeared in NetBSD 4.0. AUTHORS
ITOH Yasufumi BSD
September 7, 2006 BSD