Do you have network access in rescue mode or are you going through the IPMI console?
I would get another server and transfer everything to another server.
Also, not sure your architecture but you might want to consider using a Load Balancer and having multiple servers so that it is more fault tolerant.
The newer stuff I'm building on OVH uses Docker and has 3x redundancy for everything. Very easy to scale / add capacity as well. Just add nodes.
A properly designed site assumes at least 2 servers can fail simultaneously and there be no interruption. Unfortunately, most of the software out there assumes there is only 1 server and it is impervious to failure.
|