BwFileStorage Login Cluster: Difference between revisions
From Lsdf
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
<pre> |
<pre> |
||
$SHELL=/bin/bash |
$SHELL=/bin/bash |
||
$USER= |
$USER=oe_loginname |
||
$BWFS=$BWFILESTORAGE=/bwfilestorage/ |
$BWFS=$BWFILESTORAGE=/bwfilestorage/oe/oe_groupname/oe_loginname |
||
$SNAPSHOTS=/bwfilestorage/ |
$SNAPSHOTS=/bwfilestorage/oe/.snapshots |
||
$TEMP=/temp/ |
$TEMP=/temp/oe/oe_groupname/oe_loginname |
||
</pre> |
</pre> |
||
oe: [https://www.bwidm.de/attribute/belegung-fuer-bwidmorgid/ fileset name per organization; prefix for login name and group name] |
|||
* [[BwFileStorage_SSH|Using SSH]] |
* [[BwFileStorage_SSH|Using SSH]] |
Revision as of 13:46, 13 March 2015
Login Cluster
Cluster name: bwfilestorage-login.lsdf.kit.edu
The login cluster are directly accessible by end users.
These nodes are used for interactive login, file management, data retrieving and restoring.
Four nodes are dedicated to this service but they are all accessible via one host name and a DNS round-robin alias distributes the login sessions to the different login nodes.
Environment Variables:
$SHELL=/bin/bash $USER=oe_loginname $BWFS=$BWFILESTORAGE=/bwfilestorage/oe/oe_groupname/oe_loginname $SNAPSHOTS=/bwfilestorage/oe/.snapshots $TEMP=/temp/oe/oe_groupname/oe_loginname
oe: fileset name per organization; prefix for login name and group name