Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Checking vocms machines

Sharad Agarwal edited this page Apr 6, 2020 · 5 revisions

Check running processes

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.

some important links to check machines and puppet reports:

http://judy.cern.ch

http://openstack.cern.ch

run puppet agent in the machine:

sudo su -
puppet agent -tv
Clone this wiki locally