Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

How to manage Livepatch on-prem fleet

Livepatch server stores information about the status of machines attached to it. This can be used to identify machines which failed to apply patches.

$ livepatch-admin report machines <tier> [<patch-version>] [<patch-state>]

The output of this command will contain a list of machines, along with their machine IDs and additional information.

is one of:

  • applied
  • apply-failed
  • unapplied
  • needs-check
  • nothing-to-apply
  • unknown
  • check-failed
  • applied-with-bug
  • Kernel-upgrade-required

Note that the machine IDs correspond to unique livepatch clients. To associate each client system with the machine ID you can run the command below on the client.

$ cat /etc/machine-id

This page was last modified 1 year, 21 days ago. Help improve this document in the forum.