ALM-12014 Device Partition Lost (For MRS 2.x or Earlier)
Description
This alarm is generated when the system detects that a partition to which service directories are mounted is lost (because the device is removed or goes offline, or the partition is deleted). The system checks the partition status periodically.
Attribute
| Alarm ID | Alarm Severity | Auto Clear |
|---|---|---|
| 12014 | Major |
|
Parameters
| Parameter | Description |
|---|---|
| ServiceName | Specifies the service for which the alarm is generated. |
| RoleName | Specifies the role for which the alarm is generated. |
| HostName | Specifies the host for which the alarm is generated. |
| DirName | Specifies the directory for which the alarm is generated. |
| PartitionName | Specifies the device partition for which the alarm is generated. |
Impact on the System
Service data fails to be written into the partition, and the service system runs abnormally.
Possible Causes
- The disk is removed.
- The disk is offline, or a bad sector exists on the disk.
Procedure
- Go to the MRS cluster details page and choose Alarms.
- In the real-time alarm list, click the row that contains the alarm.
- In the Alarm Details area, obtain the values of HostName, PartitionName, and DirName from Location.
- Check whether the disk corresponding to PartitionName on HostName is inserted to the correct server slot.
- Contact hardware engineers to remove the faulty disk.
- Use PuTTY to log in to the HostName node where an alarm is reported and check whether there is a line containing DirName in the /etc/fstab file.
- Run the vi /etc/fstab command to edit the file and delete the line containing DirName.
- Contact hardware engineers to insert a new disk. For details, see the hardware product document of the relevant model. If the faulty disk is in a RAID group, configure the RAID group. For details, see the configuration methods of the relevant RAID controller card.
- Wait 20 to 30 minutes (The disk size determines the waiting time), and run the mount command to check whether the disk has been mounted to the DirName directory.
- Wait 2 minutes and check whether the alarm is automatically cleared.
- If yes, no further action is required.
- If no, perform Step 11.
- Collect fault information.
- On MRS Manager, choose .
- Contact the O&M engineers and send the collected logs.
Alarm Clearing
MRS 1.9.3.10 and later patch versions: After the fault is rectified, the system automatically clears the alarm.
MRS 2.x and earlier versions: After the fault is rectified, the system does not automatically clear the alarm. You need to clear the alarm.
Reference
None