---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Upgrade ACC on a Linux system

# Upgrade Agent Client Collector on a Linux system {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Upgrade your existing Agent Client Collector version on a system
running a Linux OS if the single-line command script is not connected to the instance or you
want to use enhanced customization options.

## Vorbereitungen

* The upgrade procedure is the same for both MID Server and MID-less deployments.
* Role required: agent_client_collector_admin
{#acc-linux-upgrade__ul_j1z_sw5_zfc}

## Prozedur

1. **Wahlweise:** Back up sensitive files by running the following command.  

       tar -Pcvzf /root/acc_backup.tar.gz /etc/servicenow/agent-client-collector \
       /var/cache/servicenow/agent-client-collector/agent_now_id \
       /usr/lib/systemd/system/acc.service

2. Download the .rpm/.deb agent package and signature files, as described in [Install Agent Client Collector on a Linux system](https://servicenow-prod.fluidtopics.net/P3hFFU2wxLzRWTyYbMJyzg "Install Agent Client Collector using a package distribution tool. Prior to installing, you can manually install the Agent Client Collector on a few machines to ensure that your agents contain the correct policies and checks before installing a large number of agents.").
3. Upgrade the package.
   * In an RPM-based system:`rpm -Uv agent-client-collector-<version number>-x86_64.rpm`

   * In a DEB-based system:`dpkg -i agent-client-collector-<version number>-<distro>_amd64.deb`

   {#acc-linux-upgrade__choices_ghn_s5q_pvb}
4. Restore the systemd service file (if you customized the file), using either an automation tool or by reloading systemd configuration.  

       tar -C / -Pxvzf /root/acc_backup.tar.gz usr/lib/systemd/system/acc.service

       systemctl daemon-reload

5. Change the owner:group setting to the correct one by running the following command.  

       chown -R servicenow:servicenow /{etc,var/cache,var/log,usr/share}/servicenow/agent-client-collector

6. Restart the service and verify that it connects to its backend-url.  

       systemctl restart acc
       tail -f /var/log/servicenow/agent-client-collector/acc.log

{#acc-linux-upgrade__steps_im2_ln4_fwb}

