From 6eec43c7cfa581c58b78fb191b074e2a99679620 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Feb 2010 13:20:58 +0000 Subject: [PATCH] add 16K table space git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5197 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/createdb.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index a6dd5b329..efa833364 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -1,4 +1,6 @@ create db xcatdb on /var/lib/db2/data; +CREATE BUFFERPOOL BP16K SIZE 2000 PAGESIZE 16K +Create tablespace xcattbs16k pagesize 16k managed by system using('/var/lib/db2/ts16') BUFFERPOOL BP16K CREATE BUFFERPOOL BP32K SIZE 2000 PAGESIZE 32K Create tablespace xcattbs32k pagesize 32k managed by system using('/var/lib/db2/ts32') BUFFERPOOL BP32K