for defect 3289273, updated the path to generate the initial ramdisk when enablekdump is running.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2011-04-20 08:40:40 +00:00
parent 0a7d9ced55
commit e24b86195d

View File

@ -67,8 +67,8 @@ if [ ! -z "$DUMP" ]; then
fi
# workaround for RHEL6
KDTMPSERVER=${XCAT%:*}
/bin/mount $KDTMPSERVER:/install/kdump/tmp /var/tmp
# the $KDIP:$KDPATH directory will be used to generate the initrd for kdump service
/bin/mount $KDIP:$KDPATH /var/tmp
/etc/init.d/kdump restart