<< PREVIOUS NEXT >>

 

 

TROUBLESHOOTING VSP CMS


CMS COMMON COMMANDS

CONTAINERS

  1. To verify the status of CMS pods, execute the command:

    1. kubectl get pod –n virsec

       

      image43

  2. To verify the status of CMS services, execute the command:

    1. kubectl get svc -n virsec

       

      image44

  3. To verify the status all deployments and replicas, execute the command:

    1. kubectl get all -n virsec

       

      image45

 

VM

  1. All CMS-related scripts are placed under the directory:
    <CMS_Installation_Directory>/docker-compose-files  

    1. cd <CMS_Installation_Directory>/docker-compose-files

       

  2. To view the status of CMS services, execute the command:

    1. ./status.sh

       

      image40

  3. To start CMS services, execute the command:

    1. ./start.sh

       

      image41

  4. To stop CMS services, execute the command:

    1. ./stop.sh

       

      image42

 

<< PREVIOUS NEXT >>