I’m thrilled to announce that I’ve finished work on a book on Microsoft OMS and related Azure services. The book is part of the Cookbook series from publisher, Packt, and is titled Microsoft Operations Management Suite Cookbook. The book hasn’t been published yet, but is likely en-route to the presses and will be available in a few days. Those who know me know of my passion for building solutions to provide fundamental business value, and I’m happy to be able to share some ideas about how to accomplish aspects of this core proposition using the Microsoft Azure platform and Microsoft OMS. This project was especially interesting given the spate of releases to the OMS and underlying Azure services, and capabilities … Read More
OMS Agent for Linux – v1.4.4-210
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 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:
1 2 3 4 |
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:
1 2 3 4 |
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, … Read More
Meet GDPR Compliance requirements with OMS
In April 2016, a European privacy law, the General Data Protection Regulation (GDPR) was approved and is due to take effect in May 2018. GDPR is being touted as the most important change in data privacy regulation in over two decades, and it imposes new data privacy rules on companies, government agencies, and any organizations that do business in and with the European Union (EU). This is of particular significance because of the positive implications of such a regulation on data privacy, the benefits of the inevitable shift in the way organizations across the region and business partners around the world will now approach data privacy, and because non-compliant organizations could be subject to hefty fines, as is often the … Read More
OMS Agent for Linux Update – v1.4.3-174
Version 1.4.3-174 of the OMS agent for Linux is now generally available. This updates includes a couple of bug fixes, and new features. New Features A new version of the SCX (v1.6.3-474) is now available. This is the OMI CIM providers for OS perf. metrics. The OMI is also updated to v.1.4.1 in this release. Fixes • OMI memory leak related bug fixes• Disable Syslog data collection by default• Available memory performance counter fix for system kernel 3.14+• SCOM OMI port reset (fix requires two releases of agent to fully support all possible combinations of upgrade scenarios)• OMS linux agent diagnostic logging improvements• Documentation improvements SOURCE: Github Install OMS Agent for Linux-v1.4.3-174 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.3-174/omsagent-1.4.3-174.universal.x86.sh sha256sum ./omsagent-1.4.3-174.universal.x86.sh sudo bash omsagent-1.4.3-174.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 … Read More
OMS Agent for Linux Patch – v1.4.2-125
Version 1.4.2-125 of the OMS agent for Linux is now generally available. This updates includes a couple of bug fixes, but introduces no new features. Bug Fixes DSC (omsconfig) package hangs causing Update management, Change tracking and other Linux data stop flowing to OMS. Heartbeat fix to unblock Fairfax customer SOURCE: Github Install OMS Agent for Linux-v1.4.1-123 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-125/omsagent-1.4.2-125.universal.x86.sh sha256sum ./omsagent-1.4.2-125.universal.x86.sh sudo bash omsagent-1.4.2-125.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 Architecure (64-bit) systems:
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.2-125/omsagent-1.4.2-125.universal.x64.sh sha256sum ./omsagent-1.4.2-125.universal.x64.sh sudo bash omsagent-1.4.2-125.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 … Read More
Multi-line Queries Now in OMS Log Search Editor
Fans of multi-line queries rejoice! The OMS/ Log Analytics Log Search editor now supports multi-line queries. Even before the new Log Analytics search language was introduced, the constraints of the Log Search editor field were quite apparent. This has been a sorely needed feature in Log Search, and I imagine that ardent users of the query language heaved a collective sigh of relief when the Analytics portal was introduced with multi-line query support. With the introduction of the Analytics portal, which supports multi-line queries and advanced analytics capabilities, the analytics possibilities seem endless. It’s also worth noting that in addition to the multi-line query support, Log Search editor also features intellisense providing query suggestions as you type. The editor … Read More
OMS Agent for Linux Patch – v1.4.2-124
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!
OMS Agent for Linux – v1.4.1-123
Version 1.4.1-123 of the OMS agent for Linux is now generally available. This update introduces a couple of new features and bug fixes. New Features Set default process limit for the omsagent user upon installing OMSAgent Mask sensitive certificate and key information in verbose onboarding logging Bug Fixes Disallow generation of multiple OMSConsistencyInvoker processes Eliminate python processes from DSC Remove unneeded commands configured for root permissions Decrease frequency of DSC consistency invoker runs to decrease churn SOURCE: Github Install OMS Agent for Linux-v1.4.1-123 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.1-123/omsagent-1.4.1-123.universal.x86.sh sha256sum ./omsagent-1.4.1-123.universal.x86.sh sudo bash omsagent-1.4.1-123.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 Architecure (64-bit) systems:
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.1-123/omsagent-1.4.1-123.universal.x64.sh sha256sum ./omsagent-1.4.1-123.universal.x64.sh sudo bash omsagent-1.4.1-123.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 … Read More
OMS Agent for Linux – v1.4.1-45
Version 1.4.1-45 of the OMS agent for Linux was released a couple of days ago, and is now generally available. This update introduced a couple of new features and some bug fixes. New Features Update OMI version to 1.3.0-2, update SCX version to 1.6.3-326 Update Docker provider to 1.0.0-27 (Kubernetes event monitoring and hierarchy inventory) More accurate functionality to determine if SCOM port is open with omiconfigeditor Fixes Ensure operational events are compatible with multi-homing folder structure Allow all valid OMS workspace processes to restart after –remove and –upgrade Re-onboard smoothly if omsadmin.conf has gone into a blank state SOURCE: Github Install OMS Agent for Linux-v1.4.1-45 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.1-45/omsagent-1.4.1-45.universal.x86.sh sha256sum ./omsagent-1.4.1-45.universal.x86.sh sudo bash omsagent-1.4.1-45.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 Architecure (64-bit) systems:
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.1-45/omsagent-1.4.1-45.universal.x64.sh sha256sum ./omsagent-1.4.1-45.universal.x64.sh sudo bash omsagent-1.4.1-45.universal.x64.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
Where WORKSPACE_ID … Read More
OMS Agent for Linux – v1.4.0-45
Version 1.4.0-45 of the OMS agent for Linux is now generally available. This update introduces a new feature and some bug fixes. New Features Additional error codes and messaging when onboarded for better troubleshooting. Fixes When onboarding or upgrading to a newer version, we do not overwrite the time stamp of configuration files. Better handling of omsagent installation when netstat tool is not present. SOURCE: Github Install OMS Agent for Linux-v1.4.0-45 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.0-45/omsagent-1.4.0-45.universal.x86.sh sha256sum ./omsagent-1.4.0-45.universal.x86.sh sudo bash omsagent-1.4.0-45.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY> |
For x64 Architecure (64-bit) systems:
1 2 3 4 |
cd ~ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_GA_v1.4.0-45/omsagent-1.4.0-45.universal.x64.sh sha256sum ./omsagent-1.4.0-45.universal.x64.sh sudo bash omsagent-1.4.0-45.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 … Read More