-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internals - crontab is now customized with MACHINENAME
- Loading branch information
Showing
14 changed files
with
122 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Account Administration | ||
|
||
{% include 'include/crontabs.md' %} | ||
{% include 'include/vista-crontab.md' %} | ||
|
||
{% include 'include/tacctips.md' %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Crontabs | ||
|
||
TACC allows cronjobs but be aware that crontab files are unique to the login node where they were created and are not shared across the login nodes. Crontab files are not allowed on the compute nodes. | ||
|
||
!!! note | ||
All TACC HPC systems host multiple login nodes. When you login, your connection is routed to the next available login node via round-robin DNS. This practice balances the user load across the system. | ||
|
||
When creating a crontab file, use the `hostname` command to determine your exact location, and make note of it: | ||
|
||
```cmd-line | ||
$ hostname | ||
login2.MACHINENAME.tacc.utexas.edu | ||
``` | ||
|
||
Similarly you can always connect to that login node by specifying its full domain name: | ||
|
||
```cmd-line | ||
localhost$ ssh login2.MACHINENAME.tacc.utexas.edu | ||
``` | ||
|
||
!!! important | ||
As with any computation, ensure that cronjobs are run only on the compute nodes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Crontabs | ||
|
||
TACC allows cronjobs but be aware that crontab files are unique to the login node where they were created and are not shared across the login nodes. Crontab files are not allowed on the compute nodes. | ||
|
||
!!! note | ||
All TACC HPC systems host multiple login nodes. When you login, your connection is routed to the next available login node via round-robin DNS. This practice balances the user load across the system. | ||
|
||
When creating a crontab file, use the `hostname` command to determine your exact location, and make note of it: | ||
|
||
```cmd-line | ||
$ hostname | ||
login2.lonestar6.tacc.utexas.edu | ||
``` | ||
|
||
Similarly you can always connect to that login node by specifying its full domain name: | ||
|
||
```cmd-line | ||
localhost$ ssh login2.lonestar6.tacc.utexas.edu | ||
``` | ||
|
||
!!! important | ||
As with any computation, ensure that cronjobs are run only on the compute nodes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Crontabs | ||
|
||
TACC allows cronjobs but be aware that crontab files are unique to the login node where they were created and are not shared across the login nodes. Crontab files are not allowed on the compute nodes. | ||
|
||
!!! note | ||
All TACC HPC systems host multiple login nodes. When you login, your connection is routed to the next available login node via round-robin DNS. This practice balances the user load across the system. | ||
|
||
When creating a crontab file, use the `hostname` command to determine your exact location, and make note of it: | ||
|
||
```cmd-line | ||
$ hostname | ||
login2.stampede3.tacc.utexas.edu | ||
``` | ||
|
||
Similarly you can always connect to that login node by specifying its full domain name: | ||
|
||
```cmd-line | ||
localhost$ ssh login2.stampede3.tacc.utexas.edu | ||
``` | ||
|
||
!!! important | ||
As with any computation, ensure that cronjobs are run only on the compute nodes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Crontabs | ||
|
||
TACC allows cronjobs but be aware that crontab files are unique to the login node where they were created and are not shared across the login nodes. Crontab files are not allowed on the compute nodes. | ||
|
||
!!! note | ||
All TACC HPC systems host multiple login nodes. When you login, your connection is routed to the next available login node via round-robin DNS. This practice balances the user load across the system. | ||
|
||
When creating a crontab file, use the `hostname` command to determine your exact location, and make note of it: | ||
|
||
```cmd-line | ||
$ hostname | ||
login2.vista.tacc.utexas.edu | ||
``` | ||
|
||
Similarly you can always connect to that login node by specifying its full domain name: | ||
|
||
```cmd-line | ||
localhost$ ssh login2.vista.tacc.utexas.edu | ||
``` | ||
|
||
!!! important | ||
As with any computation, ensure that cronjobs are run only on the compute nodes | ||
|
||
|