T.R | Title | User | Personal Name | Date | Lines |
---|
1539.1 | some things to check | CSC32::BUCKLEY | ski fast,take chances,die young | Mon May 12 1997 09:44 | 12 |
| srp's are normally used for locks...
what are the values of lockidtbl, lockidtblmax and the current number of locks
being used (moni lock).
Could this be from a resource tree being remastered to this node.
sda>sh sym/all pms$gl_rm for values related to remastering
did they run out of npagedyn ($sh mem/pool/full) which is where the srp list
goes when it has to expand?
Dan Buckley
Digital CSC
|
1539.2 | | OSOV03::KAGEYAMA | I Got Rhythm! | Tue May 13 1997 05:19 | 54 |
|
Dan,
Thanks for the reply.
>srp's are normally used for locks...
I should have said 88% of SRP are occupied by unknown packets and this
part is growing.
>what are the values of lockidtbl, lockidtblmax and the current number of locks
>being used (moni lock).
LOCKIDTBL is 6310 and the lock count was around 16,000. LOCKIDTBL will
be increased to 20,480.
>Could this be from a resource tree being remastered to this node.
>sda>sh sym/all pms$gl_rm for values related to remastering
PMS$GL_RM_ACQUIRE = 80004FC0 : 00002E22
PMS$GL_RM_BETTER = 800051B4 : 00000000
PMS$GL_RM_FINISH = 80004FC4 : 000069FA
PMS$GL_RM_MORE_ACT = 800051B8 : 00003BFC
PMS$GL_RM_MSG_RCV = 80004FD0 : 0000F470
PMS$GL_RM_MSG_SENT = 80004FCC : 00011DA6
PMS$GL_RM_QUOTA_WAIT = 80004FB8 : 0000478E
PMS$GL_RM_RBLD_RCVD = 80004FD8 : 00079056
PMS$GL_RM_RBLD_SENT = 80004FD4 : 000E6C56
PMS$GL_RM_REQ_NAK = 80004FC8 : 00000024
PMS$GL_RM_SINGLE = 800051B0 : 00007595
PMS$GL_RM_UNLOAD = 80004FBC : 00003BFC
PMS$GL_RM_QUOTA_WAIT = 80004FB8 : 0000478E
PMS$GL_RM_UNLOAD = 80004FBC : 00003BFC
PMS$GL_RM_ACQUIRE = 80004FC0 : 00002E22
PMS$GL_RM_FINISH = 80004FC4 : 000069FA
PMS$GL_RM_REQ_NAK = 80004FC8 : 00000024
PMS$GL_RM_MSG_SENT = 80004FCC : 00011DA6
PMS$GL_RM_MSG_RCV = 80004FD0 : 0000F470
PMS$GL_RM_RBLD_SENT = 80004FD4 : 000E6C56
PMS$GL_RM_RBLD_RCVD = 80004FD8 : 00079056
PMS$GL_RM_SINGLE = 800051B0 : 00007595
PMS$GL_RM_BETTER = 800051B4 : 00000000
PMS$GL_RM_MORE_ACT = 800051B8 : 00003BFC
I don't know how to translate above values.
>did they run out of npagedyn ($sh mem/pool/full) which is where the srp list
>goes when it has to expand?
One third of nonpaged dynamic memory is free.
- Kazunori
|
1539.3 | | OSOV03::KAGEYAMA | I Got Rhythm! | Tue May 13 1997 05:23 | 8 |
|
The back ground of my question is...
My customer experienced performance slow down and I thought it might be
related to SRP allocation failures which might cause high ratio of
kernel mode usage.
- Kazunori
|
1539.4 | other things to check | CSC32::BUCKLEY | ski fast,take chances,die young | Wed May 14 1997 09:37 | 9 |
| Your didn't say how long the machine was up, the highest value from sda was
900,000 rebuilds sent over the time the system was up.
If this is a v5.5 system there is a possibility that a bug in servicing the
ipl 6 fork queue is biting you (sorry didn't re-read the first note).
(fixed with patch CSCPAT_0253 or vaxshad09_u2055)
Is the pagefile over 50% full?
The heavy use of spr's could just be a symtom of heavy load.
|
1539.5 | The real problem might be negligence of SRP release | OSOV03::KAGEYAMA | I Got Rhythm! | Wed May 14 1997 23:09 | 29 |
|
>Your didn't say how long the machine was up, the highest value from sda was
>900,000 rebuilds sent over the time the system was up.
.0>What kind of thing could cause expansion failures? PMS$GL_XRPFAIL shows
.0>11 times of failure within 53 days.
>If this is a v5.5 system there is a possibility that a bug in servicing the
>ipl 6 fork queue is biting you (sorry didn't re-read the first note).
>(fixed with patch CSCPAT_0253 or vaxshad09_u2055)
.0>exceeed SRPCOUNTV. OpenVMS VAX 5.52-H4 on VAX 4108A.
I'll check the patch.
>Is the pagefile over 50% full?
No, it's less than 15%.
>The heavy use of spr's could just be a symtom of heavy load.
It grows and grows, and UNKWON part of SRP looks like the culprit. This
system is used for ALL-IN-1, Notes and ANETplus, which is a TCP/IP
communication product predated to UCX in Japan. SRP usage grows in the
day time and decreases in the evening, but it does not restored to the
initial stage of the morning. I wonder some SRPs are not released by
someone, but couldn't trace it now.
- Kazunori
|