AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

xmtopas - what is the role of this process?

  • 1.  xmtopas - what is the role of this process?

    Posted Wed December 01, 2010 03:04 PM

    Originally posted by: tech100


    is it safe to comment it in inetd.conf?
    what is the benefit of having it running in the system?

    I just know that without it, "topas -C" doesn't show status of all LPARs configured on this system...
    #AIX-Forum


  • 2.  Re: xmtopas - what is the role of this process?

    Posted Fri December 03, 2010 05:30 AM

    Originally posted by: drajarsh


    Hi

    xmtopas is a daemon which is expected to run on the LPAR from where a remote consumer can fetch performance data. e.g. topas -C is a consumer which fetches data from all LPARs that are in the same CEC as the LPAR where topas -C is running.

    topas -C contacts xmtopas on each of the LPARs that run on the same CEC via a Rsi (Remote Statistics Interface) connection, and once the connection is established, xmtopas keeps regularly sending performance metrics about its LPAR asynchronously to the remote querying (topas -C) LPAR.

    So, if you dont have xmtopas running, performance data from that LPAR can not be relayed to any other remote LPAR and that LPAR will not be seen in the topas -C output.

    Similar to topas -C there could be other consumers of xmtopas such as filtd, ITM and so on. All of these will not get the required data from the remote LPAR if xmtopas does not run on the remote LPAR. As long as there is no remote performance data collection, it is safe to comment out xmtopas in inetd.conf.

    More about xmtopas in :

    http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds6/xmtopas.htm
    More about RSI in :

    http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.prfusrgd/doc/prfusrgd/ch17body.htm

    • Rajarshi

    #AIX-Forum