T.R | Title | User | Personal Name | Date | Lines |
---|
798.1 | What sort of thing? | DUCATI::LASTOVICA | Is it possible to be totally partial? | Tue Apr 01 1997 17:56 | 8 |
| how would you envision this being implimented? How about something
along the lines of a logical name like:
rdm$bind_storage_area_extend_notify_classes "operator class(es)"
If this logical is defined, then any time a storage area would be
extended, a message would be sent to the operator indicating the
storage area name, old size, new size, user, pid, etc. being extended.
|
798.2 | | NOVA::SMITHI | Don't understate or underestimate Rdb! | Tue Apr 01 1997 23:29 | 3 |
| Surely we would add syntax similar to that added for JOURNALS.
Ian
|
798.3 | yah - that would be prettier | HOTRDB::LASTOVICA | Is it possible to be totally partial? | Wed Apr 02 1997 01:08 | 3 |
| sigh - but that would be *soooo* much more work. :-) Yah - I suppose
that there could be something like this for each area even. I was just
thinking of 'biggest bang for the buck' from the engineering effort...
|
798.4 | elegant is not a requirement | 12293::ALLEMEERSCH | In Flanders fields ... | Wed Apr 02 1997 03:33 | 4 |
| The solution should not even be elegant. 'Quick and dirty' will do,
as soon as the functionality is there. Logical nr. 112 is ok.
_Luc
|
798.5 | Draft release note for Rdb V7.0A | HOTRDB::LASTOVICA | Use a fork Luke! | Sat May 17 1997 17:05 | 39 |
| <COMMENT>
AUTHOR: Norm Lastovica
RELATED NUMBERS: RDB_WISH 798
FIXED by CTS #: KODA CTS 14004 (PIOEXTEND.B32, KODLOGMAC.REQ)
PLATFORMS AFFECTED: OpenVMS
INTERFACE(s) AFFECTED: all
<ENDCOMMENT>
<HEAD2>(Operator Notification of Storage Area Extension\opcomareaextend)
<IVMS2>
<P>
The system operator classes CLUSTER and CENTRAL may be
optionally notified for storage area extend events.
<P>
By default, notification of area extends is disabled. To
enable this notification, define the logical name
RDM$BIND_NOTIFY_STORAGE_AREA_EXTEND to 1. This will result
in storage area extend events being notified. There is,
however, no way to alter the operator classes that are
notified.
<p>
The logical name RDM$BIND_NOTIFY_STORAGE_AREA_EXTEND should
be defined system-wide so that any process extending an area
will cause the notification to occur.
<p>
Following is an example operator message:
<CODE_EXAMPLE>(KEEP\WIDE)
%%%%%%%%%%% OPCOM 16-JAN-1997 05:44:11.71 %%%%%%%%%%%
Message from user SYSTEM on SMILES
Oracle Rdb Database DUA0:[DB]DB.RDB;1 Event Notification
Storage area DUA0:[DB]DB1.RDA;1 extending by 4321 disk blocks
<ENDCODE_EXAMPLE>
|