Hi, all Currently I want do some core dump on network device. but I don't know how to do that. As we know that during system dump, all thread freezed instead of specified file system's dump thread. system become single thread at this time. but seems TCP/IP stack is multi-thread program, if we want to dump core file to network storage through TCP/IP stack, how could we do that? I had checked nfs_dump() in opensolaris source code, it use KTLI API function to dump nfs file through UDP protocol, but can we use TCP KTLI API here instead? or can here we start kernel TCP socket to transfer core dump file here? This message posted from opensolaris.org