search for: syscall_trap32

Displaying 6 results from an estimated 6 matches for "syscall_trap32".

2006 Mar 03
10
CiscoWorks 2.5 Install on Solaris 10
I''m trying to install CiscoWorks 2.5 on Solaris 10 update 1, and after the install when I try to start the daemon, it errors: # /opt/CSCOpx/objects/dmgt/dmgtd.sol ERROR: open file dmgtd failedERROR >>>>>>>>>>>>> open msg catalog failed. NLSPATH incorrect or objects/share/nls/C/dmgtd.cat is missing. # echo $NLSPATH
2006 Jul 30
6
zfs mount stuck in zil_replay
...0225f6080, 1868800, 2a10069f9d8, 60021a8bae0, 2f, 0) 000002a10069efb1 domount+0x9b0(2a10069f8b0, 1, 600225f6080, 0, 0, 0) 000002a10069f121 mount+0x110(600013fbcf8, 2a10069fad8, 0, 0, ff38e40c, 100) 000002a10069f221 syscall_ap+0x44(2a0, ffbfeca0, 1118bf4, 600013fbc40, 15, 0) 000002a10069f2e1 syscall_trap32+0xcc(52b3c8, ffbfeca0, 100, ff38e40c, 0, 0) > # iostat -xnz 1 extended device statistics r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device 3.0 513.0 192.0 2822.1 0.0 2.1 0.0 4.0 0 95 c4t600C0FF00000000009258F3E4C4C5601d0...
2008 Dec 28
2
zfs mount hangs
...2a100fa39d8, 100, 0 , 2) 000002a100fa2f71 domount+0xaf0(100, 1, 6002401e200, 8077, 60011f08d08, 0) 000002a100fa3121 mount+0xec(60023dd7388, 2a100fa3ad8, 0, ff104ed8, 100, 45bd0 ) 000002a100fa3221 syscall_ap+0x44(2a0, ffbfe8a8, 115b9e8, 60023dd72d0, 15, 0) 000002a100fa32e1 syscall_trap32+0xcc(45bd0, ffbfe8a8, 100, ff104ed8, 0, 0) zpool status and fmdump don''t indicate any problems. Any possibility to recover the dataset? I do have backups of all data, but I would really like to be able to recover it to save some time. Anything special to look for in zdb output? Any...
2006 Mar 30
8
iostat -xn 5 _donot_ update: how to use DTrace
on Solaris 10 5.10 Generic_118822-23 sun4v sparc SUNW,Sun-Fire-T200 I run #iostat -xn 5 to monitor the IO statistics on SF T2000 server. The system also have a heavy IO load, for some reason iostat donot refresh (no any update). It seems like iostat is calling pause() and stucked there. Also my HBA driver''s interrupt stack trace indicates there is a lot of swtch(), the overall IOPS
2007 Feb 13
2
zpool export consumes whole CPU and takes more than 30 minutes to complete
...6000c977dd0, 6000c977dd2, 6000c977d88) 000002a102d5d0a1 zfs_sync+0xb4(6000ca16d00, 0, 6000ca00440, 6000ca00494, 0, 0) 000002a102d5d151 dounmount+0x2c(6000ca16d00, 0, 30268227998, 300150ac308, 6001210fcc0, 3000650b6) 000002a102d5d201 umount2+0x140(4e7952, 0, 0, 47878, 0, 0) 000002a102d5d2e1 syscall_trap32+0xcc(4e7952, 0, 0, 47878, 1ac80, ff396000) > To me it looks like there''re many outstanding transaction in a memory which zfs tries to execute (put to disks) but just traversing over some kind of in-memory meta data consumes entire one CPU which is the limiting factor here and at the...
2007 Feb 12
17
NFS/ZFS performance problems - txg_wait_open() deadlocks?
...r for thread 30003621660: 2a1038c7021 [ 000002a1038c7021 cv_wait+0x3c() ] 000002a1038c70d1 exitlwps+0x10c(0, 100000, 42100002, 6000a729068, 6000a72912e, 42000002) 000002a1038c7181 proc_exit+0x1c(1, 0, ff000000, 1, 0, e965) 000002a1038c7231 exit+8(1, 0, ffbff9d0, 1, ff164770, 16419) 000002a1038c72e1 syscall_trap32+0xcc(0, 0, ffbff9d0, 1, ff164770, 16419) stack pointer for thread 3000351b620: 2a101f864b1 Which is ok. However all the other threads (650 of them) were in cv_wait: bash-3.00# cat nfsd.txt | grep -c "nfssys+" 650 bash-3.00# cat nfsd.txt | grep -c "cv_wait+" 651 bash-3.00# ba...