BMYSS1009E
Replication issues exist at the site.
Severity
Error
User action
Data might not have got replicated properly, so check the status of the disk. Run
mmlsdisk
command for specific filesystem to see if all disks are up (status). If
disks are down, then do the following steps:
- Run the following command to start all disks that are down:
mmchdisk <filesystem name> start -a
Check the recovery group status.mmhealth node show
Health status gives input on what the problem is. For example, physical disks can be down. If too many physical disks go down, then the recovery group also goes down.
- Go to the nodes that show degraded and check events. From the events, see reasons and notices for the cause of the degradation.
- Run command
mmhealth
with specific events based on the previous results to get more information about the degradation. For more information about the command, see mmhealth command. - Run the following command to restore the application:
mmrestripefs <filessystem name> -r
For reference, the equivalent IBM Storage Scale error code is site_degraded_replication
.