Dear experts,
am I right that it is not possible to crashdump on a ZVOL (swap device) in FreeBSD 9.1?
If so, will it be available in the (near) future (9.3, 9.4...)?
If it is possible, then how?
My swap is larger than hw.physmem, in /etc/rc.conf
in /etc/sysctl.conf
Manually setting
I have had crashes and I'd like to be able to examine.
Thanx in advance,
Torsten
--
=|o)
am I right that it is not possible to crashdump on a ZVOL (swap device) in FreeBSD 9.1?
If so, will it be available in the (near) future (9.3, 9.4...)?
If it is possible, then how?
My swap is larger than hw.physmem, in /etc/rc.conf
Code:
dumpdev="AUTO"
Code:
kern.coredump=1
Manually setting
$ sudo dumpon -v /dev/zvol/tank0/swap
replies:
Code:
dumpon: ioctl(DIOCSKERNELDUMP): Operation not supported
I have had crashes and I'd like to be able to examine.
Thanx in advance,
Torsten
--
=|o)