Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

physical device name question

Status
Not open for further replies.

hcclnoodles

IS-IT--Management
Jun 3, 2004
123
GB
Hi there, I have the following error and am trying to track down which device actually has the problem

1 in 0:08:31: Sep 22 17:00:15 fmy.machine.com scsi: [ID 107833 kern.warning] WARNING: /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2):


My question is really , what is /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2): ??

my two disks have physical addresses of (see output of format command below)

AVAILABLE DISK SELECTIONS:
0. c0t2d0 <DEFAULT cyl 8921 alt 2 hd 255 sec 63>
/pci@0,0/pci1022,7450@2/pci1000,3060@3/sd@2,0
1. c0t3d0 <DEFAULT cyl 8921 alt 2 hd 255 sec 63>
/pci@0,0/pci1022,7450@2/pci1000,3060@3/sd@3,0

is /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2): the bus or something?....or maybe the cdrom? - how do i find out?

Im a bit lost and any help would be greatly appreciated
 
hcclnoodles;

run iostat -En and post output.

Also what model system are you dealing with?


thanks

CA
 
Try:

[tt]ls -l /dev/dsk | grep '/pci@0,0/pci-ide@7,1/ide@0/sd@0,0'[/b][/tt]

Annihilannic.
 
Annihilannic;

Very nice! This is what I love about this site, everyone has a way of doing things but in the end someone always posts something that makes things a little easier or clearer. This will be put to good use.


Thanks

CA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top