Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 739 Bytes

proc_applying-errata-to-hosts-centos7-debian-sles-ubuntu.adoc

File metadata and controls

24 lines (22 loc) · 739 Bytes

Applying Errata to Hosts Running {os_name} {os_major}

CLI procedure
  1. List all errata for the host:

    # hammer host errata list \
    --host client.example.com
  2. Apply the most recent erratum to the host. Identify the erratum to apply using the erratum ID:

    # hammer job-invocation create \
    --feature katello_errata_install \
    --inputs errata=ERRATUM_ID1,ERRATUM_ID2 \
    --search-query "name = client.example.com"