Help Explain the output of probe-scsi


 
Thread Tools Search this Thread
Operating Systems Solaris Help Explain the output of probe-scsi
# 1  
Old 03-01-2012
Help Explain the output of probe-scsi

Can anyone explain the output of probe-scsi command below?


Code:
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 your help.

Thanks

Last edited by DukeNuke2; 03-06-2012 at 03:40 AM..
# 2  
Old 03-01-2012
It means you have two local discs connected to your server.
This User Gave Thanks to bartus11 For This Post:
# 3  
Old 03-01-2012
Hi,

This output means that on the SCSI bus you have two 72Gb Ultra Fast Ultra Wide (320Mb/s) Seagate Cheeta (I think) 10,000 RPM drives.

These will probably be /dev/rdsk/c0t0d0 and /dev/rdsk/c0t0d1, on the internal SCSI bus.

Please advise what type of system this is and I may be able to provide a little more information.

Regards

Dave
This User Gave Thanks to gull04 For This Post:
# 4  
Old 03-03-2012
Thank you all for the information provided. I now understand
# 5  
Old 03-05-2012
Quote:
Originally Posted by gull04
Hi,

This output means that on the SCSI bus you have two 72Gb Ultra Fast Ultra Wide (320Mb/s) Seagate Cheeta (I think) 10,000 RPM drives.

These will probably be /dev/rdsk/c0t0d0 and /dev/rdsk/c0t0d1, on the internal SCSI bus.

Please advise what type of system this is and I may be able to provide a little more information.

Regards

Dave
isn't it c0t1d0?
# 6  
Old 03-06-2012
#probe scsi ( output show only Externally connected device )


# probe scsi all (show all internally and externally device )
# 7  
Old 03-07-2012
Hi Beta17,

You're absolutely right - just typing too fast - also not paying proper attention.

Thanks

Dave
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

netstat -an output, pls. explain..

Hi, I have old SCO O/S. System keeps crashing. I made lot of changes to kernel but so for nothing helped. I wrote a script which takes netstat -an output every one minute. I saw some thing right before the system crashed. Not sure if this means anything.. uname -a SCO_SV djx2 3.2... (2 Replies)
Discussion started by: samnyc
2 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. Programming

Explain output

#include<signal.h> #include<stdio.h> #include<stdlib.h> sigcatcher() { printf("pid=%d",getpid()); signal(SIGINT,sigcatcher); //line1 } main() { int ppid; signal(SIGINT,sigcatcher); if(fork()==0) { sleep(5); ppid=getppid(); while(1)... (4 Replies)
Discussion started by: gol007
4 Replies

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

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

Please Explain me the output

#include<stdio.h> char *def={"pqrs","rstu","tuvw","vwxyz","xyzab"}; char abc={"abc","def","ghi","jkl","mno"}; void main() { char *p=(char *)def; p=p+40; printf("%s\n",p); } the output of the abve code snippet is mno... HOW??? beats me.. please help (10 Replies)
Discussion started by: vikashtulsiyan
10 Replies

7. UNIX for Dummies Questions & Answers

Explain the output of the command....

Explain the output of the command “sort -rfn file1 | more” (1 Reply)
Discussion started by: wickbc
1 Replies

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

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

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