Difference between revisions of "Online dirs 10-apr-2013"

From GlueXWiki
Jump to: navigation, search
m
m
Line 1: Line 1:
* Accounts
+
'''Accounts on Hall D Computer Cluster (HDCC)'''
** '''hdops'''
+
* '''hdops'''
*** operator account, experiment run from this account
+
** operator account, experiment run from this account
*** no code modification/installation allowed
+
** no code modification/installation allowed
*** password known by collaboration
+
** password known by collaboration
** '''hdsys'''
+
* '''hdsys'''
*** owns all code installation directories
+
** owns all code installation directories
*** can only install code from this account
+
** can only install code from this account
*** no password, access via ssh only to small group
+
** no password, access via ssh only to small group
** '''others'''
+
* '''others'''
*** by CUE user name and password as needed
+
** by CUE user name and password as needed
*** separate home dir on HDCC file server
+
** separate home dir on HDCC file server
*** can checkout/modify/checkin code, but NO installation allowed
+
** can checkout/modify/checkin code, but NO installation allowed
 
+
  
  
  
 +
''' Directories on HDCC File Server'''
 
<pre>
 
<pre>
$ dir /gluex
+
 
 +
$ dir /halldfs1
 +
total 8
 +
dr-xr-xr-x  2 root  root    0 Apr  1 16:38 diskless
 +
dr-xr-xr-x  2 root  root    0 Apr  1 16:38 gapps
 +
drwsrwsr-x 15 hdsys hdsys 4096 Apr  5 16:33 gluex
 +
drwxr-xr-x 21 root  root  4096 Apr  4 16:38 home
 +
dr-xr-xr-x  2 root  root    0 Apr  1 16:38 local
 +
dr-xr-xr-x  2 root  root    0 Apr  1 16:38 scratch
 +
 
 +
 
 +
 
 +
$ dir /gluex                                                        # /gluex is a link to /halldfs1/gluex, same for others
  
 
drwsrwsr-x 7 hdsys  hdsys 4096 Apr  5 14:17 builds
 
drwsrwsr-x 7 hdsys  hdsys 4096 Apr  5 14:17 builds
Line 84: Line 96:
 
|                          `-- test
 
|                          `-- test
 
`-- release-3
 
`-- release-3
 +
 +
 +
  
  
  
 
</pre>
 
</pre>

Revision as of 09:54, 8 April 2013

Accounts on Hall D Computer Cluster (HDCC)

  • hdops
    • operator account, experiment run from this account
    • no code modification/installation allowed
    • password known by collaboration
  • hdsys
    • owns all code installation directories
    • can only install code from this account
    • no password, access via ssh only to small group
  • others
    • by CUE user name and password as needed
    • separate home dir on HDCC file server
    • can checkout/modify/checkin code, but NO installation allowed


Directories on HDCC File Server


$ dir /halldfs1
total 8
dr-xr-xr-x  2 root  root     0 Apr  1 16:38 diskless
dr-xr-xr-x  2 root  root     0 Apr  1 16:38 gapps
drwsrwsr-x 15 hdsys hdsys 4096 Apr  5 16:33 gluex
drwxr-xr-x 21 root  root  4096 Apr  4 16:38 home
dr-xr-xr-x  2 root  root     0 Apr  1 16:38 local
dr-xr-xr-x  2 root  root     0 Apr  1 16:38 scratch



$ dir /gluex                                                        # /gluex is a link to /halldfs1/gluex, same for others

drwsrwsr-x 7 hdsys   hdsys 4096 Apr  5 14:17 builds
drwxrwsr-x 3 hdsys   hdsys 4096 Apr  5 16:26 cMsg
drwxr-xr-x 5 abbottd da    4096 Mar 27 16:39 coda                   # for DAQ test, might be reorganized
drwxrwsr-x 4 hdsys   hdsys 4096 Apr  5 15:07 coda_install_dir       # CODA installation, might be reorganized
drwsrwsr-x 4 hdsys   hdsys 4096 Apr  4 21:17 controls
drwsrwsr-x 2 hdops   hdops 4096 Apr  5 14:11 data
drwxrwxr-x 2 hdsys   hdsys 4096 Apr  1 13:34 doc
drwxrwsr-x 3 hdsys   hdsys 4096 Apr  5 16:26 et
drwxrwsr-x 3 hdsys   hdsys 4096 Apr  5 16:26 evio
drwxrwxr-x 2 hdsys   hdsys 4096 Apr  1 10:08 hdops                  # .cshrc, .login, etc. for hdops account
drwsrwsr-x 2 hdops   hdops 4096 Apr  1 10:08 log
drwsrwsr-x 2 hdops   hdops 4096 Apr  1 10:08 parms
-rw-r--r-- 1 hdsys   hdsys  188 Apr  2 14:56 README


$ tree builds

builds/
|-- devel
|-- latest
|-- pro -> release-2
|-- release-1
|-- release-2
|   |-- doc
|   |-- linux-rhel6-x86_64
|   |   |-- bin
|   |   |-- hdops
|   |   |-- include
|   |   |-- jar
|   |   |-- lib
|   |   `-- scripts
|   |-- SCONS
|   |-- scripts
|   `-- src
|       |-- package1-c++
|       |   |-- doc
|       |   |-- examples
|       |   |-- execsrc
|       |   |-- include
|       |   |-- libsrc
|       |   |-- scripts
|       |   `-- test
|       |-- package2-c++_and_java
|       |   |-- doc
|       |   |-- examples
|       |   |-- execsrc
|       |   |-- include
|       |   |-- java
|       |   |   `-- org
|       |   |       `-- jlab
|       |   |           `-- halld
|       |   |               |-- examples
|       |   |               `-- test
|       |   |-- libsrc
|       |   |-- scripts
|       |   `-- test
|       `-- package3-java
|           |-- doc
|           `-- java
|               `-- org
|                   `-- jlab
|                       `-- halld
|                           |-- examples
|                           `-- test
`-- release-3