| > 1. When events are sent they appear to be recognised by the ENS and the
> message is displayed at the bottom of the C3. When trying to see more
> information about the event by double cliking on the system icon it
> does not show the event in the list. The current work around is to try
> to restart the PCM.
Are you saying thatyou cannot retrieve the events context or the actual
event line itself or both?
> 2. Console sometimes does not respond to the keyboard input when using
> the CONSOLE MONITOR or the CONSOLE CONNECT command. Tihs can be
> fixed by diconnecting and reconnecting the console cable which runs
> from the terminal server to the hardware console.
This smells like a flow control issue. I'm assuming that you are using terminal
servers as the interconnect method so could you post the results of a
SHOW PORT command from terminal server? We're looking to see if both input and
output flow control are enabled and that the flow control is set to XON.
> 3. When using the CONSOLE MONITOR command if the user types too quickly
> sometimes the system displays only part of what has been typed in
> and adds a character for each additional character typed in,
> including ^G which should bring the user back to the command prompt,
> and leads the user to thinking that he has not typed in all of the
> commands and continues typing and eventually makes the command
> invalid. This is particularly annoying when attempting to shut a
> system down.
It sounds like you are really in the CONNECT interface direclty via DCL
or you CONNECTed from the MONITOR. Regardless, this could be related to
problme 2 above. I had a similar problem once with VCS and what we found was
that the customer had set SYSGEN params TTY_ALTYPAHD = 100 and TTY_ALTALARM
to 320 and it was intended that TTY_ALTALARM be set to 1000. These parameters
define the size of the alternate typeahead buffer and it's xoff threshold.
Check the settings of these parameters.
> 4. When PCM archieve data it does not seem to check that there is
> sufficient space on the diskwhich it is trying to archive to and
> can cause that disk to run out of space and the system to hang.
What the customer needs to do is create a filter that is filtering the
event CMgr Archive Area Full. You would set the filter up to dispatch the
Archive Cleanup action command file. This file subtracts 2 days from the
current time and then deletes any archive files older than that. You can modify
the command file and change this threshold if you don't like the default. This
procedure needs only 1 argument which is the location of the archive area.
Regards,
Dan
Basingstoke CSC
|