T.R | Title | User | Personal Name | Date | Lines |
---|
1863.1 | use the file command | DYOSW5::WILDER | Does virtual reality get swapped? | Thu Feb 06 1997 07:02 | 5 |
| file /dev/rrz*c
This will show, among other things, the bus number the disk is on.
/jim
|
1863.2 | ... does not show what I'm looking for ... | VIRGIN::SUTTER | Who are you ??? - I'm BATMAN !!! | Thu Feb 06 1997 07:37 | 6 |
| > file /dev/rrz*c
> This will show, among other things, the bus number the disk is on.
What I'm looking for is the SCSI-ID of the controller, not the disk.
SCSI-Controller on shared buses need to be on different target ID's.
|
1863.3 | | KITCHE::schott | Eric R. Schott USG Product Management | Thu Feb 06 1997 07:40 | 13 |
| The boot messages are in UERF (DECevent) and in /var/adm/messages
Have you run sys_check? It should find the boot message..
http://www-unix.zk3.dec.com/tuning/tools/sys_check/sys_check.html
Also, I think with V1.4, clu_ivp should find this also...
regards
Eric
|
1863.4 | sys_check even makes coffee?-) | VIRGIN::SUTTER | Who are you ??? - I'm BATMAN !!! | Thu Feb 06 1997 08:00 | 18 |
| 'clu_ivp -v' does not produce what I'm looking for.
# grep found /var/adm/messages
does give me some kernel messages where in the past the other systems
did have it's SCSI-ID's on a certain bus in the past.
Now if you have 3 or more members, it probably can be extrapolated
by comparing the output of above command on all members what SCSI-ID the
system had that is down and has a broken KZPSA.
What I was looking for is some way to find out what ID the OWN KZPSA
had on a running system but I suppose above workaround does it as well.
Regards,
Arnold
P.S.: The cluster map may also lead to the proper ID if one exists...
|
1863.5 | Some help ?? | JANIX::jmh | sendmail: The Vietnam of Berkeley | Thu Feb 06 1997 10:58 | 14 |
| >>Notefile: SMURF::ASE
>>Note: 1863.4
>>Author: VIRGIN::SUTTER "Who are you ??? - I'm BATMAN !!!"
>>Topic: How to find the SCSI ID of a controller on a running system?
>>Title: sys_check even makes coffee?-)
Does "# scu show edt lun 0 |grep Processor" help ??
on the remote/local system help (this should give you
an idea which SCSI IDs have been assigned to the KZPSAs
(assuming you use unique IDs on all nodes ...)) .
- Jan
|
1863.6 | Use scu show path inquiry | SMURF::KNIGHT | Fred Knight | Mon Feb 10 1997 10:42 | 14 |
| Everything so far suggest guessing the host ID based on the
other IDs on the bus. What was really asked for was the host
ID of the adapter itself. That is returned in the CAM path
inquiry data.
# scu
scu> set nexus bus n
scu> show path inquiry
<....>
SCSI Device ID of Initiator: 7
<....>
scu>
Fred
|