Re: [zfs-discuss] crashed remote system trying to do zfs send / receive

2007-04-16 Thread Robert Milkowski
Hello Krzys,

Sunday, April 15, 2007, 4:53:43 AM, you wrote:

K Strange thing, I did try to do zfs send/receive using zfs.

K On the from host I did the following:


K bash-3.00# zfs send mypool/zones/[EMAIL PROTECTED] | ssh 10.0.2.79 zfs 
receive
K mypool/zones/[EMAIL PROTECTED]
K Password:
K ^CKilled by signal 2.

K 1 or 2 minutes later I did break this command and I wanted to time it so I 
did
K change command and reissued it.

K bash-3.00# time zfs send mypool/zones/[EMAIL PROTECTED] | ssh 10.0.2.79 zfs
K receive mypool/zones/[EMAIL PROTECTED]
K Password:
K ^CKilled by signal 2.


K real0m7.346s
K user0m0.220s
K sys 0m0.036s
K bash-3.00#

K Right after this I got on remote server kernel panic and here is the output:

K [22:35:30] @zglobix1: /root 
K panic[cpu1]/thread=30001334380: dangling dbufs (dn=6000a13eba0, 
K dbuf=60007d927e8)


K 02a1004f9030 zfs:dnode_evict_dbufs+19c (6000a13eba0, 1, 7b64e800, 
K 6000a9e34b0, 1, 2a1004f90e8)
K%l0-3: 06000a13edb0   06000a13edb8
K%l4-7: 02a1004f90e8 060007be3910 0003 0001
K 02a1004f9230 zfs:dmu_objset_evict_dbufs+d8 (21, 0, 0, 7b648400, 
6000a9e32c0,
K 6000a9e32c0)
K%l0-3: 060002738f89 000f 060007fef8f0 06000a9e34a0
K%l4-7: 06000a13eba0 06000a9e3398 0001 7b6485e7
K 02a1004f92e0 zfs:dmu_objset_evict+b4 (60007138900, 6000a9e32c0, 180e580,
K 7b60a800, 7b64e400, 7b64e400)
K%l0-3:  0180c000 0005 
K%l4-7: 060007b9f600 7b60a800 7b64e400 
K 02a1004f93a0 zfs:dsl_dataset_evict+34 (60007138900, 7b60af7c, 18364c0,
K 60001ac90c0, 6000a9e32c0, 60007b9f600)
K%l0-3:   02a10001fcc0 02a10001fcc0
K%l4-7: 030b1b80  01ac8d1a 018a8400
K 02a1004f9450 zfs:dbuf_evict_user+48 (60007138908, 60007b9f600, 
60008666cd0,
K 0, 0, 60008666be8)
K%l0-3:  060007138900 0013 
K%l4-7: 03000107c000 018ade70 0bc0 7b612fa4
K 02a1004f9500 zfs:zfsctl_ops_root+b184ac4 (60008666c40, 60008666be8,
K 70478000, 3, 3, 0)
K%l0-3: 060001ac90c0 000f 0600071389a0 
K%l4-7:   0001 70478018
K 02a1004f95b0 zfs:dmu_recvbackup+8e8 (60006f32d00, 60006f32fd8, 
60006f32e30,
K 1, 60006ad5fa8, 0)
K%l0-3: 060006f32d15 060007138900 7b607c00 7b648000
K%l4-7: 0040 0354 0001 0138
K 02a1004f9780 zfs:zfs_ioc_recvbackup+38 (60006f32000, 0, 0, 0, 9, 0)
K%l0-3: 0004  006d 
K%l4-7:  060006f3200c  0073
K 02a1004f9830 zfs:zfsdev_ioctl+160 (70478c00, 5d, ffbfebc8, 1f, 7c, 1000)
K%l0-3: 060006f32000   007c
K%l4-7: 7b63b688 70479248 02e8 70478f60
K 02a1004f98e0 genunix:fop_ioctl+20 (60006c8fd00, 5a1f, ffbfebc8, 13,
K 600067d34b0, 12066d4)
K%l0-3: 0600064da200 0600064da200 0003 060006cc6fd8
K%l4-7: ff342036 ff345c7c  018a9400
K 02a1004f9990 genunix:ioctl+184 (3, 60006c03688, ffbfebc8, 6500, ff00,
K 5a1f)
K%l0-3:   0004 c1ac
K%l4-7: 0001   

