T.R | Title | User | Personal Name | Date | Lines |
---|
680.1 | | BACHUS::WILLEMSG | Geert Willems MCS-Belgium | Thu Apr 20 1995 11:38 | 11 |
|
Hi ,
Is there nobody that can answer on .0 ?
Help is very much appreciated by me and the CUSTOMER.
Rgds,
Geert
|
680.2 | | YOSSAM::PHILIP | And through the square window... | Thu Apr 20 1995 11:59 | 24 |
| Geert,
Archive area full means just that, the archive area you have told PCM
you want to use is in fact full. This event will occur when an archive
process can no longer write data in the archive area! This event will
cause the archive cleanup procedure to run.
The threshold values are completely unrelated, these determine when the
archive procedure is executed (you get an event at the warning threshold
and an event plus an archive procedure when the critical threshold is
reached). The archive procedure executed is simply a "CONSOLE ARCHIVE"
command with the appropriate qualifiers in order to archive the default
number of hours you specified in the database as well as the systems on
the device which has reached its critical threshold.
Finally, if you want to simulate the archive area full event, simply fill
up the disk you are using to archive to then perform an archive, when this
archive fails, the archive area full event should happen.
Has your customer read the documentation? Is it not clear enough? What
extra details would they like it to cover?
Cheers,
Phil
|
680.3 | | BACHUS::WILLEMSG | Geert Willems MCS-Belgium | Thu Apr 20 1995 12:11 | 18 |
|
Hi Phil,
Thanks for the feedback. I think I have it --> The Archive
Area Full is only relevant when putting your archive on
another disk and indeed if that disk gets full ...
Rgds,
Geert
PS There's a mistake in your archive cleanup procedure.
Change the following line : $ Delete ''Archive_File'
in : $ Delete 'Archive_File
and it will work. Who has written this ? A UNIX guru ?
Anyway thanks for your help, once again. And goodluck with V1.6.
I'm very interested ...
|
680.4 | | YOSSAM::PHILIP | And through the square window... | Thu Apr 20 1995 12:58 | 19 |
|
>>Thanks for the feedback. I think I have it --> The Archive
>>Area Full is only relevant when putting your archive on
>>another disk and indeed if that disk gets full ...
No, even if the archive area is on the same disk as the log
files this will happen if it fills up.
>> PS There's a mistake in your archive cleanup procedure.
>> Change the following line : $ Delete ''Archive_File'
>> in : $ Delete 'Archive_File
>> and it will work. Who has written this ? A UNIX guru ?
>> Anyway thanks for your help, once again. And goodluck with V1.6.
>> I'm very interested ...
Thanks for the bug report, we will get it fixed for V1.6.
Cheers,
Phil
|