DX Application Performance Management

  • 1.  CLW Command List all agents

    Posted Nov 28, 2018 12:45 AM

    Hi Team

    When running this command to list all agents getting these errors,attaching a screenshot,where am I wrong please guide.

    Thanks



  • 2.  Re: CLW Command List all agents

    Broadcom Employee
    Posted Nov 28, 2018 03:26 AM

    Hi,

     

    You are missing the user credentials, the command should be something like:

     

    java -Xmx512M -Duser=<username> -Dpassword=<userpassword> -Dhost=<em-hostname/ip>-Dport=<em-port> -jar CLWorkstation.jar list agents matching (.*)

    You might need to increase xmx

    Regards,

    Sergio


  • 3.  Re: CLW Command List all agents

    Posted Nov 28, 2018 03:58 AM

    Hi Thanks

     

    But still getting the same error the same command runs perfectly on the EM installed on other server.

    Only this EM is showing these errors when the command is executed.

     

    Thanks



  • 4.  Re: CLW Command List all agents
    Best Answer

    Broadcom Employee
    Posted Nov 28, 2018 04:08 AM

    Maybe is the amount of agents, try to run a small query, for example list of MM:

     

    list management modules matching (.*)

     

    If the problem persists, try to enable VERBOSE logging on the EM side and review the logs, hopefully you will get more meaningful messages