K syncing file systems... 2 1 done
K dumping to /dev/dsk/c1t1d0s1, offset 3436642304, content: kernel
K   94% done
K SC Alert: Failed to send email alert to the primary mailserver.

K SC Alert: Failed to send email alert for recent event.
K 100% done: 71483 pages dumped, compression ratio 5.34, dump succeeded
K rebooting...

K SC Alert: Host System has Reset
K Probing system devices
K Probing memory
K Probing I/O buses

K Sun Fire V240, No Keyboard
K Copyright 1998-2004 Sun Microsystems, Inc.  All rights reserved.
K OpenBoot 4.16.2, 16384 MB memory installed, Serial #63395381.
K Ethernet address 0:3:ba:c7:56:35, Host ID: 83c75635.



K Initializing  2048MB of memory at addr10 \
K SC Alert: Failed to send email alert for recent event.
K Rebooting with command: boot
K Boot device: disk1  File and args:
K SunOS Release 5.10 Version Generic_118833-36 64-bit
K Copyright 1983-2006 Sun Microsystems, Inc.  All rights reserved.
K Use is subject to license terms.
K /
K SC Alert: Failed to send email alert for recent event.
K Hardware watchdog enabled
K Hostname: zglobix1
K checking ufs filesystems
K /dev/rdsk/c1t1d0s7: is logging.
K Failed to send email alert for recent event.

K SC Alert: Failed to send email alert for recent event.

K zglobix1 console login:




K Any 

Re: [zfs-discuss] crashed remote system trying to do zfs send / receive

2007-04-16 Thread Krzys

Ah, perfect then... Thank you so much for letting me know...

Regards,

Chris


On Tue, 17 Apr 2007, Robert Milkowski wrote:


Hello Krzys,

Sunday, April 15, 2007, 4:53:43 AM, you wrote:

K Strange thing, I did try to do zfs send/receive using zfs.

K On the from host I did the following:


K bash-3.00# zfs send mypool/zones/[EMAIL PROTECTED] | ssh 10.0.2.79 zfs 
receive
K mypool/zones/[EMAIL PROTECTED]
K Password:
K ^CKilled by signal 2.

K 1 or 2 minutes later I did break this command and I wanted to time it so I 
did
K change command and reissued it.

K bash-3.00# time zfs send mypool/zones/[EMAIL PROTECTED] | ssh 10.0.2.79 zfs
K receive mypool/zones/[EMAIL PROTECTED]
K Password:
K ^CKilled by signal 2.


K real0m7.346s
K user0m0.220s
K sys 0m0.036s
K bash-3.00#

K Right after this I got on remote server kernel panic and here is the output:

K [22:35:30] @zglobix1: /root 
K panic[cpu1]/thread=30001334380: dangling dbufs (dn=6000a13eba0,
K dbuf=60007d927e8)


