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
PCITWEAK(1)						      General Commands Manual						       PCITWEAK(1)

NAME
pcitweak - read/write PCI config space SYNOPSIS
pcitweak -l pcitweak -r PCI-ID [-b|-h] offset pcitweak -w PCI-ID [-b|-h] offset value DESCRIPTION
Pcitweak is a utility that can be used to examine or change registers in the PCI configuration space. On most platfoms pcitweak can only be run by the root user. OPTIONS
-l Probe the PCI buses and print a line for each detected device. Each line contains the bus location (bus:device:function), chip vendor/device, card (subsystem) vendor/card, revision, class and header type. All values printed are in hexadecimal. -r PCI-ID Read the PCI configuration space register at offset for the PCI device at bus location PCI-ID. PCI-ID should be given in the form bus:device:function, with each value in hexadecimal. By default, a 32-bit register is read. -w PCI-ID Write value to the PCI configuration space register at offset for the PCI device at bus location PCI-ID. PCI-ID should be given in the form bus:device:function, with each value in hexadecimal. By default, a 32-bit register is written. -b Read or write an 8-bit value (byte). -h Read or write a 16-bit value (halfword). SEE ALSO
scanpci(1) AUTHORS
David Dawes (dawes@xfree86.org). XFree86 Version Version 4.3.0 PCITWEAK(1)