SGE_ALIASES(5) | Grid Engine File Formats | SGE_ALIASES(5) |
sge_aliases - Grid Engine path aliases file format
The Grid Engine path aliasing facility provides administrators and users with the means to reflect complicated and inhomogeneous file system structures in distributed environments (such as user home directories mounted under different paths on different hosts) and to ensure that Grid Engine is able to locate the appropriate working directories for executing batch jobs.
There is a system global path aliasing file and a user-local file. sge_aliases defines the format of both:
If the qsub(1)
-cwd flag is specified (and only if - otherwise the user's home
directory on the execution host is selected to execute the job), the path
aliasing mechanism is activated, and the files are processed as follows:
The following is a simple example of a path aliasing file resolving problems with inhomogeneous paths if automount(8) is used:
===================================================== # Path Aliasing File # src-path sub-host exec-host replacement /tmp_mnt/ * * / # replaces any occurrence of /tmp_mnt/ by / # if submitting or executing on any host. # Thus paths on nfs server and clients are the same =====================================================
<sge_root>/<cell>/common/sge_aliases global aliases file $HOME/.sge_aliases user local aliases file
See sge_intro(1) for a full statement of rights and permissions.
2004-04-19 | SGE 8.1.3pre |