K 02a1004f9030 zfs:dnode_evict_dbufs+19c (6000a13eba0, 1, 7b64e800,
K 6000a9e34b0, 1, 2a1004f90e8)
K%l0-3: 06000a13edb0   06000a13edb8
K%l4-7: 02a1004f90e8 060007be3910 0003 0001
K 02a1004f9230 zfs:dmu_objset_evict_dbufs+d8 (21, 0, 0, 7b648400, 
6000a9e32c0,
K 6000a9e32c0)
K%l0-3: 060002738f89 000f 060007fef8f0 06000a9e34a0
K%l4-7: 06000a13eba0 06000a9e3398 0001 7b6485e7
K 02a1004f92e0 zfs:dmu_objset_evict+b4 (60007138900, 6000a9e32c0, 180e580,
K 7b60a800, 7b64e400, 7b64e400)
K%l0-3:  0180c000 0005 
K%l4-7: 060007b9f600 7b60a800 7b64e400 
K 02a1004f93a0 zfs:dsl_dataset_evict+34 (60007138900, 7b60af7c, 18364c0,
K 60001ac90c0, 6000a9e32c0, 60007b9f600)
K%l0-3:   02a10001fcc0 02a10001fcc0
K%l4-7: 030b1b80  01ac8d1a 018a8400
K 02a1004f9450 zfs:dbuf_evict_user+48 (60007138908, 60007b9f600, 
60008666cd0,
K 0, 0, 60008666be8)
K%l0-3:  060007138900 0013 
K%l4-7: 03000107c000 018ade70 0bc0 7b612fa4
K 02a1004f9500 zfs:zfsctl_ops_root+b184ac4 (60008666c40, 60008666be8,
K 70478000, 3, 3, 0)
K%l0-3: 060001ac90c0 000f 0600071389a0 
K%l4-7:   0001 70478018
K 02a1004f95b0 zfs:dmu_recvbackup+8e8 (60006f32d00, 60006f32fd8, 
60006f32e30,
K 1, 60006ad5fa8, 0)
K%l0-3: 060006f32d15 060007138900 7b607c00 7b648000
K%l4-7: 0040 0354 0001 0138
K 02a1004f9780 zfs:zfs_ioc_recvbackup+38 (60006f32000, 0, 0, 0, 9, 0)
K%l0-3: 0004  006d 
K%l4-7:  060006f3200c  0073
K 02a1004f9830 zfs:zfsdev_ioctl+160 (70478c00, 5d, ffbfebc8, 1f, 7c, 1000)
K%l0-3: 060006f32000   007c
K%l4-7: 7b63b688 70479248 02e8 70478f60
K 02a1004f98e0 genunix:fop_ioctl+20 (60006c8fd00, 5a1f, ffbfebc8, 13,
K 600067d34b0, 12066d4)
K%l0-3: 0600064da200 0600064da200 0003 060006cc6fd8
K%l4-7: ff342036 ff345c7c  018a9400
K 02a1004f9990 genunix:ioctl+184 (3, 60006c03688, ffbfebc8, 6500, ff00,
K 5a1f)
K%l0-3:   0004 c1ac
K%l4-7: 0001   

K syncing file systems... 2 1 done
K dumping to /dev/dsk/c1t1d0s1, offset 3436642304, content: kernel
K   94% done
K SC Alert: Failed to send email alert to the primary mailserver.

K SC Alert: Failed to send email alert for recent event.
K 100% done: 71483 pages dumped, compression ratio 5.34, dump succeeded
K rebooting...

K SC Alert: Host System has Reset
K Probing system devices
K Probing memory
K Probing I/O buses

K Sun Fire V240, No Keyboard
K Copyright 1998-2004 Sun Microsystems, Inc.  All rights reserved.
K OpenBoot 4.16.2, 16384 MB memory installed, Serial #63395381.
K Ethernet address 0:3:ba:c7:56:35, Host ID: 83c75635.



K Initializing  2048MB of memory at addr10 \
K SC Alert: Failed to send email alert for recent event.
K Rebooting with command: boot
K Boot device: disk1  File and args:
K SunOS Release 5.10 Version Generic_118833-36 64-bit
K Copyright 1983-2006 Sun Microsystems, Inc.  All rights reserved.
K Use is subject to license terms.
K /
K SC Alert: Failed to send email alert for recent event.
K Hardware watchdog enabled
K Hostname: zglobix1
K checking ufs filesystems
K /dev/rdsk/c1t1d0s7: is logging.
K Failed to