Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory Tape Drive Connected to a Sun Ultra 10/Solaris 2.7 Post 18758 by joerg on Wednesday 3rd of April 2002 03:36:57 AM
Old 04-03-2002
Hello brv,
I have a little dilemma with your problem discription.
You perform a stop-a, and then on the OBP you execude the probe-scsi-all command ? I canīt understand the different between the two situations.

However, if you look inside the /dev/rmt/ directory you can see the tape ?
If not ? First of all try this :
drvconfig
tapes

Errors appear ?
If the tape is now on this system dir, try to write something on an empty tape.
regards joerg
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hard drive in Sun Ultra 10

What are the options on upgrading disk space in an Ultra 10 workstation? Sun states they are EIDE drives, are they standard or Sun specific? Thanks (1 Reply)
Discussion started by: 98_1LE
1 Replies

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

3. Solaris

Parallel Tape Drive on Ultra 5?

Hello. Maybe a Solaris guru can help me out. I would like to connect a parallel QIC tape drive to an Ultra 5 to write backups. Is this possible? If I remember my Unix edu years ago, there is a way to tell the system that there is blocking device on the parallel port. Thanks for your... (1 Reply)
Discussion started by: Plain Person
1 Replies

4. UNIX for Dummies Questions & Answers

DDS-2 Sun tape drive

Hey guys, I'm trying to mount a SUN DDS-2 tape drive on a SUN Ultra 80 machine running Solaris 9. I had the SCSI drive connected at time of install, I'm very new to Solaris so I don't know if Solaris would detect the drive like that and install some form of device driver. But, what im posting... (2 Replies)
Discussion started by: kingdbag
2 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

How to mksysb to a tape drive connected to a different LPAR?

I have 2 LPARs running AIX 5.3. Both are on the same VLAN. One LPAR, which I'll call LPAR2, has a 4mm SCSI tape drive connected to it, while LPAR1 does not have a tape drive connected. I am able to take mksysb backups of LPAR2 to the tape drive since it's directly connected. However, I need to... (2 Replies)
Discussion started by: need2bageek
2 Replies

7. AIX

SUN StorageTek tape drive with AIX 5.1

Hi, I have recently purchase a SUN Storage Tek desktop LTO 4 HH tape drive and connected to a IBM AIX 5.1 server. The server can detect the tape device. Can someone please advice urgently. Thanks (4 Replies)
Discussion started by: Caully
4 Replies

8. Solaris

Solaris 10 new fiber connected tape

Hello all, how can i see configured fc tapes in solaris system and how can i install a new fc shared tape device , thanks Best Regards (2 Replies)
Discussion started by: bogacd
2 Replies

9. Solaris

Sun Ultra 2 Hard Drive Replacement

Hi all...I have an old Sun Ultra 2 running SunOS 5.7 (I know old). These machines have 2 hard drives and one of my drives fried. I bought some replacement drives and wanted to a simple "dd" command from my one good drive to copy all to the new replacement drive. The new drives however give me a... (11 Replies)
Discussion started by: psantinello
11 Replies

10. Solaris

Install ext DLT Sun Tape drive on V445 Solaris 10

I have a SunFire V445 running Solaris 10 and am adding a Sun DLT tape drive. From the OK prompt the probe-scsi-all does see the drive and it is the proper target of 4. When I do the boot -- -r it does build the /dev/rmt directories correctly and the links to /devices appear correct as well. When I... (8 Replies)
Discussion started by: chastings
8 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 05:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy