Solução de problemas - AWS Ground Station

As traduções são geradas por tradução automática. Em caso de conflito entre o conteúdo da tradução e da versão original em inglês, a versão em inglês prevalecerá.

Solução de problemas

O agente falha ao iniciar

O AWS Ground Station Agente pode falhar ao iniciar devido a vários motivos, mas o cenário mais comum pode ser um arquivo de configuração do agente mal configurado. Depois de iniciar o agente (consulte AWS Ground Station Início do agente), você pode obter um status como:

#agent is automatically retrying a restart aws-groundstation-agent.service - aws-groundstation-agent Loaded: loaded (/usr/lib/systemd/system/aws-groundstation-agent.service; enabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Fri 2023-03-10 01:48:14 UTC; 23s ago Docs: https://aws.amazon.com/ground-station/ Process: 43038 ExecStart=/opt/aws/groundstation/bin/launch-aws-gs-agent (code=exited, status=101) Main PID: 43038 (code=exited, status=101) #agent has failed to start aws-groundstation-agent.service - aws-groundstation-agent Loaded: loaded (/usr/lib/systemd/system/aws-groundstation-agent.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since Fri 2023-03-10 01:50:15 UTC; 13s ago Docs: https://aws.amazon.com/ground-station/ Process: 43095 ExecStart=/opt/aws/groundstation/bin/launch-aws-gs-agent (code=exited, status=101) Main PID: 43095 (code=exited, status=101)

Solução de problemas

sudo journalctl -u aws-groundstation-agent | grep -i -B 3 -A 3 'Loading Config' | tail -6

pode resultar em uma saída de:

launch-aws-gs-agent[43095]: Running with options Production(ProductionOptions { endpoint: None, region: None }) launch-aws-gs-agent[43095]: Loading Config launch-aws-gs-agent[43095]: System has 96 logical cores systemd[1]: aws-groundstation-agent.service: main process exited, code=exited, status=101/n/a systemd[1]: Unit aws-groundstation-agent.service entered failed state.

A falha ao iniciar o agente após “Carregar Config” indica um problema com a configuração do agente. Consulte Arquivo de configuração do agente para verificar a configuração do seu agente.

AWS Ground Station Registros do agente

AWS Ground Station O agente grava informações sobre execuções de contatos, erros e status de saúde em arquivos de log na instância que executa o agente. Você pode visualizar os arquivos de log conectando-se manualmente a uma instância.

É possível visualizar logs do agente em instâncias nos locais a seguir.

/var/log/aws/groundstation

Nenhum contato disponível

O agendamento de contatos requer um AWS Ground Station agente saudável. Confirme se seu AWS Ground Station agente foi iniciado e se está íntegro consultando a AWS Ground Station API via: get-dataflow-endpoint-group

aws groundstation get-dataflow-endpoint-group --dataflow-endpoint-group-id ${DATAFLOW-ENDPOINT-GROUP-ID} --region ${REGION}

Verifique se agentStatus o seu awsGroundStationAgentEndpoint é ACTIVE e o auditResults éHEALTHY.