This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Checking vocms machines
Sharad Agarwal edited this page Apr 6, 2020
·
5 revisions
Use htop/top command on the machine's terminal to see running processes under the user cmsunified.
alternatively to check the shell script running, go to /data/unified/WmAgentScripts folder and search for .lock files.
ll | grep .lock
Match the file name with the acron jobs list.
kill the processes running for more than a few hours and check the lock file again. If it exists, remove the .lock file using rm command.
run puppet agent in the machine:
sudo su -
puppet agent -tv