Displaying 1 result from an estimated 1 matches for "hangcheck_tick".
2009 Oct 27
1
/etc/rc.local and /etc/fstab
...are of?
Example /etc/rc.local script:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
modprobe hangcheck-timer hangcheck_tick=1 hangcheck_margin=10
hangcheck_reboot=1
mount -t ocfs2 -o datavolume,nointr,_netdev,noatime /dev/mapper/mpath0
/u02
mount -t ocfs2 -o datavolume,nointr,_netdev /dev/mapper/mpath1 /u03
Thanks!
-Reid
Reid McKinley
******************************************************************...