Sponsored Content
Operating Systems Solaris probe-scsi-all hangs - not returning anything Post 302520801 by melchez on Monday 9th of May 2011 08:28:57 AM
Old 05-09-2011
Hit the "esc" key then it should move on to the next device. Hopefully that will work.

I seen this a lot when I was a FE.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

probe software

can anyone point me towards a program to list what's installed on my sunOS box and their version numbers. (2 Replies)
Discussion started by: sphiengollie
2 Replies

2. Solaris

solaris booting to probe menu

Hi all, everytime the sun fire server reboots in always boots to the probe menu. This needs to be manually booted by command named boot. Is there a boot file somewhere on the system that changes the boot script to boot fully not to the probe menu. (2 Replies)
Discussion started by: dennisca
2 Replies

3. Solaris

probe-scsi-all hangs probing D1000

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)
Discussion started by: spacewalker
2 Replies

4. Solaris

Help probe-scsi-all

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)
Discussion started by: nitinkgoud
3 Replies

5. Solaris

probe-scsi => error

i have a new netra 240 server when i make probe-scsi in obp i have this output : ERROR: /pci@1c,600000: Last Trap: Fast Data Access MMU Miss am upgarading obp firmware but the problem is always here the os solaris 10) is installed correctely and i can use it , when i type #format i can see... (2 Replies)
Discussion started by: lid-j-one
2 Replies

6. BSD

PROBE not find the device ID

Hi All, Probe is not returning the Device ID, while device (PCI Express-to-PCI Bridge) is already detected by "lspci". I checked this with printing all the device ID which has been detected. Can anyone give me any suggestion or solution. Thanks (in advance) Appu (2 Replies)
Discussion started by: appu
2 Replies

7. High Performance Computing

What does the 'probe' do in VCS?

Weird question I know, but I'm intrigued. Say for instance you have an Application in an SG with the usual start/stop/monitor. To successfully probe does it just check for existence of the script/file ? Thanks... (1 Reply)
Discussion started by: itsupplies
1 Replies

8. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it's very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices and I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

9. Shell Programming and Scripting

Network probe script

Hi. I just wrote my first shell script, it’s very ugly but it works. I was wondering if someone could help me clean it up a bit. Original Problem: Current command-line tool (FIND-NEIGHBORS.exe) outputs MAC addresses of neighboring wireless devices. I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

10. Solaris

Help Explain the output of probe-scsi

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)
Discussion started by: cjashu
6 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 09:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy