AIX

AIX

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


#Power
 View Only
  • 1.  control m agent

    Posted Thu March 10, 2011 08:17 AM

    Originally posted by: silusanis


    Hi.
    have AIX 5.3 server. We instal control-M agent in our servers as a part of the post build. Unfortunately, we do not have any documentation to trouble shoot the process of ctmagent.
    The package we install is AIX_5.3_BMC_CTRLM_6.3.01.400_I_2

    /osmf/mgmt/scheduler/ctmagent #> cat installed-versions.txt

    PIM PLATFORM PACKAGE DATE INSTALL DATE VERSION INSTALL TYPE COMMENTS

    ________________________________________________________________________________________________________________________

    DRKAI.6.3.01 AIX Dec-04-2006 Sep-25-2009 6.3.01.000 INSTALLATION

    PAKAI.6.3.01.400 AIX Nov-12-2008 Sep-25-2009 6.3.01.400 FIXPACK CONTROL-M/Agent FIXPACK 4

    /osmf/mgmt/scheduler/ctmagent #>

    /osmf/mgmt/scheduler/ctmagent/ctm/scripts #> ll
    total 136
    -rwxr-xr-x 1 ctmagent controlm 7575 02 Jul 2006 ag_diag_comm
    -rwxrwxrwx 1 ctmagent controlm 556 25 Sep 2009 rc.agent_user
    -rwxr-xr-x 1 ctmagent controlm 10055 14 Mar 2007 shagent
    -rwxr-xr-x 1 ctmagent controlm 3274 08 Mar 2005 sharch
    -rwxr-xr-x 1 ctmagent controlm 15507 06 Jul 2008 shut-ag
    -rwxr-xr-x 1 ctmagent controlm 17328 02 Jul 2008 start-ag
    -rwxrwxrwx 1 ctmagent controlm 938 27 Dec 2004 VERSION
    /osmf/mgmt/scheduler/ctmagent/ctm/scripts #> ./start-ag

    Enter CONTROL-M/Agent UNIX username ctmagent:

    Enter CONTROL-M/Agent Process Name <AG|AT|AR|ALL> ALL:
    The PERSISTENT_CONNECTION configuration parameter is missing. exiting.
    /osmf/mgmt/scheduler/ctmagent/ctm/scripts #>

    In /etc/rc.d/rc2.d i have this:

    lrwxrwxrwx 1 root system 25 07 Oct 23:11 S99controlm -> /etc/rc.d/init.d/rc_agent

    /etc/rc.d/rc2.d #> /etc/rc.d/init.d/rc_agent start
    The PERSISTENT_CONNECTION configuration parameter is missing. exiting.
    /etc/rc.d/rc2.d #>
    /etc/rc.d/rc2.d #> ps -ef | grep -i ctm
    root 651292 909390 0 10:50:03 pts/0 0:00 grep -i ctm
    root:@rj38cmd102:/etc/rc.d/rc2.d #>
    How to start the process and let it be running?

    I would like it to be something like this:
    #> ps -ef |grep -i ctm
    root 512032 1323258 0 10:25:38 vty0 0:00 grep -i ctm
    ctmagent 1253518 249892 0 09:37:26 vty0 0:00 -sh
    #>

    Thank you
    #AIX-Forum


  • 2.  Re: control m agent

    Posted Thu March 10, 2011 08:31 AM


  • 3.  Re: control m agent

    Posted Thu March 10, 2011 11:57 AM

    Originally posted by: silusanis


    ok..thanks
    #AIX-Forum


  • 4.  Re: control m agent

    Posted Thu March 10, 2011 12:02 PM

    Originally posted by: silusanis


    corrupot config.dat file.
    #AIX-Forum