Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread John Barfield
So odd thing about this server….there is NO “/dev/rdsk/c14t0d0s0” anywhere. I wonder what that’s all about On 1/4/17, 3:17 PM, "John Barfield" wrote: You’re awesome! Its hanging on “open /dev/rdsk/c14t0d0s0” Looking at that disk now. On

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread John Barfield
For the record…here is the complete command output after it finally completed: root@PRD-GIP-cpls-san1:/export/home/jbarfield# truss -t "open,ioctl" -f diskinfo 19752: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT 19752: open("/lib/libdladm.so.1", O_RDONLY)= 3 19752:

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread John Barfield
You’re awesome! Its hanging on “open /dev/rdsk/c14t0d0s0” Looking at that disk now. On 1/4/17, 3:15 PM, "Joshua M. Clulow" wrote: On 4 January 2017 at 13:09, John Barfield wrote: > It actually finally completed. Doing it again with the

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
On 4 January 2017 at 13:09, John Barfield wrote: > It actually finally completed. Doing it again with the proper PID as > suggested provides the following: > root@PRD-GIP-cpls-san1:/export/home/jbarfield# mdb -k >> 0t19448::pid2proc | ::walk thread | ::findstack -v >

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
On 4 January 2017 at 12:57, John Barfield wrote: > root@PRD-GIP-cpls-san1:/export/home/jbarfield# pstack 18919 > 18919: sudo diskinfo > fee8e665 pollsys (8047b50, 2, 0, 0) > fee264af pselect (6, 8089c30, 8089c50, fef06320, 0, 0) + 1bf > fee267b8 select (6,

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread John Barfield
Hi Joshua, As requested: root@PRD-GIP-cpls-san1:/export/home/jbarfield# pstack 18919 18919: sudo diskinfo fee8e665 pollsys (8047b50, 2, 0, 0) fee264af pselect (6, 8089c30, 8089c50, fef06320, 0, 0) + 1bf fee267b8 select (6, 8089c30, 8089c50, 0, 0, 0) + 8e 08055f64 sudo_execute (807c960,

Re: [OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread Joshua M. Clulow
On 4 January 2017 at 12:29, John Barfield wrote: > I’ve got a SAN that seems to be timing out on any hardware probing commands > such as “format” or “diskinfo” although prtconf seems to work. > > Does anyone happen to have a dtrace one liner or maybe kstat command I

[OmniOS-discuss] device probe related command timeouts

2017-01-04 Thread John Barfield
Greetings again, I’ve got a SAN that seems to be timing out on any hardware probing commands such as “format” or “diskinfo” although prtconf seems to work. Fmadm faulty shows a bad fan in the MD1200 JBOD that is connected and that is all. I’m trying to nail down the root but I’m hitting a