Symantec Privileged Access Management

  • 1.  CA Security Tuesday Tip: Privileged Identity Manager - How to query, stop, start services with PIM 12.9

    Posted May 12, 2015 08:44 AM

    SUMMARY

    With Privileged Identity Manager 12.9 Enterprise Manager server on linux, this is to demonstrate how to query, stop, start PIM 12.9 services.

     

    SOLUTION:

     

    .Show ENTM services status:
    /opt/CA/AccessControlServer/pimctl.sh status

    CA Privileged Identity Manager v12.90.0.0950
    Copyright (c) 2014 CA. All rights reserved.

    CA Privileged Identity Manager Message Queue        [ RUNNING ]
    CA Privileged Identity Manager Connector Server       [ RUNNING ]
    CA Privileged Identity Manager ProxyManager           [ RUNNING ]

    jboss-4.2.3.GA                                                       [ RUNNING ]
    apache-tomcat-7.0.54                                             [ RUNNING ]
    guacamole                                                             [ RUNNING ]

    CA ControlMinder Security Daemon                         [ RUNNING ]
    CA ControlMinder Watchdog Daemon                      [ RUNNING ]
    CA ControlMinder Agent Daemon                            [ RUNNING ]
    CA ControlMinder Web Service                               [ RUNNING ]
    CA ControlMinder ReportAgent                               [ RUNNING ]
    CA ControlMinder Policy Model(DMS__)                  [ RUNNING ]
    CA ControlMinder Policy Model(DH__)                     [ RUNNING ]
    CA ControlMinder Policy Model(DH__WRITER)         [ RUNNING ]
    CA ControlMinder Policyfetcher                               [ RUNNING ]
    CA ControlMinder Agent Manager                            [ RUNNING ]
    CA ControlMinder Agent Manager(AccountManager)  [ RUNNING ]
    CA ControlMinder Agent Manager(DiscoveryAgent)    [ RUNNING ]
    CA ControlMinder Agent Manager(PupmAgent)         [ RUNNING ]

     

    .Stop all ENTM services:
    /opt/CA/AccessControlServer/pimctl.sh stop

    CA Privileged Identity Manager v12.90.0.0950
    Copyright (c) 2014 CA. All rights reserved.

    Stopping CA Privileged Identity Manager
    Please wait ...................

    /opt/CA/AccessControlServer/pimctl.sh status

    CA Privileged Identity Manager v12.90.0.0950
    Copyright (c) 2014 CA. All rights reserved.

    CA Privileged Identity Manager Message Queue        [ STOPPED ]
    CA Privileged Identity Manager Connector Server       [ STOPPED ]
    CA Privileged Identity Manager ProxyManager           [ STOPPED ]

    jboss-4.2.3.GA                                                       [ STOPPED ]
    apache-tomcat-7.0.54                                             [ STOPPED ]
    guacamole                                                             [ STOPPED ]

    CA ControlMinder Security Daemon                         [ STOPPED ]
    CA ControlMinder Watchdog Daemon                      [ STOPPED ]
    CA ControlMinder Agent Daemon                            [ STOPPED ]
    CA ControlMinder Web Service                               [ STOPPED ]
    CA ControlMinder ReportAgent                               [ STOPPED ]
    CA ControlMinder Policy Model(DMS__)                  [ STOPPED ]
    CA ControlMinder Policy Model(DH__)                     [ STOPPED ]
    CA ControlMinder Policy Model(DH__WRITER)         [ STOPPED ]
    CA ControlMinder Policyfetcher                                [ STOPPED ]
    CA ControlMinder Agent Manager                             [ STOPPED ]
    CA ControlMinder Agent Manager(AccountManager)  [ STOPPED ]
    CA ControlMinder Agent Manager(DiscoveryAgent)    [ STOPPED ]
    CA ControlMinder Agent Manager(PupmAgent)         [ STOPPED ]


    .Start all ENTM services:
    /opt/CA/AccessControlServer/pimctl.sh start

    CA Privileged Identity Manager v12.90.0.0950
    Copyright (c) 2014 CA. All rights reserved.

    Starting CA Privileged Identity Manager
    Please wait ..............


    CA Privileged Identity Manager Message Queue     [ RUNNING ]
    CA Privileged Identity Manager Connector Server    [ RUNNING ]
    CA Privileged Identity Manager ProxyManager        [ RUNNING ]

    jboss-4.2.3.GA                                                    [ RUNNING ]
    apache-tomcat-7.0.54                                          [ RUNNING ]
    guacamole                                                          [ RUNNING ]

    CA ControlMinder Security Daemon                      [ RUNNING ]
    CA ControlMinder Watchdog Daemon                    [ RUNNING ]
    CA ControlMinder Agent Daemon                          [ RUNNING ]
    CA ControlMinder Web Service                              [ RUNNING ]
    CA ControlMinder ReportAgent                              [ RUNNING ]
    CA ControlMinder Policy Model(DMS__)                 [ RUNNING ]
    CA ControlMinder Policy Model(DH__)                    [ RUNNING ]
    CA ControlMinder Policy Model(DH__WRITER)        [ RUNNING ]
    CA ControlMinder Policyfetcher                               [ RUNNING ]
    CA ControlMinder Agent Manager                            [ RUNNING ]
    CA ControlMinder Agent Manager(AccountManager)  [ RUNNING ]
    CA ControlMinder Agent Manager(DiscoveryAgent)   [ RUNNING ]
    CA ControlMinder Agent Manager(PupmAgent)        [ RUNNING ]


    Thanks,

    Christian Goulard
    CA Technologies
    Sr Support Engineer



  • 2.  Re: CA Security Tuesday Tip: Privileged Identity Manager - How to query, stop, start services with PIM 12.9

    Posted Aug 20, 2015 06:50 AM

    Hi

    In our environment we are using Privileged Identity Manager 12.7 Enterprise Manager

     

    Can you please provide the steps to stop one particular service

     

    EXAMPLE

    I need to stop REPORTAGENT on linux meachine

     

    Can you please provide the steps to disable reportagent

     

    Thanks

    Moiez



  • 3.  Re: CA Security Tuesday Tip: Privileged Identity Manager - How to query, stop, start services with PIM 12.9

    Broadcom Employee
    Posted Aug 20, 2015 03:37 PM

    To terminate just the ReportAgent process (and some other agents) you can use this command (make sure the S is capital):

     

    #secons -S <agentanme>

     

    # secons -S ReportAgent

    CA ControlMinder secons v12.80.0.1432 - Console utility

    Copyright (c) 2013 CA. All rights reserved.

    terminate ReportAgent (sig=15, pid=4896, err=0)



  • 4.  RE: CA Security Tuesday Tip: Privileged Identity Manager - How to query, stop, start services with PIM 12.9

    Posted Oct 11, 2019 07:25 AM
    Hello,

    Is there an equivalent script for a manual restart on windows ENTM ?

    Regards