...
Matt started problem-tracking page:
From Doug Olson
...
Code Block |
---|
STAR users have access to /project/projectdirs/star and this area is visible from all NERSC systems (both carver and PDSF and the data transfer nodes). Best way to transfer data from BNL to the project area would be through the data transfer nodes: http://www.nersc.gov/nusers/systems/datatran/ but there are lots of options. |
From Matt - how to add cron tab job
Code Block |
---|
Here are some commands for inserting things into cron.
There is a directory called /etc/cron.daily which where you can put scripts that will run once per day.
For instance, you can put a controller script doResetDB.sh in that directory that runs resetDB.sh
with the right arguments. Make sure to make it executable.
You can control when the script will run by editing the line in /etc/crontab that
says "run-parts /etc/cron.daily". I didn't look in any of your machines, but the ones I have are
setup to run at 4:02 every morning.
Controlling this behavior is as easy as moving the script in and out of the /etc/cron.daily directory.
|
bbbb