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)
Check Out this Related Man Page
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.11 30 Aug 1995 scsi_hba_probe(9F)
My workstation's graphic card had problem so unitl it's fixing if i want to have PROM env & run some commands like
OK probe-scsi or .....
what should i do ?
Rgrds
Nikk (1 Reply)
I have a Sun Ultra 10/Solaris 2.7 with a differential SCSI card connected to a Supter DLt1 Tape Drive. When I boot the machine, and I do a probe-scsi-all in the very beginning of the boot process. It shows up correctly. If I wait for the boot process to proceed and then I do a probe-scsi-all, I get... (1 Reply)
Anyone know of a guide or instructions for Solaris
I got to configure a SBUS HBA to talk to a tape robot.
I have done this on a switch but not point to point.
just going HBA >>>>> TAPE Fibre simple two nodes
Kie (6 Replies)
Hi folks,
I´m having a problem with a Ultra60 box with diff scsi pci card
conected to one D1000. The conection are correct because a checked the
D1000 guide. When a do probe-scsi-all in the OBP, the D1000 blink all
disks one time then the led of one of the disks powers off and then
nothing... (2 Replies)
I have run init 0 to bring it to OK prompt.
I know that probe-scsi-all can hang the system.
I want to know what is the difference between probe-scsi-all and probe-scsi.
I was told that probe-scsi-all external and internal devices and probe-scsi shows only internal devices. what dose this ... (3 Replies)
Hi guys,
I was asked to setup an Ultra60 (Sol 8) with an StorEdge A1000. Does anyone know if a probe-scsi-all is suppose to detect it? Right now it doesn't, so maybe I answered my own question :rolleyes:
We have an the same setup running already, but I wasn't around when that was setup.
... (3 Replies)
Does anyone know of a commands to discover new LUNS in RHEL 4 and 5 using a Brocade HBA. It's so easy in HP-UX with the "ioscan" command or even in Solaris with the "devfsadm" command. I need something similar if anyone knows. Thank you. (2 Replies)
HI
I have a V240 server and the probe-scsi-all on the Ok prompt is taking forever.
I have tried powercycling the server multiple times.
also tried set-defaults and reset-all..
COuld anyone tell the solution to this.. I have run out of options now.
Following is the only thing... (8 Replies)
Can anyone explain the output of probe-scsi command below?
ok probe-scsi
Target 0
Unit 0 Disk SEAGATE ST373207LSUN72G 045A
Target 1
Unit 0 Disk SEAGATE ST373207LSUN72G 045A
I have no idea what it means. I tried to read online but I still did not understand. I appreciate... (6 Replies)
Dear all,
I have a new Oracle Blade X4-2B server, running Solaris 10.
The server comes with a HBA card that will not be used now. It has not fibers connected to it. As a consequence, its leds never stop flashing.
My question is: how to disable this HBA card, without removing it physically... (2 Replies)