Security Operations using ARC Control Tool

This page collects general information about security operations.

Finding jobs submitted by DN

In case it is necessary to find all the jobs belonging to a specific user, the following command may be run by the local CE admin:

[root ~]# arcctl job list --owner <DN>

Killing jobs submitted by DN

In case you need to kill all jobs owned by a specific user, identified by a certain certificate DN:

[root ~]# arcctl job killall --owner <DN>

Removing jobs submitted by DN

Warning

Do not do this before any needed forensics have been performed

In case you want to remove all files related to a jobs run by a specific user:

[root ~]# arcctl job cleanall --owner <DN>