Enabling LogColorizer in Vm

The below steps will make the ATGLogColorizer to work in VM
  1. Download the Unix variant of ATGLogColorizer from this site http://atglogcolorizer.sourceforge.net/. After downloading rename ATGLogColorizer_v1_2 to ATGLogColorizer.
  2. Move the file to an appropriate folder say /home/oracle/LogColorizer. Provide executable permission to file ATGLogColorizer either through chmod or by right clicking the file, go to properties->permissions and click the check box 'Allow executing file as program'.
  3. Now go to folder /etc/yum.repos.d
    $ cd /etc/yum.repos.d
  4. Execute the following command to edit the file public-yum-ol6.repo
    $ sudo vi public-yum-ol6.repo
  5. Change enable=1 for [ol6_latest] and save the file, screenshot below.
  6. Execute the following command to install the 32-bit version of libstdc++
    $ sudo yum install libstdc++.i686
    (press 'y' when it is prompt for)
  7. Once the installation is successfully completed go to folder /home/oracle/truscripts and edit the files truProduction.sh and truPublishing.sh to plug ATGLogColourizer. Please refer the below screenshot.
  8. Run the file truProduction.sh or double click the Production Icon in the desktop to see whether the ATGLogColorizer is working.
  9. To avoid any accidental installation or updates it is good to change the enable flag back to 0 (enable=0) for [ol6_latest] in file public-yum-ol6.repo.
    $ cd /etc/yum.repos.d
    $ sudo vi public-yum-ol6.repo
    (change enable=0 and save the file), like below.

No comments:

Post a Comment