You can force a reboot by setting the
kernel.panic
and kernel.panic_on_oops
parameters of the kernel control file /etc/sysctl.conf
. For example: kernel.panic_on_oops = 1 kernel.panic = 1You can also set these parameters during runtime by using the sysctl command. You can either specify the parameters on the command line:
shell> sysctl -w kernel.panic=1Or you can edit your
sysctl.conf
file and then reload the configuration information: shell> sysctl -pSetting both these parameters to a positive value (representing the number of seconds to wait before rebooting), causes the system to reboot. Your second heartbeat node should then detect that the server is down and then switch over to the failover host.
for Linux CLUSTER FILE SYSTEM,you can refer to
http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf
No comments:
Post a Comment