Component stuck on device without deployment

0

Related to this previous post that did not entirely solve the issue: https://repost.aws/questions/QUVlaGuW0NRX-AXrSUJlvWHQ/can-t-update-nucelus-due-to-dependency

I have some devices that have an old version of the component aws.greengrass.Cli. That component is preventing me from updating nucleus. There is a deployment on the group for that device, which does not include the CLI component. As advised in the linked post, I tried deploying an empty deployment to the core device, which successfully removed the component from the list of components in the web interface. Unfortunately the component is still present on the device and still prevents me from deploying an update.

I can see it when I log onto the device and run /greengrass/v2/bin/greengrass-cli component list:

Component Name: aws.greengrass.Cli
    Version: 2.9.4
    State: RUNNING
    Configuration: {"AuthorizedPosixGroups":null,"AuthorizedWindowsGroups":null}

I have this issue on many devices, so it would be great if I had a way to delete this component without having to SSH into each one of them, but at this point any way to remove the component be great

TSpark
gefragt vor 10 Monaten249 Aufrufe
1 Antwort
1
Akzeptierte Antwort

Hello TSpark,

Please ensure the component was not deployed via a different thing group or using an individual deployment to the thing. I'd recommend creating a deployment to this individual device which contains no components, this would remove the CLI if the CLI is deployed via a thing deployment earlier.

You can find why the CLI is still installed by looking at config/effectiveConfig.yaml and looking for "aws.greengrass.Cli", you should find it under the "ComponentToGroups".

Cheers,

Michael

AWS
EXPERTE
beantwortet vor 10 Monaten
  • Thanks for the quick answer. It turns out the empty deployments that I made to the devices (individually) had failed, which is why the CLI component was still there. Revising the empty deployment did fix the issue

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen