Re: [zfs-discuss] How to set zfs:zfs_recover=1 and aok=1 in GRUB at startup?

2010-09-14 Thread Stephan Ferraro
If I launch opensolaris with -kd I'm able to do this:
aok/W 1

but if I type:
zfs_recover/W 1

then I get an unkown symbol name error.

Any idea how I could force this variables?
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] How to set zfs:zfs_recover=1 and aok=1 in GRUB at startup?

2010-09-14 Thread Stephan Ferraro
when I execute
::load zfs

I get kernel panic because of this $...@#(*($...@# space_map_add problem.
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] How to set zfs:zfs_recover=1 and aok=1 in GRUB at startup?

2010-09-14 Thread Stephan Ferraro
Here is the solution (thanks to Gavin Maltby from mdb forum):

Boot with -kd option to enter in kmdb and type the following commands:
aok/W 1
::bp zfs`zfs_panic_recover
:c

wait that it stops at breakpoint then type this:
zfs_recover/W1
:z
:c
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss