MID server process compatible Linux OS version

LOO1
Tera Contributor

RHEL9 just released lately. Does MID server process supports RHEL9?Please advise

1 REPLY 1

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi,

The documentation stated "Linux Red Hat 6 and above" so it should be supported. 

  • Linux Red Hat 6 and above

https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/product/mid-server/reference/r_...

MID server is just a Java server so the actual requirements is probably more about if the environment supports the version of Java and required libraries.

Testing showed that the MID Server works as expected with Oracle Java 11 version 11.0.5 and Oracle JRE 8 version 1.8.0_231. 

Note: Linux MID Servers require glibC version 2.17. The library must be updated for JRE 11. On 64-bit Linux systems, you must install the 32-bit GNU C library (glibc). The installation command for CentOS is: yum install glibc.i686