Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Labels are assigned to devices during installation, allowing you to group devices for easier identification and management. Once a label is assigned, you can quickly locate and manage all devices associated with that label.

GYTPOL Sensor Location

  1. Navigate to “System Health” screen located in the “Settings” section.

image-20241017-091708.png
  1. Download the GYTPOL Sensor for your respective operating system using the download icon.

  2. After downloading, you can deploy the sensor using any deployment tool available. To assign labels to devices, follow these guidelines:

    • Labels must be 2-32 characters long.

    • Labels can only include letters, numbers, underscores, or hyphens.

    • Only one label can be assigned per device.

Deployment examples and arguments:

Windows

Label: accounting

Path to the MSI installation file (including the file name): c:\GYTPOL\gytpolClient_x64.msi

Installation command with the accounting label: msiexec /i c:\GYTPOL\gytpolClient_x64.msi LABEL=accounting

Linux (DEB)

Label: engineering

Path to the DEB installation file (including the file name): /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb

Installation command with the engineering label: sudo dpkg -i /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb && sudo /opt/gytpol/gytlnx -set-labels engineering

Linux (RPM)

Label: healthcare

Path to the RPM / DEB installation file (including the file name): /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.rpm

Installation command with the healthcare label: sudo rpm -ivh /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb && sudo /opt/gytpol/gytlnx -set-labels healthcare

macOS

Label: devops

Path to the RPM / DEB installation file (including the file name): /opt/gytpol/1.27.1.22_126/gytpol-client-1.27.1.22-126_arm64.pkg

Installation command with the devops label: sudo /usr/sbin/installer -pkg /opt/gytpol/1.27.1.22_126/gytpol-client-1.27.1.22-126_arm64.pkg -target / && sudo /opt/gytpol/gytmac -set-labels devops

  • No labels