Home / Grid services & tools (dir)

Working with the Grid

temporary unofficial collection of useful information

URLs

Tutorials

Scratch space on GRID

Part of the site configuration in LCG is the environment variable EDG_WL_SCRATCH. Users are supposed to create temporary files in the directory referred to by EDG_WL_SCRATCH. Do not use the /tmp directory on worker nodes.

Additional useful pages

Useful commands

>   grid-proxy-init    {Activate your Grid certificate}
	>   lcg-infosites --vo atlas se    {get list of storage elements SEs}
	>   lfc-mkdir -p /grid/atlas/users/$USER    {$USER is your login name or preferred identifier}

Change pass phrase
Note that there is the password, when you backup (or export) from the browser to the $HOME/.globus directory, and the passphrase when converting from the browser file *.p12 to the file userkey.pem.
>   grid-change-pass-phrase -file $HOME/.globus/userkey.pem
				or
				>   openssl rsa -in $HOME/.globus/userkey.pem -des3   {give old passphrase and then new one)
			
qstat
Query the status of queues at the CE, examples
 >   qstat -Q atlas    {status of queue "atlas"}
               >   qstat -r    {jobs currently running}
			

User support and reporting problems

Mixed bag

See also

↑ Top