DB2的一些管理用指令碼

如此相信發表於2022-03-09

DB2的一些管理用指令碼

create database testdb automatic storage yes on /dbauto dbpath on /database using codeset utf-8 territory CN collate using system;

connect to testdb

create bufferpool BP32K SIZE 10000 PAGESIZE 32K

create large tablespace ts_data pagesize 32K managed by database using (file '/data1/tbs_data/cont0' 100m, file '/data1/tbs_data/cont1' 100m ) extentsize 32 prefetchsize automatic bufferpool bp32K no file system caching

create temporary tablespace tbs_temp pagesize 32K managed by system using ('/data1/tbs_data/tbs_temp') bufferpool BP32K

create tablespace tbs_index pagesize 32K bufferpool bp32k


db2 get db cfg for testdb


db2 connect to testdb

db2 list tablespaces show detail

db2 list tablespace containers for 6 show detail



[db2inst1@dporacle01 ~]$ db2pd -d testdb -tablespaces


Database Partition 4294967295 -- Database TESTDB -- Active -- Up 21 days 02:24:58


Tablespace Configuration:

Address            Id    Type Content PageSz ExtentSz Auto Prefetch BufID BufIDDisk FSC NumCntrs MaxStripe  LastConsecPg Name

0x00007F663DBE69A0 0     DMS  Regular 4096   4        Yes  4        1     1         Off 1        0          3            SYSCATSPACE

0x00007F663DBE7E60 1     SMS  SysTmp  4096   32       Yes  32       1     1         On  1        0          31           TEMPSPACE1

0x00007F663DBED360 2     DMS  Large   4096   32       Yes  32       1     1         Off 1        0          31           USERSPACE1

0x00007F66587D2A20 3     DMS  Large   4096   4        Yes  4        1     1         Off 1        0          3            SYSTOOLSPACE

0x00007F665875D5A0 4     DMS  Large   32768  32       Yes  64       2     2         Off 2        0          31           TS_DATA

0x00007F6658A8C5C0 5     SMS  SysTmp  32768  32       Yes  32       2     2         On  1        0          31           TBS_TEMP

0x00007F666C3940C0 6     DMS  Large   32768  32       Yes  32       2     2         Off 1        0          31           TBS_INDEX


Tablespace Statistics:

Address            Id    TotalPgs   UsablePgs  UsedPgs    PndFreePgs FreePgs    HWM        Max HWM    State      MinRecTime NQuiescers PathsDropped

0x00007F663DBE69A0 0     24576      24572      17848      0          6724       17848      17848      0x00000000 0          0          No          

0x00007F663DBE7E60 1     1          1          1          0          0          0          0          0x00000000 0          0          No          

0x00007F663DBED360 2     8192       8160       96         0          8064       96         96         0x00000000 0          0          No          

0x00007F66587D2A20 3     8192       8188       152        0          8036       152        152        0x00000000 0          0          No          

0x00007F665875D5A0 4     6400       6336       96         0          6240       96         96         0x00000000 0          0          No          

0x00007F6658A8C5C0 5     1          1          1          0          0          0          0          0x00000000 0          0          No          

0x00007F666C3940C0 6     1024       992        96         0          896        96         96         0x00000000 0          0          No          


Tablespace Autoresize Statistics:

Address            Id    AS  AR  InitSize    IncSize     IIP MaxSize     LastResize                 LRF

0x00007F663DBE69A0 0     Yes Yes 33554432    -1          No  None        None                       No  

0x00007F663DBE7E60 1     Yes No  0           0           No  0                    None                       No  

0x00007F663DBED360 2     Yes Yes 33554432    -1          No  None        None                       No  

0x00007F66587D2A20 3     Yes Yes 33554432    -1          No  None        None                       No  

0x00007F665875D5A0 4     No  No  0           0           No  0                    None                       No  

0x00007F6658A8C5C0 5     No  No  0           0           No  0                    None                       No  

0x00007F666C3940C0 6     Yes Yes 33554432    -1          No  None        None                       No  


Containers:

Address            TspId ContainNum Type    TotalPgs   UseablePgs PathID     StripeSet  Container 

0x00007F663C8EF2A0 0     0          File    24576      24572      0          0          /dbauto/db2inst1/NODE0000/TESTDB/T0000000/C0000000.CAT

0x00007F663C8EF4E0 1     0          Path    1          1          0          0          /dbauto/db2inst1/NODE0000/TESTDB/T0000001/C0000000.TMP

0x00007F663C8EF780 2     0          File    8192       8160       0          0          /dbauto/db2inst1/NODE0000/TESTDB/T0000002/C0000000.LRG

0x00007F66587D4B20 3     0          File    8192       8188       0          0          /dbauto/db2inst1/NODE0000/TESTDB/T0000003/C0000000.LRG

0x00007F665882CDA0 4     0          File    3200       3168       -          0          /data1/tbs_data/cont0

0x00007F665882CFB0 4     1          File    3200       3168       -          0          /data1/tbs_data/cont1

0x00007F6658A8FBE0 5     0          Path    1          1          -          0          /data1/tbs_data/tbs_temp

0x00007F6658A8DFC0 6     0          File    1024       992        0          0          /dbauto/db2inst1/NODE0000/TESTDB/T0000006/


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70014873/viewspace-2868063/,如需轉載,請註明出處,否則將追究法律責任。

相關文章