T.R | Title | User | Personal Name | Date | Lines |
---|
3018.1 | Processes designed to stay up | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Mon May 18 1992 12:28 | 14 |
| > 5. When you leave MCC it leaves several processes around.
> Is this right ?
Off hand, I can answer this one; perhaps someone else can help with
the others.
On ULTRIX, each MM runs in its own process. So once you dispatch to
a module (ie execute a command which requires the use of that MM),
it will run until you explicitely stop it with mcc_kill, or until
the system reboots.
-- Erik
|
3018.2 | more info | DADA::DITMARS | Pete | Mon May 18 1992 13:14 | 26 |
| 1. If I start the iconic map with notification enabled with a
config file I get the following errors and notification has to be
restarted.
In pop-up windows:
Unexpected condition returned to notification pm
Error trying to receive a packet
and in the owning process:
disaster IPC server unmarshalled input sanity check.
What was in your notify request startup file?
How many domains do you have defined?
We have done work since t1.2.7 to reduce resource consumption. This error
message has been associated with doing notification on many (hundreds) of
domains.
4. A performance rule on a DECnet circuit fails
Try specifying the timespec using all three fields, i.e.
AT EVERY 00:15:00, FOR START -0:00:00 DURATION=00:01:00 ) ,-
Timespec parsing can be, unfortunately, different under the two operating
systems. Relying on defaults can get you in trouble.
|
3018.3 | more info | WELLIN::MCCALLUM | | Tue May 19 1992 06:03 | 25 |
|
I have about 20-30 domains and my notify startup file
contains two lines
Notify Domain .WORLD
Notify Domain welwyn entity list = (collector number1), events=(any
event)
This time when I restarted it I got
AES_COPY
Bad AES had version: 1
AES_bomb
Excreption in mgmt module id-10 CMA code 177db005
It started the second time
The alarm rule now works with fule time specification - thanks.
Starting the data collector is normal if I am not in the root partition
(/) with a tmp directory.
Dave.
|
3018.4 | Operating system patches ? | WELCLU::MCCALLUM | | Tue May 19 1992 06:14 | 3 |
|
I'd better check I've got all the ULTRIX patches on - could it be
related ?
|
3018.5 | I suspect resources... | DADA::DITMARS | Pete | Tue May 19 1992 18:51 | 21 |
| As far as applying the ultrix patches: yes, you definitely should.
But, the ultrix kernel patches typically prevent system crashes and launched
application annoyances... they haven't been shown to correct "minor"
notification problems (yet).
The aes_bomb thing could just be another symptom of the fact that you're
running out of some kind of resource during communication between the
notification FM (mgmt module 10) and another FM. My estimate of how
many domains it would take to exhaust resources is not relevant if your
system is mega-under-configured.
You should check that your kernel is configured as specified in the
release notes and planning/installing ultrix guide. If your version of the
guide doesn't contain information on how the kernel should be configured,
let us know and we'll post it. What is max_nofile in your
/sys/conf/mips/param.c? The guide recommended 256, but locally folks have been
recommending much higher numbers, and the next version of the guide will too.
Are you doing development or testing of any management modules other than the
BMS kit that we produce? Is it possible that these mgmt modules haven't
been linked against the t1.2.7 kernel?
|
3018.6 | I will check | WELCLU::MCCALLUM | | Thu May 21 1992 13:17 | 9 |
|
I have lots of swap space and max_nofile is 256. We made the mods as
per 1.2.4 installation notes, but I must admit we have changed them , so
if there anything different for 1.2.7 that may be it. I will check.
This problem only happens on first startup - ie when there are no MCC
processes already. If I exit and re-enter it works ok.
Dave
|
3018.7 | #2 was a bug, fixed | TOOK::JEAN_LEE | | Wed May 27 1992 10:14 | 9 |
|
Reply to 3018.0 #2 question:
Yes, it was a bug. It was addressed and fixed.
Thank you for your input.
Jean
|