Greetings!
One of my databases has run out of space and I am trying to add an extent.
This is my .lg before the crash:
I do have enough partition space, so I assume the database ran out of space.
It seems like my variable-length extent is very large.
This is the current .st file:
This is my proposed .st file:
I'm having a problem with prostrct add.
I was thinking that I have to truncate my BI before the prostrct add, but I'm not sure what that affects so I am apprehensive to run this command:
Am I completely overlooking something? Sorry for the newbishness of my question, but I am lost on how to proceed, and I don't want to nuke the database.
One of my databases has run out of space and I am trying to add an extent.
This is my .lg before the crash:
Code:
[FONT=courier new]...
13:07:36 Usr 29: bkioWrite: lseek error 22 on file 24 at -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6081)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite:Insufficient disk space during write, fd 24, len 16384, offset -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6091)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite: lseek error 22 on file 24 at -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6081)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite:Insufficient disk space during write, fd 24, len 16384, offset -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6091)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite: lseek error 22 on file 24 at -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6081)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite:Insufficient disk space during write, fd 24, len 16384, offset -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6091)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite: lseek error 22 on file 24 at -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6081)[/FONT]
[FONT=courier new]13:07:36 Usr 29: bkioWrite:Insufficient disk space during write, fd 24, len 16384, offset -2147483648, file /p_dtr/p_dbs/tmm10.d15. (6091)
...
[/FONT]
I do have enough partition space, so I assume the database ran out of space.
It seems like my variable-length extent is very large.
Code:
root [ /p_dtr/p_dbs ] > ls -l tmm10*
-rwxrwx--- 1 root system 256016384 Apr 15 13:36 tmm10.d1
-rwxrwx--- 1 root system 256016384 Apr 15 13:07 tmm10.d10
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d11
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d12
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d13
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d14
[COLOR=red]-rwxrwx--- 1 root system 2147483648 Apr 15 13:07 tmm10.d15[/COLOR]
-rwxrwx--- 1 root system 256016384 Apr 15 13:02 tmm10.d2
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d3
-rwxrwx--- 1 root system 256016384 Apr 15 13:01 tmm10.d4
-rwxrwx--- 1 root system 256016384 Apr 15 12:06 tmm10.d5
-rwxrwx--- 1 root system 256016384 Apr 15 13:01 tmm10.d6
-rwxrwx--- 1 root system 256016384 Apr 15 12:53 tmm10.d7
-rwxrwx--- 1 root system 256016384 Apr 15 12:33 tmm10.d8
-rwxrwx--- 1 root system 256016384 Apr 15 13:06 tmm10.d9
-rwxrwx--- 1 root system 16384 Mar 30 21:24 tmm10.db
-rwxrwx--- 1 root system 24206514 Apr 15 17:03 tmm10.lg
-rwxrwx--- 1 root system 2248300 Apr 15 13:00 tmm10.lic
-rwxrwx--- 1 root system 1104 Apr 15 16:26 tmm10.st
-rwxrwx--- 1 root system 96 Apr 15 15:32 tmm10add.st
This is the current .st file:
Code:
d /p_dtr/p_dbs/tmm10.d1 f 250016
d /p_dtr/p_dbs/tmm10.d2 f 250016
d /p_dtr/p_dbs/tmm10.d3 f 250016
d /p_dtr/p_dbs/tmm10.d4 f 250016
d /p_dtr/p_dbs/tmm10.d5 f 250016
d /p_dtr/p_dbs/tmm10.d6 f 250016
d /p_dtr/p_dbs/tmm10.d7 f 250016
d /p_dtr/p_dbs/tmm10.d8 f 250016
d /p_dtr/p_dbs/tmm10.d9 f 250016
d /p_dtr/p_dbs/tmm10.d10 f 250016
d /p_dtr/p_dbs/tmm10.d11 f 250016
d /p_dtr/p_dbs/tmm10.d12 f 250016
d /p_dtr/p_dbs/tmm10.d13 f 250016
d /p_dtr/p_dbs/tmm10.d14 f 250016
d /p_dtr/p_dbs/tmm10.d15
b /bi/tmm10.b1
This is my proposed .st file:
Code:
d /p_dtr/p_dbs/tmm10.d16 f 250016
d /p_dtr/p_dbs/tmm10.d17 f 250016
d /p_dtr/p_dbs/tmm10.d18
I'm having a problem with prostrct add.
Code:
[FONT=courier new]root [ /p_dtr/p_dbs ] > prostrct add tmm10 [/FONT][FONT=Courier New]tmm10add.st[/FONT]
[FONT=courier new]SYSTEM ERROR: File /p_dtr/p_dbs/tmm10.d15 too small -2147483648, blocksize 8192 extend failed." (4524)[/FONT]
I was thinking that I have to truncate my BI before the prostrct add, but I'm not sure what that affects so I am apprehensive to run this command:
Code:
proutil tmm10 -C truncate bi
Am I completely overlooking something? Sorry for the newbishness of my question, but I am lost on how to proceed, and I don't want to nuke the database.