Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LSP resetting 1

Status
Not open for further replies.

mojoputter

Technical User
Oct 11, 2005
1,123
US
CM 5.2, this screen shot is from an LSP, what would cause this to happen every night at the same time..?

Code:
display initcauses

                             INITIALIZATION CAUSES
      Cause            Action     Escalated        Mode          Time
Internal Request         4           no          Active      03/17 19:59
Internal Request         4           no          Active      03/18 19:59
Internal Request         4           no          Active      03/19 19:59
Internal Request         4           no          Active      03/20 19:59
Internal Request         4           no          Active      03/21 19:59
Internal Request         4           no          Active      03/22 19:59
Internal Request         4           no          Active      03/23 19:59
Internal Request         4           no          Active      03/24 19:59
Internal Request         4           no          Active      03/25 19:59
Internal Request         4           no          Active      03/26 19:59
Internal Request         4           no          Active      03/27 19:59
Internal Request         4           no          Active      03/28 19:59
Internal Request         4           no          Active      03/29 19:59
Internal Request         4           no          Active      03/30 19:59
Internal Request         4           no          Active      03/31 19:59
Internal Request         4           no          Active      04/01 19:59
 
LSP/ESS servers by design have a file sync push to them every time the Main server encounters a save translation all. This may also occur when the main does backups if the backups include a save translation.

After the file sync, the CM software does reset system 4 to load the newest copy of the main's translations so it will be ready to take control in the event of a network outage.

This can be controlled with programming. It's not recommended to change these settings:

Code:
display system-parameters maintenance                           Page   1 of   3
                   MAINTENANCE-RELATED SYSTEM PARAMETERS

OPERATIONS SUPPORT PARAMETERS
     CPE Alarm Activation Level: major

SCHEDULED MAINTENANCE
                                          Start Time: 00 : 15
                                           Stop Time: 04 : 30
                                    Save Translation: daily
 [b][COLOR=#CC0000]Update LSP and ESS Servers When Saving Translations: y[/color]
[/b]                          Command Time-out (minutes):
                         Control Channel Interchange: Saturday
                      System Clocks/IPSI Interchange: Saturday

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Yeah, entirely normal

The LSP will restart like this when translations are updated.

I reckon if you check here

display system-parameters maintenance

You will see a maintainace period of about 19:59 and a LSP translation update of daily

Take Care

Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
 
Argh - took longer to type than AvayaTier3


Take Care

Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
 
almnotif
almnotif -r y (restart notification)
almnotif -r n (restart notification, set to n for LSP and ESS)
almnotif -c y (clear alarm notification)

Code:
dadmin@s8300> almnotif

Restart Notification:      y
Clear Alarm Notification:  y       Suspension Threshold: 5

dadmin@s8300> almnotif -r n
dadmin@s8300> almnotif -c n

dadmin@s8300> almnotif
Restart Notification:      n
Clear Alarm Notification:  n       Suspension Threshold: 5


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
John,

Avaya alarm reporting for LSP/ESS servers when they do reset system 4 is not very reliable.
But, you may receive enough of them that it causes a lot of extra work for someone when these
survivable servers are just doing what they are designed to do.

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Matt, that was the first thing I looked at was the system maint feature, and it is set at 20:00, but I didn't realize that the LSP resets.

Thanks boys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top