WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Help with ISA Data Collector Tool

    Posted 02/07/13 04:21 PM
    Hi, 

    I need help regarding running the ISADC in Linux.
    -->First of all can I run this tool under  /opt/IBM/Websphere/Appserver/ or under /opt/IBM/WebSphere/AppServer/profiles/profile_(node, dmgr, appsrvr)/

    Also when I run the tool under  /opt/IBM/WebSphere/AppServer/profiles/profile_(node, dmgr, appsrvr)/ I am getting the following error 

    -bash: ./isadc.sh: Permission denied

    Any help with this??

    Thanks!
    Ksn 


  • 2.  Help with ISA Data Collector Tool

    Posted 02/08/13 03:53 AM
    Hi Ksn,

      You need to check your permisions to execute the file.
     
      Type:

        ls -la /opt/IBM/WebSphere/AppServer/profiles/profile_(node, dmgr, appsrvr)/isadc.sh
        
        And check the owner and group of the file
        
        rwxr-xr-x  OWNER GROUP isadc.sh
        
        You need x (execute) rights in OWNER or GROUP
        
        if you haven't change it. To change the permision (basically) you need to be OWNER or superuser like root.
        
         chmod 750     /opt/IBM/WebSphere/AppServer/profiles/profile_(node, dmgr, appsrvr)/isadc.sh
        
        Hope this helps,
        
    Kind regards


  • 3.  Help with ISA Data Collector Tool

    Posted 03/05/13 01:22 PM
    Thanks Gabriel for the reply. It worked.