CRJAZ0265I The virtual storage or database resource is .....
I'm trying to run "repotools -createTables" but it keeps giving me the error below. The database server is remote and isn't on the same RTC server. I am able to connect to the database however with no issue.
CRJAZ0265I The virtual storage or database resource is not available.
SQL: CREATE TABLESPACE CONTENTTS MANAGED BY DATABASE USING (file 'content_tables
pace' 250000) DROPPED TABLE RECOVERY OFF AUTORESIZE YES
SQL Exception #1
SQL Message: DB2 SQL error: SQLCODE: -968, SQLSTATE: 57011, SQLERRMC: null
SQL State: 57011
Error Code: -968
CRJAZ0265I The virtual storage or database resource is not available.
SQL: CREATE TABLESPACE CONTENTTS MANAGED BY DATABASE USING (file 'content_tables
pace' 250000) DROPPED TABLE RECOVERY OFF AUTORESIZE YES
SQL Exception #1
SQL Message: DB2 SQL error: SQLCODE: -968, SQLSTATE: 57011, SQLERRMC: null
SQL State: 57011
Error Code: -968
The database tables were not created.
One answer
Fixed. We ran out of disk space on the remote server.
Comments
I also ran into this with a client recently. We used db2diag output to validate that this client was also out of disk space on the filesystem they were using for storage on a remote host.
One can also ask DB2 to describe the situation. I do it this way:
$ db2 \? sql0968
SQL0968C The file system is full.
Explanation:
One of the file systems containing the database is full. This file
system may contain the database directory, the database log files, or a
table space container.