put medium size tables in 16K tablespace for DB2

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9482 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-05-03 18:50:45 +00:00
parent 3927219767
commit ba6fd43881

View File

@ -349,6 +349,7 @@ ipmi => {
iscsi => {
cols => [qw(node server target lun iname file userid passwd kernel kcmdline initrd comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'Contains settings that control how to boot a node from an iSCSI target',
descriptions => {
node => 'The node name or group name.',
@ -369,6 +370,7 @@ iscsi => {
mac => {
cols => [qw(node interface mac comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => "The MAC address of the node's install adapter. Normally this table is populated by getmacs or node discovery, but you can also add entries to it manually.",
descriptions => {
node => 'The node name or group name.',
@ -468,6 +470,7 @@ nodegroup => {
nodehm => {
cols => [qw(node power mgt cons termserver termport conserver serialport serialspeed serialflow getmac comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => "Settings that control how each node's hardware is managed. Typically, an additional table that is specific to the hardware type of the node contains additional info. E.g. the ipmi, mp, and ppc tables.",
descriptions => {
node => 'The node name or group name.',
@ -488,6 +491,7 @@ nodehm => {
nodelist => {
cols => [qw(node groups status statustime appstatus appstatustime primarysn hidden comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => "The list of all the nodes in the cluster, including each node's current status and what groups it is in.",
descriptions => {
node => 'The hostname of a node in the cluster.',
@ -505,6 +509,7 @@ nodelist => {
nodepos => {
cols => [qw(node rack u chassis slot room comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'Contains info about the physical location of each node. Currently, this info is not used by xCAT, and therefore can be in whatevery format you want. It will likely be used in xCAT in the future.',
descriptions => {
node => 'The node name or group name.',
@ -520,6 +525,7 @@ nodepos => {
noderes => {
cols => [qw(node servicenode netboot tftpserver nfsserver monserver nfsdir installnic primarynic discoverynics cmdinterface xcatmaster current_osimage next_osimage nimserver routenames comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'Resources and settings to use when installing nodes.',
descriptions => {
node => 'The node name or group name.',
@ -560,6 +566,7 @@ noderes => {
nodetype => {
cols => [qw(node os arch profile provmethod supportedarchs nodetype comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'A few hardware and software characteristics of the nodes.',
descriptions => {
node => 'The node name or group name.',
@ -665,6 +672,7 @@ policy => {
postscripts => {
cols => [qw(node postscripts postbootscripts comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => ' The scripts that should be run on each node after installation or diskless boot.',
descriptions => {
node => 'The node name or group name.',
@ -677,6 +685,7 @@ postscripts => {
ppc => {
cols => [qw(node hcp id pprofile parent nodetype supernode sfp comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'List of system p hardware: HMCs, IVMs, FSPs, BPCs.',
descriptions => {
node => 'The node name or group name.',
@ -985,6 +994,7 @@ auditlog => {
prescripts => {
cols => [qw(node begin end comments disable)],
keys => [qw(node)],
tablespace =>'XCATTBS16K',
table_desc => 'The scripts that will be run at the beginning and the end of the nodeset(Linux), nimnodeset(AIX) or mkdsklsnode(AIX) command.',
descriptions => {
node => 'The node name or group name.',