Create tablespace '&1'

Message type: E = Error

Message class: DB6CK - DB6: System Check Messages

Message number: 122

Message text: Create tablespace '&1'

To create the tablespace '&TABLESPACE_NAME&' using the DBA Cockpit,
proceed as follows:
Choose <LS>Space -> Tablespaces</>.
Choose the <LS>Add</> pushbutton.
Create tablespace '&TABLESPACE_NAME&' with pagesize 16KB or higher.
If you do not have sufficient authorizations in the DBA Cockpit, you can
also create the tablespace on command line as follows:
RESET N1
Log on to the database server '&SERVER_NAME&' as user '&INSTANCE_OWNER&
'.
Adapt the following sample command appropriately for your environment
and execute it:

The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

db2 "CREATE TABLESPACE <(>&<)>TABLESPACE_NAME<(>&<)>
IN DATABASE PARTITION GROUP <(>&<)>PARTITION_GROUP<(>&<)>
PAGESIZE 16K
MANAGED BY AUTOMATIC STORAGE
AUTORESIZE YES INITIALSIZE 50M INCREASESIZE 10 PERCENT
EXTENTSIZE 2
PREFETCHSIZE AUTOMATIC
BUFFERPOOL IBMDEFAULTBP
NO FILE SYSTEM CACHING
DROPPED TABLE RECOVERY OFF"

Error message extract from SAP system. Copyright SAP SE.