OMS Agent for Linux – v1.4.4-210

Chiyo OdikaAZURE, Linux, Microsoft Operations Management Suite, OMSLeave a Comment

Version 1.4.4-210 of the OMS agent for Linux is now generally available. This update includes a couple of bug fixes, and new features.

New Features

  • This agent version updates SCX from v1.6.3-474 in previous GA release to v1.6.3-527.
  • This release also updates OMI to v1.4.2

clip_image001

Fixes

  • DSC resource and module “class not found” error due to DSC OMI provider registration.
  • Azure metadata auto injection. Honoring vmResourceID setting if specified by the user.
  • OMI cron job generating email every minute due to keytab not being present on some distros where cron tab fails.

SOURCE: Github

Install OMS Agent for Linux-v1.4.4-210

For x86 Architecture (32-bit) systems:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.4-210/omsagent-1.4.4-210.universal.x86.sh
sha256sum ./omsagent-1.4.4-210.universal.x86.sh
sudo bash omsagent-1.4.4-210.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>

For x64 Architecure (64-bit) systems:

cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.4-210/omsagent-1.4.4-210.universal.x64.sh
sha256sum ./omsagent-1.4.4-210.universal.x64.sh
sudo bash omsagent-1.4.4-210.universal.x64.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>

Where WORKSPACE_ID Is the ID for your OMS workspace, and the SECRET_KEY is the relevant key for your OMS workspace.

To determine your OMS workspace ID and primary key:

  1. Sign into your OMS Workspace
  2. From the Overview page, click on Settings
  3. In the Settings page, click on Accounts -> Workspace Information.

image

Cheers!

The following two tabs change content below.
Strategist. Technologist. Skeptic. Friend.
Chiyo OdikaOMS Agent for Linux – v1.4.4-210