1 Alarm Description
The alarm is raised when license information is unreachable in NeLS for more than 24 hours.
|
Alarm Cause |
Description |
Fault Reason |
Fault Location |
Impact |
|---|---|---|---|---|
|
Failing to reach license information in NeLS for more than 24 hours |
The license information remains unreachable for the Managed Element (ME) after the configured Autonomous mode period (usually 24 hours). The ME enters Locked mode |
NeLS is unreachable or the relevant License Key File is corrupted or missing. |
NeLS server |
The licensed services are affected (no availability or limited capacity). |
|
TLS configuration in ME | ||||
|
Possible IP network issue | ||||
|
Domain Name System (DNS) server | ||||
|
Network interface |
- Note:
- The alarm can be raised as a result of maintenance activities.
2 Procedure
2.1 Handle Alarm License Management, Key File Fault
Prerequisites
- This instruction references the following documents:
- No tools are required.
- The following conditions must apply:
- The alarm is raised.
- No ongoing maintenance activities are affecting the network or network elements.
- The host address and port number of the NeLS server is known.
- Transport Layer Security to NeLS with one or two tunnels is set up with the relevant certificates.
- The user has Linux® shell access to the System Controllers (SCs).
- An Ericsson Command-Line Interface (ECLI) running in exec mode.
Steps
- If there are any network-related alarms on the ME, act on them first.
- In the ECLI, check the connection status to NeLS in the NeLSConfiguration Managed Object (MO), for example:
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,connectionStatus
The following is an example output:
connectionStatus=NOT_CONNECTED
- Select action according to the connectionStatus attribute value:
- If UNDEFINED or NOT_CONNECTED, proceed with Step 5.
- If CONNECTED, continue with the next step.
- Check the alarm status. Is the alarm still active?
No: Proceed with Step 16.
Yes: Continue with the next step.
- Verify that the NeLSConfiguration attributes of the NeLSConfiguration MO point to the correct host address and port number:
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,host
host=<IP_Address_or_FQDN>
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,port
port=<Port_Number>
- If necessary, update the connection parameters to NeLS:
>configure
(config)>ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1
(config-NeLSConfiguration=1)>host=<IP_Address_or_FQDN>
(config-NeLSConfiguration=1)>port=<Port_Number>
(config-NeLSConfiguration=1)>commit
After committing the configuration changes, LM attempts to reconnect using the updated connection settings.
- Check the connection status to NeLS:
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,connectionStatus
The following is an example output:
connectionStatus=CONNECTED
- Is the connectionStatus attribute
value CONNECTED?
Yes: Proceed with Step 13.
No: Continue with the next step.
- From a Linux shell on the SC of the ME, use ping and traceroute to attempt
to reach the NeLS host address.
If NeLS is unreachable, wait five minutes and retry the command. If the result is still the same, proceed with Step 14.
- If NeLS was reachable, check the NeLS connection retry
interval using the ECLI:
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,retryInterval
The following is an example output:
retryInterval=30
Write down or memorize the current setting.
- Wait for the retry interval
to elapse. If necessary, update the attribute to a shorter interval
with the following commands:
>configure
(config)>ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1
(config-NeLSConfiguration=1)>retryInterval=<seconds>
(config-NeLSConfiguration=1)>commit
- After the retry interval and a short grace period have
elapsed, check the connection status:
>show ManagedElement=NODE06ST,SystemFunctions=1,Lm=1,NeLSConfiguration=1,connectionStatus
The following is an example output:
connectionStatus=CONNECTED
- Note:
- If retryInterval was modified, revert the change to the original value using the commands in Step 11.
- Check the alarm status. Is
the alarm still active?
Yes: Continue with the next step.
No: Proceed with Step 16.
- Perform data collection, refer
to Data Collection Guideline.
- Note:
- If resolving the issue is expected to take more than the configured time limit (usually 24 hours), Emergency Unlock can be used to prevent the system from entering Locked Mode. For more information on Emergency Unlock, refer to Activate Emergency Unlock Mode.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.

Contents