1 Introduction
This instruction concerns alarm handling.
It is assumed that a Managed Element (ME) function called Function2 produces files that are regularly transferred and deleted by some external system. The produced files are stored in a directory represented by a file group called Function2Files, which is monitored by a file group policy alarmHighFileGroupSize. When the size of the file group exceeds the defined limit, an alarm is raised.
1.1 Alarm Description
The possible alarm causes and fault locations are explained in Table 1.
|
Alarm Cause |
Description |
Fault Reason |
Fault Location |
Impact |
|---|---|---|---|---|
|
Too many files in a file group |
The size of a file group has exceeded a threshold according to a file group policy |
The size of a file group has exceeded a configured threshold. Some ME or management system functionality responsible for deleting the files is misbehaving. |
Network problems |
Eventually the ME can lack storage space |
|
ME function | ||||
|
External system |
The alarm attributes are listed and explained in Table 2.
|
Attribute Name |
Attribute Value |
|---|---|
|
Major Type |
193 |
|
Minor Type |
131074 |
|
Managed Object Class |
|
|
Managed Object Instance |
ManagedElement=<node_name>,SystemFunctions=1,FileM=1,LogicalFs=1,FileGroup=<file_group_id> |
|
Specific Problem |
File Management, Max Size in FileGroup Exceeded |
|
Event Type |
other (1) |
|
Probable Cause |
m3100StorageCapacityProblem (151) |
|
Additional Text |
The size of file group exceeded threshold level <thresholdHigh> in ManagedElement=<node_name>,SystemFunctions=1,FileM=1,LogicalFs=1,FileGroup=<file_group_id> |
|
perceived Severity |
thresholdSeverity, which is one of the following:
|
1.2 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.2.1 Documents
This instruction references the following documents:
1.2.2 Tools
No tools are required.
1.2.3 Conditions
Before starting this procedure, ensure that the following conditions are met:
- A File Management, Max Size in FileGroup Exceeded alarm is raised.
- The user has appropriate access rights to the FileGroup Managed Object (MO), matching the visible directories that have been set according to the security rules described in Section Security Management in File Management.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
Do the following:
- Perform a health check, refer to Health Check documentation available in the library.
- Is there any deviation of the ME from a normal behavior?
Yes: Investigate the deviation. Proceed with Step 16.
No: Continue with the next step.
- Check the connection to the external system using ping and traceroute.
- Is the external system unreachable or is the delay more
than 10 seconds?
Yes: Continue with the next step.
No: The file collection process can be interrupted because of the system issues. Contact the external system administrator. Proceed with Step 6.
- The network can have a configuration fault. Request the network administrator to act on the fault.
- Is the value of thresholdLow known?
Yes: Proceed with Step 11.
No: Continue with the next step.
- Navigate to the FileGroup MO pointed by the alarm Additional Text, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,FileM=1,LogicalFS=1,FileGroup=Functions2Files
- Check which policy is applicable to the MO:
(FileGroup=Functions2Files)>show reservedByPolicy
The following is an example output:
reservedByPolicy="ManagedElement=NODE06ST,⇒ SystemFunctions=1,FileM=1,FileGroupPolicy=⇒ alarmHighFileGroupSize"
- Navigate to the FileGroupPolicy MO, for example:
(FileGroup=Functions2Files)>dn ManagedElement=NODE06ST,SystemFunctions=1,FileM=1,FileGroupPolicy=alarmHighFileGroupSize
- Observe the defined value for thresholdLow in the identified policy:
(FileGroupPolicy=alarmHighFileGroupSize)>show -m ThresholdMonitoring
The following is an example output:
ThresholdMonitoring=warningWhenSizeExceeded thresholdHigh=3000000 thresholdLow=2000000 userLabel="File group size over 3 GB"
- Note:
- If there are several ThresholdMonitoring MOs, find the thresholdHigh value corresponding the alarm, then observe the associated thresholdLow value.
- Can the files
in the FileGroup MO be deleted so that the size of the FileGroup is equal or below the thresholdLow value?
Yes: Continue with the next step.
No: Proceed with Step 16.
- Delete files so the size of FileGroup is equal or below the thresholdLow value. For information on how to delete a file, refer to Delete File in Logical File System.
- Is the alarm cleared?
Yes: Proceed with Step 16.
No: Proceed with Step 14.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.

Contents