Hi,
Are there any "out of space" errors in os log such as syslog?
You can get the diagnostic information using "-iqstart" switch when starting IQ as follows.
[xxx.cfg]
...
-iqstart 4
You can see the details.
--------------------------------------------------------------------------------------------------------------------------------
-iqstart iqsrv16 Server Option
Provides startup diagnostics for dbspaces.
Syntax
-iqstartN
Remarks
The input parameter N is a number value that represents an integer bit mask. You may combine values to provide more than one feature. Output generated before the IQ message file is generated goes to the console. The -z startup switch provides additional startup and connection information.
The allowed values are as follows:
N=1—returns basic information about the file names from
SYSIQFILES
that are used when opening the dbspace. It then displays the fully qualified names used. You can use this option to create a record of the files in use by the database in the IQ message file.
N=4—returns full diagnostic information, including all rows of
SYSIQFILE
, the subset of file names selected if the database is a multiplex database, the fully resolved file names, each individual dbspace file header block, the database_identity, the commit_identity, each checkpoint log entry, and each transaction log entry.
--------------------------------------------------------------------------------------------------------------------------------
Best Regards,
Gi-Sung Jang