SCSI Ultra320 80->68 adapter

 
Thread Tools Search this Thread
Special Forums Hardware SCSI Ultra320 80->68 adapter
# 1  
Old 04-06-2011
SCSI Ultra320 80->68 adapter

I need to connect 80pin SCA Ultra320 SCSI hdd to 68pin.
There are rumors that some bad "passive" adapters with problematic termination can fry the HDD. The adapter we got is Assmann ABSCA-2. Hard drive is 'Fujitsu MAW3073NC'
Do we need to set any jumpers before turning it on?

We already had problems with some noname adapter. BIOS would read the drive manufacturer and model ok. but then there were numerous buffer io errors and it didn't work. Fortunately the drive is still ok.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Misconfiguration detected Adapter interface name en 3 Adapter offset 0

Hi, We had a hardware problem with an IBM System p5 server, with AIX 5.2 We restore from a tape the last backup we had, but the server does not boot up as expected. The server try to mount some directories from a storage, but could not comunicate with them, we check the FC and everything is... (12 Replies)
Discussion started by: trevian3969
12 Replies

2. HP-UX

HPUX 11.11 Sept.2003 cannot see PCI-X scsi adapter

I am trying to reload a RP4440 with 2x300gb disks and dual Port Network card, with HPUX 11.11 Sept 2003. When the os boots and and gets to the main menu to install HPUX or run recovery, it cannot find the disks or NIC. At the OS prompt (after loading files), ioscan shows the Class ba, and shows... (0 Replies)
Discussion started by: mrmurdock
0 Replies

3. SCO

Moving hard drive and SCSI adapter to another computer

OK group, it's been 12 years since I worked with SCO. I need some direction here: SCO Openserver 5.07 I have a server with a bad motherboard. I have moved the SCSI adapter and hard drive to another computer. This new server has different hardware so I must install the chipset drivers for... (1 Reply)
Discussion started by: jscholz
1 Replies

4. SCO

Installing LAN adapter

I inserted a PCI Realtek RTL8139 network adapter on a PC running SCO Openserver 5.0.6. I successfully loaded drivers and I'm trying to install the card with netconfig command, unfortunately without success. Here are the steps I follow to install the card: I run netconfig, from menu 'hardware'... (2 Replies)
Discussion started by: kampus
2 Replies

5. HP-UX

what is an adapter?

Hi , Hi what is an adapter?what is its use ? How to log into a tibco server from unix home directory. (1 Reply)
Discussion started by: megh
1 Replies

6. AIX

Spliting PCI-X Dual Channel Ultra320 SCSI Adapter

I have 1 PCI-X Dual Channel Ultra320 SCSI Adapter card for my p570 server. I would like to split the 2 channels for the usage of 2 tape drives in different LPARs. Is that possible? For example, I have 2 LPARs running in p570 server, LPAR-A configured the Ultra320 card as pci7 in slot... (11 Replies)
Discussion started by: kwliew999
11 Replies

7. Solaris

Trouble Installing a SCSI Adapter

Okay. I admit I'm sort of a newbie in this regard. I installed a SCSI adapter on a Sun Ultra 5 workstation. I did the standard STOP-A on the startup and got the OK prompt. I then tried probe-scsi-all. It dumps me back @ the OK prompt w/ no message whatsoever. I tried probe-scsi, nothing. ... (3 Replies)
Discussion started by: Plain Person
3 Replies

8. Solaris

Which SCSI Adapter?

Hi. I need to find a simple SCSI adapter card for a Sun Ultra 5 workstation. I don't need the type w/ ethernet attached (e.g. X1032) as I already have ethernet onboard & they are more spendy. I know Adaptec is out, but what unit would work? I am attaching an external SCSI tape unit to this... (4 Replies)
Discussion started by: Plain Person
4 Replies

9. IP Networking

LAN Adapter

Im newest in unix, Please, give me solution for installing lan adapter if driver not found in the list of ethernet drivers ihave unix driver in a dos diskete please give me the other solution and tell me where the domain of unix class online, so ican read from it. Thank's very much (3 Replies)
Discussion started by: ade_muhdiat
3 Replies

10. UNIX for Dummies Questions & Answers

adaptec scsi host adapter

Can anyone out there help me out? I'm trying to install a scsi tape back up on a sys running sco openserver 5.0.4. When I go through the steps for mkdev tape it seems like it works, but when I reboot I still don't see the tape. Also when it boots up I get a scsi bios not installed error. I've... (1 Reply)
Discussion started by: goatboy_tx
1 Replies
Login or Register to Ask a Question
TRM(4)							   BSD Kernel Interfaces Manual 						    TRM(4)

NAME
trm -- Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device trm Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): trm_load="YES" DESCRIPTION
The trm driver supports PCI SCSI host adapters based on the Tekram TRM-S1040 SCSI ASIC. HARDWARE
SCSI controllers supported by the trm driver include: o Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector o Tekram DC-315U PCI Ultra SCSI adapter without BIOS o Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector o Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS o Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS o Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. SEE ALSO
cd(4), ch(4), da(4), intro(4), sa(4), scsi(4), sym(4) http://www.tekram.com/ AUTHORS
The trm driver was originally written for FreeBSD 3.0/i386 by Erich Chen of Tekram Technology, and ported to FreeBSD 5.0 by Olivier Houchard <cognet@FreeBSD.org>. BSD
December 8, 2002 BSD