Skip to main content
Participant
April 29, 2013
Answered

How to know version of AMS

  • April 29, 2013
  • 2 replies
  • 604 views

Hello AMS community.

I'd like to know how to know version of AMS installed on a client's server. I Guess I could find it in opt/adobe/fms but I didn't success to find it (I looked in conf and licence file).

Thanks for your help

    This topic has been closed for replies.
    Correct answer Michael_Kennedy__12345_

    The getLicenseInfo admin API call gives this information:

    http://help.adobe.com/en_US/adobemediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.2.3.html#WS5b3ccc516d4fbf351e63e3d11a0d3edb98-7fb2AdminAPI.2.3

    Its also printed at the top of the log files:

    [root@ams ~]# sed -n '3p' /mnt/logs/admin.00.log

    #Software: Adobe Media Server 5.0.1 r1076 x64

    2 replies

    Inspiring
    April 29, 2013

    The getLicenseInfo admin API call gives this information:

    http://help.adobe.com/en_US/adobemediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.2.3.html#WS5b3ccc516d4fbf351e63e3d11a0d3edb98-7fb2AdminAPI.2.3

    Its also printed at the top of the log files:

    [root@ams ~]# sed -n '3p' /mnt/logs/admin.00.log

    #Software: Adobe Media Server 5.0.1 r1076 x64

    Participant
    April 29, 2013

    Hey,

    I found version in documentation folder.