v1.4.3-1
Open Management Infrastructure
v1.4.3-1
Release Notes
Issues Fixed in this Release
- NoTLSv1_1 and NoTLSv1_2 options in omiserver.conf did not work on some platforms
- After upgrades, /etc/opt/omi/conf/sockets directory sometimes become incorrectly assigned to a new owner, causing omiserver not to start.
- Adding support for Ubuntu 18.04
- Adding new options (Authorized and Unauthorized) in omiserver.conf. See https://github.com/Microsoft/omi/blob/master/Unix/doc/allow-deny-handling.md for more info.
- Adding new option (agentDebugging) in omiserver.conf
- Security improvements
Package Checksums
Package | MD5 Checksum |
---|---|
omi-1.4.3-1.ssl_098.ulinux.x64.deb | 697a68aa127d062d5852579beea39369 |
omi-1.4.3-1.ssl_098.ulinux.x64.rpm | 610f12eedca6221e89760ba2953b224c |
omi-1.4.3-1.ssl_098.ulinux.x86.deb | 716b1a180792ca42f09af1af86580057 |
omi-1.4.3-1.ssl_098.ulinux.x86.rpm | 843b0e9d9d06e850e1ca802222301b2c |
omi-1.4.3-1.ssl_100.ulinux.x64.deb | bddb12619e6cbcb99ce4ec353adb70af |
omi-1.4.3-1.ssl_100.ulinux.x64.rpm | eca1da9425fdf02d0d3a8024f854350b |
omi-1.4.3-1.ssl_100.ulinux.x86.deb | ab125f925ff20a5b198e860d330b067a |
omi-1.4.3-1.ssl_100.ulinux.x86.rpm | f12f6257feddfd24c9029cafa5d55740 |
omi-1.4.3-1.ssl_110.ulinux.x64.deb | 8c335bff5ac191757efd99a5bc125ea1 |
omi-1.4.3-1.ssl_110.ulinux.x64.rpm | fa25795201558d97a7c88a814bd7c223 |
Installing OMI
RPM and DEB packages are provided for the installation of OMI on most enterprise Linux distributions. To install OMI, download the correct package for your Linux computer. Choose from:
- RPM or Debian package format
- x86 or x64 architecture
- OpenSSL version 0.9.8, 1.0.x, or 1.1.x. (To determine your OpenSSL version, run:
openssl version
)
Installation examples:
Ubuntu 14.04 or 16.04, x64:
sudo dpkg -i ./omi-1.4.3-1.ssl_100.ulinux.x64.deb
Red Hat Enterprise Linux, Oracle Linux, or CentOS 6/7, x64:
sudo rpm -Uvh ./omi-1.4.3-1.ssl_100.ulinux.x64.rpm
Red Hat Enterprise Linux, Oracle Linux or CentOS 5, x86:
sudo rpm -Uvh ./omi-1.4.3-1.ssl_098.ulinux.x86.rpm