A patch as been released for the OMS Agent for Linux. Version 1.4.2-124 introduces no new features, but fixes a bug relating to the onboarding of the diagnostic agent.
Fixes
Diagnostic agent onboarding
Install OMS Agent for Linux – v1.4.2-124
For x86 Architecture (32-bit) systems:
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.2-124/omsagent-1.4.2-124.universal.x86.sh sha256sum ./omsagent-1.4.2-124.universal.x86.sh sudo bash omsagent-1.4.2-124.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 Architecture (64-bit) Systems
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.2-124/omsagent-1.4.2-124.universal.x64.sh sha256sum ./omsagent-1.4.2-124.universal.x64.sh sudo bash omsagent-1.4.2-124.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:
- Sign into your OMS Workspace
- From the Overview page, click on Settings
- In the Settings page, click on Accounts -> Workspace Information.
Cheers!
The following two tabs change content below.
Chiyo's expertise spans multiple platforms. He holds Microsoft Private Cloud, and Server Infrastructure certifications, and avidly enjoys working on deployments of Microsoft's Server and Cloud Platforms, including Microsoft Systems Center, Windows Server, and Microsoft Azure.
Latest posts by Chiyo Odika (see all)
- Coming soon – Microsoft OMS book - April 17, 2018
- Speaker at the CSMUG - March 26, 2018
- OMS Agent for Linux – v1.4.4-210 - February 23, 2018