DX NetOps

 View Only
  • 1.  mysql process in Performance Center

    Posted Feb 04, 2020 08:35 AM
    ​I am using DX PM version 3.7.3 and trying to stop mysqld process running on Performance Center VM.
    Is there a way to gracefully stop below process and start it again. what is pre-requisite to be followed?

    mysql     2215  1514  0 Jan31 ?        00:27:06 /opt/CA/MySql/bin/mysqld --basedir=/opt/CA/MySql --datadir=/opt/CA/MySql/data --plugin-dir=/opt/CA/MySql/lib/plugin --user=mysql --log-error=bal1109prd005.err --pid-file=/opt/CA/MySql/data/bal1109prd005.pid --socket=/opt/CA/MySql


  • 2.  RE: mysql process in Performance Center

    Broadcom Employee
    Posted Feb 10, 2020 03:48 PM
    Hi Gaurav,  
    This seems to be with CA PC, Please ask the question in  "DX NetOps" communities. 
    from Communities -> Enterprise Software -> AIOps -> DX NetOps.

    PS; In the past we used to be able to transfer the thread to the correct group. 

    Thanks,
    Yanna


  • 3.  RE: mysql process in Performance Center

    Community Manager
    Posted Feb 11, 2020 11:28 AM

    Hello Gaurav,

    I will move it to the right community.

    Thanks

    Diane



    ------------------------------
    Diane Craddock
    Community Manager, Broadcom Enterprise Software Division
    Broadcom Inc.
    ------------------------------



  • 4.  RE: mysql process in Performance Center
    Best Answer

    Broadcom Employee
    Posted Feb 12, 2020 09:36 AM
    You will want to first shut down all the CAPC processes as they are using the mysql database. You can use systemctl or services commands to stop/start/restart 

    systemctl stop mysql
    systemctl start mysql

    service mysql stop 
    service mysql start 

    Note: restart and status are also valid options for either command.