Sponsored Content
Full Discussion: Help probe-scsi-all
Operating Systems Solaris Help probe-scsi-all Post 302079612 by reborg on Tuesday 11th of July 2006 09:01:52 PM
Old 07-11-2006
Actually that is not correct, they system may and probably will hang if you do a probe-scsi or probe-scsi-all after an init 0 (or other OS shutdown command) or stop+A followed by a probe-scsi or probe-scsi, in fact it will warn you not to do so. The difference between the two commands is however correct.

The correct way to do probe-scsi or probe-scsi-all is:

go to the ok prompt ( depends what you're doing how you get here, but you already know how to get there so no worries there )

{ok} setenv auto-boot? false
{ok} reset-all

(system reboot to ok prompt )

{ok} probe-scsi-all
....
some output
....
Then to get it back to normal:
{ok} setenv auto-boot? true
{ok} boot

Last edited by reborg; 07-12-2006 at 09:07 AM..
 

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

PCI device probe and find

:confused: Hi, everybody. Pleeeeese HLP!!! I write PCI device driver for bridge controller PCI-VME bus in freeBSD 2.2. And firs run function probe(): static char* probe(tag, type). Whuy probe() don't work for my vendorID and deviceID (bridge controller and videoadapter). But... (1 Reply)
Discussion started by: Alex_T
1 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

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

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

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

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

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. I need the IP address instead;... (0 Replies)
Discussion started by: skeller
0 Replies

9. Solaris

probe-scsi-all hangs - not returning anything

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)
Discussion started by: ningy
8 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
tran_tgt_probe(9E)						Driver Entry Points						tran_tgt_probe(9E)

NAME
tran_tgt_probe - request to probe SCSI bus for a particular target SYNOPSIS
#include <sys/scsi/scsi.h> int prefixtran_tgt_probe(struct scsi_device *sd, int (*waitfunc, void));); INTERFACE LEVEL
Solaris architecture specific (Solaris DDI). PARAMETERS
sd Pointer to a scsi_device(9S) structure. waitfunc Pointer to either NULL_FUNC or SLEEP_FUNC. DESCRIPTION
The tran_tgt_probe() vector in the scsi_hba_tran(9S) structure may be initialized during the HBA driver's attach(9E) to point to a function to be called by scsi_probe(9F) when called by a target driver during probe(9E) and attach(9E) to probe for a particular SCSI target on the bus. In the absence of an HBA-specific tran_tgt_probe() function, the default scsi_probe(9F) behavior is supplied by the function scsi_hba_probe(9F). The possible choices the HBA driver may make are: o Initialize the tran_tgt_probe vector to point to scsi_hba_probe(9F), which results in the same behavior. o Initialize the tran_tgt_probe vector to point to a private function in the HBA, which may call scsi_hba_probe(9F) before or after any necessary processing, as long as all the defined scsi_probe(9F) semantics are preserved. waitfunc indicates what tran_tgt_probe() should do when resources are not available: NULL_FUNC Do not wait for resources. See scsi_probe(9F) for defined return values if no resources are available. SLEEP_FUNC Wait indefinitely for resources. SEE ALSO
attach(9E), probe(9E), tran_tgt_free(9E), tran_tgt_init(9E), scsi_hba_probe(9F), scsi_probe(9F), scsi_device(9S), scsi_hba_tran(9S) Writing Device Drivers SunOS 5.10 1 Nov 1993 tran_tgt_probe(9E)
All times are GMT -4. The time now is 09:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy