Consultor Eletrônico



Kbase 19332: Broker report shared memory segments
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/15/1999
Title: Broker report shared memory segments
KnowledgeBase number:
Creation Date: 12/16/99
Modified Date:
This document applies to: Monitoring shared memory
Version: 9.1A

The broker should put into the log file the identifiers of shared memory
segments that it creates.
Shutdown should report all shared memory segments that it deletes
(making sure to report any errors deleting the shared memory
segments).
This will be available around the second week of January 2000 with
The next general UNIX patch releases for 8.3B.
This is also available in the 9.1A(non-beta) releases when they
become available.

Following is an example excerpt that could be seen in the log file.

21:47:08 BROKER 0: Multi-user session begin. (333)
21:47:08 BROKER 0: Begin Physical Redo Phase at 3072 . (5326)
21:48:44 BROKER 0: Physical Redo Phase Completed at blk 1727 off 16378 upd 23420. (7161)
21:48:46 BROKER 0: Started for axismuprd using TCP, pid 11165. (5644)
|
|
|
\ /
21:48:47 BROKER 0: Created shared memory with segment_id: 1047
21:48:47 BROKER 0: Created shared memory with segment_id: 1048
21:48:47 BROKER 0: Created shared memory with segment_id: 1049
21:48:47 BROKER 0: Created shared memory with segment_id: 1050
21:48:47 BROKER 0: Created shared memory with segment_id: 1051
21:48:47 BROKER 0: Created shared memory with segment_id: 1052
21:48:47 BROKER 0: Created shared memory with segment_id: 1053
21:48:47 BROKER 0: Created shared memory with segment_id: 542
21:48:47 APW 9: Started. (2518)
|
|
|
\ /
00:22:31 BROKER 0: Multi-user session end. (334)
00:22:31 BROKER : Removed shared memory with segment_id: 1047
00:22:31 BROKER : Removed shared memory with segment_id: 1048
00:22:31 BROKER : Removed shared memory with segment_id: 1049
00:22:31 BROKER : Removed shared memory with segment_id: 1050
00:22:31 BROKER : Removed shared memory with segment_id: 1051
00:22:31 BROKER : Removed shared memory with segment_id: 1052
00:22:31 BROKER : Removed shared memory with segment_id: 1053
00:22:31 BROKER : Removed shared memory with segment_id: 542

The bug associated with this is 19991018-018