TROUBLESHOOTING VSP CMS
CMS COMMON COMMANDS
CONTAINERS
-
To verify the status of CMS pods, execute the command:
-
kubectl get pod –n virsec
-
-
To verify the status of CMS services, execute the command:
-
kubectl get svc -n virsec
-
-
To verify the status all deployments and replicas, execute the command:
-
kubectl get all -n virsec
-
VM
-
All CMS-related scripts are placed under the directory:
<CMS_Installation_Directory>/docker-compose-files-
cd <CMS_Installation_Directory>/docker-compose-files
-
-
To view the status of CMS services, execute the command:
-
./status.sh
-
-
To start CMS services, execute the command:
-
./start.sh
-
-
To stop CMS services, execute the command:
-
./stop.sh
-