Skip to main content
October 17, 2014
Question

In Centos7, AMS5.0 after the service is started, can not find Server

  • October 17, 2014
  • 1 reply
  • 1109 views

Prompt me during the installation process:Your Linux distribution, RedHat i386_x64 is not supported by this Adobe Media Server installer.

    This topic has been closed for replies.

    1 reply

    Jeffrey_A_Wright
    Legend
    October 17, 2014

    Moving this discussion to the Adobe Media Server forum.

    Adobe Employee
    October 20, 2014

    Adobe media server is officially supported only on CentOS...The latest release of AMS 5.0.6 has centos 6.3 x64 as recommended platform for linux. However i have seen quite a few people installing it on other unix variants too...Please use at your own risk...BTW, CentOS is a variant of redhat...

    Please see if the following link helps you...

    Is CentOS exactly the same as RHEL? - Unix & Linux Stack Exchange

    if you still insist on trying out AMS on CentOS 7 then do it at your own risk and the procedure to install AMS on cewntos 7 would be to modify the install shell script i.e installAMS and add your centos release to it in following function

    # check distribution

    check_distro () { ...}

    e.g add the following line

    cd_check "CentOS Linux release 7" /etc/redhat-release centos-7-i686

    to the function inside that shell script file.