Server stuck Stopping

0

I have an instance that is stuck in the stopping state:

Instance: i-1c0c8798

I have forced stopped via EC2 Console

We have attempted to restart via CLI as well.

Volumes are stuck as "attaching" and not able to create snapshot of root drive.

Tried:

{

"StoppingInstances": [

    {

        "InstanceId": "i-1c0c8798",

        "CurrentState": {

            "Code": 64,

            "Name": "stopping"

        },

        "PreviousState": {

            "Code": 64,

            "Name": "stopping"

        }

    }

]

}

Response:

aws ec2 stop-instances --instance-ids i-1c0c8798 --force

We are aware of the power outage situation, however this is only affecting one of our servers and is still continuing after the power issue seems to have been resolved.

posta 2 anni fa227 visualizzazioni
3 Risposte
0
Risposta accettata

Instance finally stopped and was able to be started again.

con risposta 2 anni fa
0

Hi ,

Can I request you to try the following:

  1. Filter your EC2 instance in the EC2 dashboard using instance-id
  2. Select your instance, click on Actions => Monitor and troubleshoot => Get system log
  3. The system log will give you leads onto why your instance is still stuck in the stopping state
  4. Please do share the system log as an attachment if possible

Regards, Ramu Mohan Srinivasan Radhakrishnan

con risposta 2 anni fa
  • The system log shows a blank black box. Refreshing does not yield any changes or results. I'm unable to use the connect button.

0

Can you help me with additional information ?

  1. In which AWS region is the EC2 instance located ?
  2. Are you able to connect to this instance from your local computer using Windows/PuTTY and /or Linux/SSH using a keypair ?
  3. Can you check if there are any ongoing issues in the AWS region the instance is located by visiting AWS Service Health dashboard https://status.aws.amazon.com and then navigating to the region specific tab ?
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande