Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-30 Thread Johan Guldmyr
On 06/28/2011 09:32 PM, Gordon Ross wrote: Here is the ::stack http://img220.imageshack.us/i/oi148stack.jpg/ If you look at what the other threads are doing ::walk thread | ::findstack -v I suspect you'll see that ZFS is still trying to import. I would suggest you dd if=/dev/zero

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-30 Thread Michael Schuster
On Thu, Jun 30, 2011 at 08:01, Johan Guldmyr johan.guld...@csc.fi wrote: On 06/28/2011 09:32 PM, Gordon Ross wrote: Here is the ::stack  http://img220.imageshack.us/i/oi148stack.jpg/ If you look at what the other threads are doing   ::walk thread | ::findstack -v I suspect you'll see that

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-30 Thread Johan Guldmyr
On 06/30/2011 09:22 AM, Michael Schuster wrote: with dd, use bs=bignumber to increase the block size dd reads and writes in one go - as you quote it, dd wrote 512 bytes at a time. A good value to start with would be 1048576 (1MB). Also, you may have stopped the command in an unintended way -

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-28 Thread Johan Guldmyr
On 06/27/2011 04:42 PM, Steve Gonczi wrote: Hello, This should be analyzed and root caused. A ::stack woudl be useful to see the call parameters. Without disassembling zio_buf_alloc() I can only guess that the mutex_enter you see crashing is really in kmem_cache_alloc() If that proves to be

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-28 Thread Gordon Ross
On Tue, Jun 28, 2011 at 2:51 AM, Johan Guldmyr johan.guld...@csc.fi wrote: On 06/27/2011 04:42 PM, Steve Gonczi wrote: [...] - Original Message - Now with the pictures, hope this works: http://imageshack.us/photo/my-images/402/oi151paniccdollarstatus.jpg/

[OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-27 Thread Johan Guldmyr
Hello! A bit of a long e-mail and large attachment but I want to be as thorough as possible. It says that the blade is pending HP-support for Solaris 10 Update 9 - has anybody got it working? We have several bl460c g1 running SunOS 5.11 snv_134. When I try to install it, it kernel panics at

[OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-27 Thread Johan Guldmyr
On 06/27/2011 10:01 AM, Johan Guldmyr wrote: When I try to install it, it kernel panics at 0%. By adding -k to the grub line I got the the :msgbuf (attached in .zip file - several .jpg files), but I don't understand most of it. If anybody could help me shed some light in this I would appreciate

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-27 Thread Mark
On 27/06/2011 7:11 p.m., Johan Guldmyr wrote: On 06/27/2011 10:01 AM, Johan Guldmyr wrote: When I try to install it, it kernel panics at 0%. By adding -k to the grub line I got the the :msgbuf (attached in .zip file - several .jpg files), but I don't understand most of it. If anybody could help

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-27 Thread Johan Guldmyr
On 06/27/2011 10:52 AM, Mark wrote: Have you tried deleting the solaris partition from the hard disk (via format) ? It can help prevent detection of an existing, broken filesystem. Mark. Hello Mark, I deleted the partition via format, created a new one of 50% and then in install I chose to

Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-27 Thread Steve Gonczi
Hello, This should be analyzed and root caused. A ::stack woudl be useful to see the call parameters. Without disassembling zio_buf_alloc() I can only guess that the mutex_enter you see crashing is really in kmem_cache_alloc() If that proves to be the case, I would verify the offset of