/dev/xvda seems to have lost files for a while - and of course no AWS support...

0

Running Linux on an EC2 with Tomcat, and my /dev/xvda seems to have lost my files for awhile (lots of 404's in the logs) on files that now I can reach readily from the url.

Amazon doesn't allow me to inquire about the failure because no support is available for paying customers unless you pay more.

Any ideas?

Robert
asked 10 months ago188 views
2 Answers
1

Are system and application logs checked?
I would need to confirm that the information that the file was lost is correct.

It would also be a good idea to check the load status of EC2 and EBS.
For example, if the volumeReadBytes value is high, it could be that there were many reads and a temporary error occurred.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cloudwatch_ebs.html

If EBS read and write load is high, I think it can be improved by changing the volume type to IO2 and setting the throughput higher.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/provisioned-iops.html

profile picture
EXPERT
answered 10 months ago
0

I cannot seem to find anything overt except a spike in calls on the dashboards or logs, nothing in my tomcat logs either except the 404's on those files. I will look at the volume types, that's good advice, thank you.

Robert
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions