WAS: Running WebSphere Application Server Performance Tuning Toolkit on Linux: Difference between revisions

From Wiki
(Criou nova página com ' 1) Check for install some 32 packages with root user # '''yum -y install libcanberra-gtk2.i686''' # '''yum -y install gtk2.i686 libXt.i686 gtk2-engines.i686 libcanbe...')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Follow these steps to install WebSphere Application Server Performance Tuning Toolkit (PTT) on Linux, in my case i using Fedora 19 64-bits.


 
1) Check for install some 32-bit packages with root user
1) Check for install some 32 packages with root user


  # '''yum -y install libcanberra-gtk2.i686'''
  # '''yum -y install libcanberra-gtk2.i686'''
  # '''yum -y install gtk2.i686 libXt.i686 gtk2-engines.i686 libcanberra-gtk2.i686 PackageKit-gtk-module.i686'''  
  # '''yum -y install gtk2.i686 libXt.i686 gtk2-engines.i686 libcanberra-gtk2.i686 PackageKit-gtk-module.i686'''  
  # '''yum -y PackageKit-gtk3-module.i686 adwaita-gtk3-theme.x86_64 adwaita-gtk2-theme.x86_64 adwaita-gtk2-theme.i686 adwaita-cursor-theme.noarch'''
  # '''yum -y install PackageKit-gtk3-module.i686 adwaita-gtk3-theme.x86_64 adwaita-gtk2-theme.x86_64 adwaita-gtk2-theme.i686 adwaita-cursor-theme.noarch'''


2) Download Performance Tuning Toolkit Package and unzip
2) Download Performance Tuning Toolkit Package and unzip
Line 35: Line 35:


  # '''/opt/PerformanceTuningToolkit2_linux32/PerfTuningToolkit'''
  # '''/opt/PerformanceTuningToolkit2_linux32/PerfTuningToolkit'''
= Ver também =
* [[WAS: Criação do Profile de Node Agent via Response File]]
* [[WAS: Verificando a versão de uma aplicação]]
* [[WebSphere Application Server|  Mais Artigos sobre WebSphere Application Server]]
* [[WebSphere Portal Server|  Mais Artigos sobre WebSphere Portal Server]]
[[Category: WebSphere Application Server]]
[[Category: WAS]]
[[Category: WebSphere Portal Server]]
[[Category: WPS]]

Latest revision as of 15:28, 27 February 2014

Follow these steps to install WebSphere Application Server Performance Tuning Toolkit (PTT) on Linux, in my case i using Fedora 19 64-bits.

1) Check for install some 32-bit packages with root user

# yum -y install libcanberra-gtk2.i686
# yum -y install gtk2.i686 libXt.i686 gtk2-engines.i686 libcanberra-gtk2.i686 PackageKit-gtk-module.i686 
# yum -y install PackageKit-gtk3-module.i686 adwaita-gtk3-theme.x86_64 adwaita-gtk2-theme.x86_64 adwaita-gtk2-theme.i686 adwaita-cursor-theme.noarch

2) Download Performance Tuning Toolkit Package and unzip

# cd /opt

# unzip PerformanceTuningToolkit2_linux32.zip


3) Download xulrunner-1.9.2.19.en-US.linux-i686.tar.bz2 from

http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.19/runtimes/

Uncompress the file

# tar -xjvf xulrunner-1.9.2.19.en-US.linux-i686.tar.bz2

4) Change the permission

# cd /opt/PerformanceTuningToolkit2_linux32

# chmod a+x PerfTuningToolkit

5) Edit the file PerfTuningToolkit.ini and add the line

-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/xulrunner

to run

# /opt/PerformanceTuningToolkit2_linux32/PerfTuningToolkit

Ver também