Sponsored Content
Operating Systems Solaris Configure New LTO-2 Tape Drive Post 42043 by jgordon on Tuesday 21st of October 2003 01:31:09 PM
Old 10-21-2003
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?
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to configure tape drive on SUN

I am trying to configure DAT Tape drive on SUN E220 system but I don't have SUN keyboard. I am using a tty terminal k/b. What are my alternavtives? Is there any way to send interupts to the system on OK prompt using tty kb for probe SCSI. Thanks in advance. (2 Replies)
Discussion started by: s_aamir
2 Replies

2. UNIX for Dummies Questions & Answers

tape drive

Hi, I need to restore my tape backup, when I type "tape status" it gives; status : ready beginning-of-tape write-protected soft errors : 0 hard errors : 0 underruns : 3 but... (4 Replies)
Discussion started by: alisevA3
4 Replies

3. 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

4. AIX

Tape Drive

I have tape drive in one Lpar. when i saw that time tape is in defined state. After that i deleted the tape drive using the rmdev -R command. Then fired the cfgmgr -v command. But I am not getting the tape drive. Now the drive is even not in defined state also. It is not shown the tape drive. How... (1 Reply)
Discussion started by: pernasivam
1 Replies

5. Solaris

configure tape drive to sun solaris 10

Hi everyone. Im new to Sun Solaris or the Unix environment. My only background is the DOS command in windows and a little bit of c++ programming. I always worked with troubleshooting hardware and software issues with windows. Now that I need to configure tape drives using sun solaris, I had... (11 Replies)
Discussion started by: graboid888
11 Replies

6. 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

7. 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

8. HP-UX

TAPE drive

I have used ioscan -fnC tape and the system identified the tape drive. what is the command to show a listing of what is on the tape? I have used ls /dev/rmt/rmt0 to no avail. can anyone help? Thanks in advance (10 Replies)
Discussion started by: Randydog
10 Replies
scsi_hba_probe(9F)					   Kernel Functions for Drivers 					scsi_hba_probe(9F)

NAME
scsi_hba_probe - default SCSI HBA probe function SYNOPSIS
#include <sys/scsi/scsi.h> int scsi_hba_probe(struct scsi_device *sd, int(*waitfunc)(void)); INTERFACE LEVEL
Solaris architecture specific (Solaris DDI). PARAMETERS
sd Pointer to a scsi_device(9S) structure describing the target. waitfunc NULL_FUNC or SLEEP_FUNC. DESCRIPTION
scsi_hba_probe() is a function providing the semantics of scsi_probe(9F). An HBA driver may call scsi_hba_probe() from its tran_tgt_probe(9E) entry point, to probe for the existence of a target on the SCSI bus, or the HBA may set tran_tgt_probe(9E) to point to scsi_hba_probe directly. RETURN VALUES
See scsi_probe(9F) for the return values from scsi_hba_probe(). CONTEXT
scsi_hba_probe() should only be called from the HBA's tran_tgt_probe(9E) entry point. SEE ALSO
tran_tgt_probe(9E), scsi_probe(9F), scsi_device(9S) Writing Device Drivers SunOS 5.10 30 Aug 1995 scsi_hba_probe(9F)
All times are GMT -4. The time now is 10:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy