LTO 3 on rp7400


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers LTO 3 on rp7400
# 1  
Old 09-01-2005
LTO 3 on rp7400

hi guys,

I have a rp7400 running on 11i and i would like to attach LTO3 certance OEM quantum to this box using an ultra 2 scsi lvd/se-A5149A PCI adapter.Once i attached this card and try to detect it in boot handler running the io command,i can't see the card but once i attach it to the internal ultra2 scsi it could detect the tape drive..why is this happening?Is there any patch/driver needed for the adapter?pls. advice on this matter....

thx in advance
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Filesets for IBM ultrium lto 5 (SAS)

i connect an ibm ultrium lto 5 (sas) to an 8204-e8a (v6.1 TL5 SP 1) then i do an cfgmgr and get message about missing filesets devices.pciex.1410ca03 devices.pciex.pciexclass.00107 devices.pciex.00107200 devices.pciex.pciex100.72.3 and a few others i try to find the filesets on the two OS... (1 Reply)
Discussion started by: AIXBlueCat
1 Replies

2. Solaris

Sun E220R + HP (SCSI) LTO Ultrium Tape Drive

Hi all, this time I'd need a help from an advanced Solaris system admin :rolleyes: I attached a HP StorageWorks Ultrium 215 Tape Drives - Overview - c00059530 - HP Business Support Center to my Sun E220R and it got recognized immediately (probe-scsi-all). Now the operating system boot process... (8 Replies)
Discussion started by: pseudocoder
8 Replies

3. Solaris

LTO replacement

Hi guys, I've changed the LTO3 device, but the OS (Solaris10) doesn't feel it. From the ok> prompt i've launched the probe-scsi-all command and it worked fine because i could see the new device; the from the ok> i booted the system (normal boot, probably a boot -r could be better..) and from... (11 Replies)
Discussion started by: cecco16
11 Replies

4. AIX

p570 seeing LTO drive but not 3582 library (smc0)

I have a p570 running AIX 5.2 ml 10. We just got in a IBM 3582 library. The library is connected directly to the lpar via fibre cable. I've installed: Atape.driver 11.7.7.0 atldd.driver 6.8.4.0 After a reboot, I can see the one tape drive: ... (2 Replies)
Discussion started by: BobSmith
2 Replies

5. HP-UX

External DVD-ROM drive issue whether it is working or not? on HP rp7400

Please help me > How to diag the external DVD-ROM drive issue whether it is working or not? on HP 9000 server rp7400 I needed to install HP 11i v1 using external DVD-ROM drive on HP 9000 server rp7400. While boot in CO> “search” command is not showing DVD-ROM device only showing all disks >... (0 Replies)
Discussion started by: tpuser
0 Replies

6. Solaris

Configure New LTO-2 Tape Drive

Can I do this live? Or, do I need to do a probe-scsi-all after doing a stop/A? (10 Replies)
Discussion started by: jgordon
10 Replies

7. HP-UX

LTO Compatibility

Is any one told me that LTO3 tape Cartridge is compatible with LTO2 Tape Drive. (2 Replies)
Discussion started by: Shawn Paul
2 Replies

8. UNIX for Dummies Questions & Answers

LTO multivolume restoration problem in SELS9

Can anybody help me ? ? Previously data was taken multi volume LTO Tape backup in Red hat Linux by following command : tar -cvf /dev/rmt/tps6d7v -b 1000 -M filenames , now i try to Restore it in SELS9 by following command : tar -xvf /dev/st1 -b 1000 -M filenames , it extracts only part of the... (0 Replies)
Discussion started by: pramanik
0 Replies

9. AIX

AIX 5.3 and PV110T LTO tape Drivers?

Hey anyone have the hot news on where to find out if This tape will work with my AIX 5.3? a Dell PV110T ~ AIX Base Unit: PV110T,LTO-3,400/800GB,EXT PowerVault 110T, LTO-3 400/800GB, External Drive-R (222-2100) Hard Drive Controller: External 4M SCSI Cable VHDCI/68 pin for Tape... (0 Replies)
Discussion started by: Keith Johnson
0 Replies

10. UNIX for Dummies Questions & Answers

Backup Differnet Unix OS Using Single LTO

Hi Gurus, I would like to clarify some doubts regarding a backup strategy. I have been working on various *NIX as AIX,Solaris and Linux. I would like to design a backup procedure.WOuld it be possible for me to use a single LTO tape device to backup all the different server with different... (2 Replies)
Discussion started by: mickykt
2 Replies
Login or Register to Ask a Question
AHD(4)							   BSD Kernel Interfaces Manual 						    AHD(4)

NAME
ahd -- Adaptec PCI/PCI-X Ultra320 SCSI host adapter driver SYNOPSIS
For one or more PCI/PCI-X cards: ahd* at pci? dev ? function ? To compile in debugging code: options AHD_DEBUG options AHD_DEBUG_OPTS=<bitmask of options> options AHD_REG_PRETTY_PRINT For SCSI busses: scsibus* at ahd? DESCRIPTION
This driver provides access to the SCSI bus(ses) connected to Adaptec AIC79xx host adapter chips. Driver features include support for narrow and wide busses, fast, ultra, ultra2, ultra160, and ultra320 synchronous transfers, packetized transfers, tagged queueing, and 512 SCBs. The AHD_DEBUG_OPTS option is used to control which diagnostic messages are printed to the console when AHD_DEBUG is enabled. Logically OR the following bits together: Value Function 0x0001 Show miscellaneous information 0x0002 Show sense data 0x0004 Show Serial EEPROM contents 0x0008 Show bus termination settings 0x0010 Show host memory usage 0x0020 Show SCSI protocol messages 0x0040 Show mode pointer of the chip register window 0x0080 Show selection timeouts 0x0100 Show FIFO usage messages 0x0200 Show Queue Full status 0x0400 Show SCB queue status 0x0800 Show inbound packet information 0x1000 Show S/G list information 0x2000 Enable extra diagnostic code in the firmware The AHD_REG_PRETTY_PRINT option compiles in support for human-readable bit definitions for each register that is printed by the debugging code. However, it also bloats the compiled size of the driver by approximately 215KB. HARDWARE
The ahd driver supports the following: o Adaptec AIC7901 host adapter chip o Adaptec AIC7901A host adapter chip o Adaptec AIC7902 host adapter chip o Adaptec 29320 host adapter o Adaptec 39320 host adapter o Many motherboards with on-board SCSI support SEE ALSO
ahc(4), cd(4), ch(4), intro(4), scsi(4), sd(4), ses(4), st(4) HISTORY
The ahd driver first appeared in FreeBSD 4.7 and NetBSD 2.0. AUTHORS
The ahd driver, the AIC7xxx sequencer-code assembler, and the firmware running on the aic79xx chips was written by Justin T. Gibbs. NetBSD porting is done by Pascal Renauld, Frank van der Linden, Jason Thorpe, and Allen Briggs. This manual page is based on the ahc(4) manual page. BSD
May 16, 2009 BSD