From ab2d098bf4464bbd59657d43b58aec41ac42703e Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 28 Sep 2010 15:38:28 +0000 Subject: [PATCH] set default for db2installloc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7706 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index d8b5761c6..e77c434ff 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -932,6 +932,7 @@ sub initDB $chtabcmds .= "$::XCATROOT/sbin/chtab key=useNmapfromMN site.value=no;"; $chtabcmds .= "$::XCATROOT/sbin/chtab key=enableASMI site.value=no;"; + $chtabcmds .= "$::XCATROOT/sbin/chtab key=db2installloc site.value=\/mntdb2;"; if ($::osname eq 'AIX') {