mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
add 16K table space
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5197 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user