Autobot: Automating activities on Unity with cron and at

When using the Unity Cluster service you may want to look at automating your processes. A login service has been created to handle automatic requests and procedures.  This server provides the ability to use the at and cron commands with Unity.

The unity-autobot server should be used for automation that you want to occur at a specific time. Examples include downloading a daily dataset, or scheduling a job on the cluster to happen daily or weekly.

The autobot system is not meant for heavy computation and is very limited on CPU/memory.  It is not meant to replace the cluster job scheduler for automation. To connect to autobot system in order to set up your at or cron job:

$ ssh name.#@unity-autobot.asc.ohio-state.edu 

(on campus or via VPN access)

The Wikipedia page and a video on using at:

 

The Wikipedia page and a video on using cron:

Details

Article ID: 98746
Created
Wed 2/19/20 10:47 AM
Modified
Mon 2/22/21 10:00 PM

Related Articles (2)

Examples of basic uses of Unity.
The very first steps to get started with Unity.