add link delay time for kdump on rhel6.2 diskless install node

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12893 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-05-23 06:03:42 +00:00
parent e819e0c23e
commit ec7513710f

View File

@ -104,6 +104,7 @@ if [ ! -z "$DUMP" ]; then
else
if (pmatch $OSVER "fedora*") || (pmatch $OSVER "rhel6*") || (pmatch $OSVER "rhels6*") || [ -f /etc/fedora-release ] || [ -f /etc/redhat-release ];then
echo "net $KDIP:$KDPATH" > /etc/kdump.conf
echo "link_delay 180" >> /etc/kdump.conf
/etc/init.d/kdump restart
fi
fi