OMI 1.1.0
Open Management Infrastructure
v1.1.0
Release Notes
Issues Fixed in this Release
- Some files installed by OMI are now owned by the omiusers group
- omiserver.sock was removed in postuninstall on package upgrade
New Features
- OMI supports PowerShell Remoting Protocol (PSRP) over WSMan. (Requires this https://github.com/PowerShell/psl-omi-provider/releases)
Package Checksums
Package | MD5 Cshecksum |
---|---|
omi-1.1.0.ssl_098.x64.deb | 041bc7b1a2d1ed038ab3247ef8a3f4a0 |
omi-1.1.0.ssl_098.x64.rpm | 78a6ccaad9b1539e0b5ae18ec49996f9 |
omi-1.1.0.ssl_100.x64.deb | 8cb1e2e8943594a25b0193ecf8bbbea4 |
omi-1.1.0.ssl_100.x64.rpm | aa4ec80d49426cbf78bc0baf51f93189 |
omi-1.1.0.ssl_098.x86.deb | 2a89e87486aeff5a7276c727ced7a48f |
omi-1.1.0.ssl_098.x86.rpm | 600d4bd3b49576a574cc2e8767949f18 |
omi-1.1.0.ssl_100.x86.deb | 18bb5578e87322ca3b0b8e08ac0e185d |
omi-1.1.0.ssl_100.x86.rpm | d0e7ece5f7a902e6c338e35a690b70a5 |
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 or 1.0.x. (To determine your OpenSSL version, run:
openssl version
)
Installation examples:
Ubuntu 14.04 or 16.04, x64:
sudo dpkg -i ./omi-1.1.0.ssl_100.x64.deb
Red Hat Enterprise Linux, Oracle Linux, or CentOS 6/7, x64:
sudo rpm -Uvh ./omi-1.1.0.ssl_100.x64.rpm
Red Hat Enterprise Linux, Oracle Linux or CentOS 5, x86:
sudo rpm -Uvh ./omi-1.1.0.ssl_098.x86.rpm