Help probe-scsi-all


 
Thread Tools Search this Thread
Operating Systems Solaris Help probe-scsi-all
# 1  
Old 07-11-2006
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 external and internal devices mean?

And is there any way to prevent this hang?
# 2  
Old 07-11-2006
Quote:
Originally Posted by nitinkgoud
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 external and internal devices mean?

And is there any way to prevent this hang?

probe-scsi identifies SCSI devices attached to only the built-in SCSI bus. The system is not hanging, it is probing for scsi targets.
# 3  
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..
# 4  
Old 07-12-2006
Thanks a lot guys.
I really appreciate it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

10. 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
Login or Register to Ask a Question