How to deploy/install diagtool to collect traces What is Web diagtool :Web Diagtool is a standalone tool used for collecting server traces for SAP AS Java 6.40, 7.00, 7.01, 7.02, 7.10, 7.11. How to install/deploy this tool :Download web_diatool.sda from SAP note 1045019 and install it in your SAP system. Steps to deploy/install this tool To deploy on 6.40 or 7.00 server version use SDM. To deploy on 7.10 or 7.11 server version use deploy via telnet. We will install this tool in SAP JAVA 7.11 system using telnet. 1..Dowload web_diatool.sda from SAP note 1045019 and copy it at /usr/sap/trans/EPS/in and connect to Telnet Administration Command to connect via telnet to SAP AS Java: >telnet <J2EE-Server-Host> 5<Instance>08 example: >telnet localhost 51008 OR telnet 0 51008 , where 10 is the instance number. ![]() 2. Login with j2ee_admin account and give following command to deploy the sda : >deploy /usr/sap/trans/EPS/in/web_diatool.sda ![]() 3. Now the tool is installed ,open a new browser window and enter following URL to launch the tool: Flash based User interface : http://<host>:<port>/diagtool/tc Non flash UI - http://<host>:<port>/diagtool You need to log in with user, having authorization equal to administrator. ![]() Reference : Note 1045019 - Web diagtool for collecting traces |