1 Alarm Description
The alarm is raised when the CSCF is no longer able to write charging data to disk on the file system, because the file system is down or full. If the alarm is not solved, the CSCF node can lose charging data.
|
Alarm Cause |
Description |
Fault Reason |
Fault Location |
Impact |
|---|---|---|---|---|
|
CSCF Charging Backup File System Unavailable. |
The CSCF charging backup handler is unable to store charging data successfully. |
The File System is down or not writable. |
The charging buffer gets full because it cannot successfully write charging records to the disk. The fault is caused either by a storage disk that is exceeded or a File System that is unavailable. |
The possible impacts if the File System is down, not writable, or the file system is full, is that Charging Data Records are not backed up to disk and are lost. |
|
The File System is full and the charging system is unavailable. |
|
Attribute Name |
Attribute Value |
|---|---|
|
Major Type |
193 |
|
Minor Type |
6684682 |
|
Managed Object Class |
CSCF-Application |
|
Managed Object Instance |
ManagedElement=<node_name>,CscfFunction=1,CSCF-Application=CSCF |
|
Specific Problem |
CSCF Charging Backup File System Unavailable |
|
Event Type |
equipmentAlarm (5) |
|
Probable Cause |
x733FileError (317) |
|
Additional Text |
Write Failure, Disk is Full. |
|
Perceived Severity |
major (4) |
2 Procedure
2.1 Handle Alarm CSCF Charging Backup File System Unavailable
Prerequisites
- This instruction references the following documents:
- No tools are required.
- The following condition must apply:
- The alarm is raised.
Steps
- Is the alarm LOTC Disk Usage raised?
Yes: Continue with the next step.
No: Proceed with Section 2.2 Handle Alarm Cause File System Is Down or Not Writable.
- Is the alarm CSCF Charging Request Transmission Problem raised?
Yes: Follow the instructions in CSCF Charging Request Transmission Problem.
No: Follow the instructions in LOTC Disk Usage.
- Is the alarm cleared?
Yes: Proceed with Step 5.
No: Continue with the next step.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.
2.2 Handle Alarm Cause File System Is Down or Not Writable
Steps
- Log on to ECLI:
ssh -A <username>@<OAM IP>
- List the environment variables:
for envEntry in `vdicos-envdata-list | grep 'IPMM_BACKUP_PATH' | sort`; do echo \ $envEntry = `vdicos-envdata-get $envEntry`; done;
Example output:
IPMM_BACKUP_PATH0 = /cluster IPMM_BACKUP_PATH1 = /cluster IPMM_BACKUP_PATH2 = /cluster IPMM_BACKUP_PATH3 = /cluster
These IPMM_BACKUP_PATH<x> environment variables are normally configured as /cluster. The charging backup files are written in the subdirectories of the /cluster/CSCF path.
- Make sure that the configured path is reasonable and available.
- Log off from the ECLI:
exit
- Is the alarm cleared?
Yes: Proceed with Step 7.
No: Continue with the next step.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.

Contents