I'm working on gathering performance metric data from a SAN (5.11 omnios-7648372 ). we use dataon JBOD.
a snip of Output of zdb -C mypoolname :
children[0]:
type: 'disk'
id: 0
guid: 7701924650939559899
path: '/dev/dsk/c1t0d0s0'
devid: 'id1,sd@n5000c5004cce9b53/a'
phys_path: '/pci@0,0/pci8086,25f7@2/pci8086,350c@0,3/pci1000,3030@1/sd@0,0:a'
whole_disk: 1
DTL: 599
create_txg: 4
Focusing at the 'path' part, it say '/dev/dsk/c1t0d0s0' I asume the device name is c1t0d0s0 and it 'match' with smartctl ... unless smart ctl said the path is /dev/rdsk/c1t0d0s0
But 'iostat -extnc 3 1' naming the device differently : c1t0d0
Kindly please tell me why the 3 of them did not use the same name for one same device ?