Skip to main content
September 24, 2014
Question

AMSCheck command doesn't seem to go through

  • September 24, 2014
  • 1 reply
  • 350 views

With Adobe Media Server 5, we'd like to use the command "AMSCheck" to check the server status, etc., but this command doesn't seem to go through. We tried searching for it using the "find" command, but there was no result.

-------------------------------------------------

[root@hostname /]# AMSCheck --host hostname

-bash: AMSCheck: command not found

[root@hostname /]#

[root@hostname /]#

[root@hostname /]# find / -name *AMSCheck*

[root@hostname /]#

--------------------------------------------------

Can someone tell us what we're doing wrong?

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    September 25, 2014

    It should be in <AMS-install-root>/tools folder e.g /opt/adobe/ams/tools if the installation was the default installation.

    Also be sure of the case sensitivity of the file name on linux i.e

    find / -iname *AMScheck*