Tuesday 7 July 2015

IBM Application Performance Management - What have we got ?

This came up on my current project, and I wanted to write it down for future edification :-)

What is running ?

/opt/IBM/ITM/bin/cinfo –r

*********** Tue Jul  7 15:04:49 BST 2015 ******************
User: wasadmin Groups: wasadmin staff
Host name : esb101  Installer Lvl:06.23.03.00
CandleHome: /opt/IBM/ITM
***********************************************************
Host         Prod  PID      Owner     Start     ID    ..Status
esb101  th    8126534  wasadmin  14:56:15  None  ...running

What is installed ?

/opt/IBM/ITM/bin/cinfo

*********** Tue Jul  7 15:05:22 BST 2015 ******************
User: wasadmin Groups: wasadmin staff
Host name : esb101  Installer Lvl:06.23.03.00
CandleHome: /opt/IBM/ITM
***********************************************************

    -- CINFO Menu --
1) Show products installed in this CandleHome
2) Show which products are currently running
3) Show configuration settings
4) Exit CINFO

1

*********** Tue Jul  7 15:06:17 BST 2015 ******************
User: wasadmin Groups: wasadmin staff
Host name : esb101  Installer Lvl:06.23.03.00
CandleHome: /opt/IBM/ITM
***********************************************************
...Product inventory

ax      IBM Tivoli Monitoring Shared Libraries
         aix533  Version: 06.23.03.00

gs      IBM GSKit Security Interface
         aix523  Version: 07.40.43.00
         aix526  Version: 07.40.43.00

jr      Tivoli Enterprise-supplied JRE
         aix523  Version: 06.12.00.00
         aix526  Version: 06.12.00.00

th      ITCAM for MQ Tracking
         aix533  Version: 07.40.00.00

    -- CINFO Menu --

1) Show products installed in this CandleHome
2) Show which products are currently running
3) Show configuration settings

4) Exit CINFO

What is running ?

2

*********** Tue Jul  7 15:06:46 BST 2015 ******************
User: wasadmin Groups: wasadmin staff
Host name : esb101  Installer Lvl:06.23.03.00
CandleHome: /opt/IBM/ITM
***********************************************************

Host         Prod  PID      Owner     Start     ID    ..Status
esb101  th    8126534  wasadmin  14:56:15  None  ...running

    -- CINFO Menu --
1) Show products installed in this CandleHome
2) Show which products are currently running
3) Show configuration settings
4) Exit CINFO

What is the configuration ?

3

*********** Tue Jul  7 15:07:16 BST 2015 ******************
User: wasadmin Groups: wasadmin staff
Host name : esb101  Installer Lvl:06.23.03.00
CandleHome: /opt/IBM/ITM
***********************************************************

Configuration    Setting
th  default      "Network Protocol 3" = none
th  default      "Secondary TEMS IP.PIPE Port Number" = 1918
th  default      "Secondary TEMS IP.SPIPE Port Number" = 3660
th  default      "Secondary TEMS Log Mode" = LOGMODE
th  default      "Secondary TEMS LU Name" = LUNAME
th  default      "Secondary TEMS Net Name" = CANDLE
th  default      "Secondary TEMS IP Port Number" = 1918
th  default      "IP.PIPE Port Number" = 1918
th  default      "IP.SPIPE Port Number" = 3660
th  default      "Log Mode" = LOGMODE
th  default      "LU Name" = LUNAME
th  default      "Net Name" = CANDLE
th  default      "IP Port Number" = 1918
th  aix533       "Network Protocol 3" = none
th  aix533       "Will this agent connect to a TEMS? [1=YES, 2=NO]" = 1
th  aix533       "Configure connection for a secondary TEMS? [1=YES, 2=NO]" = 2
th  aix533       "TEMS Host Name" = dvemsapmw01
th  aix533       "Secondary TEMS IP.PIPE Port Number" = 1918
th  aix533       "Secondary TEMS IP.SPIPE Port Number" = 3660
th  aix533       "Secondary TEMS Log Mode" = LOGMODE
th  aix533       "Secondary TEMS LU Name" = LUNAME
th  aix533       "Secondary TEMS Net Name" = CANDLE
th  aix533       "Secondary TEMS IP Port Number" = 1918
th  aix533       "IP.PIPE Port Number" = 1918
th  aix533       "IP.SPIPE Port Number" = 3660
th  aix533       "Log Mode" = LOGMODE
th  aix533       "LU Name" = LUNAME
th  aix533       "Net Name" = CANDLE
th  aix533       "IP Port Number" = 1918
th  aix533       "Enter Optional Primary Network Name or 0 for "none"" = none

    -- CINFO Menu --
1) Show products installed in this CandleHome
2) Show which products are currently running
3) Show configuration settings
4) Exit CINFO

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...