iCIS Intra Wiki
categories:             Info      -       Support      -       Software       -      Hardware       |      AllPages       -      uncategorized

Difference between revisions of "Home"

From ICIS-intra
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
*home directory on C&CZ linux servers (shared using nfs protocol)  
 
*home directory on C&CZ linux servers (shared using nfs protocol)  
*H: drive on C&CZ managed pc's running windows (shared using smb protocol)  
+
*U: drive on C&CZ managed pc's running windows (shared using smb protocol)  
 
*on any other host you can mount it as a [http://wiki.science.ru.nl/cncz/Netwerkschijf network disk]&nbsp;:<br>You need to attach the  network share using your [[ScienceAccount|science account]]&nbsp;:  
 
*on any other host you can mount it as a [http://wiki.science.ru.nl/cncz/Netwerkschijf network disk]&nbsp;:<br>You need to attach the  network share using your [[ScienceAccount|science account]]&nbsp;:  
 
**Windows: '''\\<Server>\&lt;[[ScienceAccount|ScienceAccount]]&gt;''' <br> Note: when asked for credentials with a login popup window, and this popup window shows it is using a different windows domain than B-FAC,<br>then you can also specify the windows domain in the '''user field''' as:  '''B-FAC\<ScienceAccount>'''
 
**Windows: '''\\<Server>\&lt;[[ScienceAccount|ScienceAccount]]&gt;''' <br> Note: when asked for credentials with a login popup window, and this popup window shows it is using a different windows domain than B-FAC,<br>then you can also specify the windows domain in the '''user field''' as:  '''B-FAC\<ScienceAccount>'''
 
**Linux/Mac: '''smb://<Server>/&lt;[[ScienceAccount|ScienceAccount]]&gt;'''
 
**Linux/Mac: '''smb://<Server>/&lt;[[ScienceAccount|ScienceAccount]]&gt;'''
* Where <Server> is one of :
+
* To find out which <Server> you need to use you can login to https://dhz.science.ru.nl/index?Language=en where you can see at the main page which server to start under the heading "Home disk at".
** pile.science.ru.nl
+
* also see C&CZ documentation at: https://cncz.science.ru.nl/nl/howto/storage/#homedirectory-paden
** bundle.science.ru.nl
 
** pluri.science.ru.nl
 
* To find out which you need to use you can login to https://dhz.science.ru.nl/index?Language=en where you can see at the main page which server to start under the heading "Home disk at".
 
  
 
==== quota  ====
 
==== quota  ====
  
 
The space is limited by a quota. Questions about the size and used space of your quota can be answered :
 
The space is limited by a quota. Questions about the size and used space of your quota can be answered :
*on linux by using the ''''quota -sQ'&nbsp;'''linux command on one &nbsp;of the &nbsp;linux servers &nbsp;lilo1.cs.ru.nl or    lilo2.cs.ru.nl of C&amp;CZ.  
+
*on linux by using the ''''quota -s'&nbsp;'''linux command on the linux login server lilo.science.ru.nl of C&amp;CZ.  
 
*on windows you can see the soft limit of your quota by looking at the properties of the home share.
 
*on windows you can see the soft limit of your quota by looking at the properties of the home share.
  
Line 37: Line 34:
 
   For additional info: please contact C&CZ, postmaster@science.ru.nl, phone 53535.
 
   For additional info: please contact C&CZ, postmaster@science.ru.nl, phone 53535.
  
A bigger quota can be requested by contacting one of the [[Support Staff|scientific programmers]]  
+
A bigger quota can be requested by contacting one of the [[Support Staff|scientific programmers]]
  
 
==== Example: check quota on linux ====
 
==== Example: check quota on linux ====
  
   jan@lilo2:~$ quota -sQ
+
   jan@lilo:~$ quota -s
 
  Disk quotas for user jan (uid 4111):
 
  Disk quotas for user jan (uid 4111):
 
  Filesystem  blocks  quota  limit  grace  files  quota  limit  grace
 
  Filesystem  blocks  quota  limit  grace  files  quota  limit  grace
  pluri.science.ru.nl:/home-pluri-30/thchem
+
  pluri.science.ru.nl:/home/jan
 
               382M    489M    538M            2938  50000  55000
 
               382M    489M    538M            2938  50000  55000
  
   jan@lilo2:~$ du -sh ~
+
   jan@lilo:~$ du -sh ~
 
  382M    /home/jan
 
  382M    /home/jan
 
Thus the user jan&nbsp;:  
 
Thus the user jan&nbsp;:  

Latest revision as of 12:56, 28 October 2024

Look at the  Data Protection Policy page how to handle data securely.

Home Share from C&CZ

With your science account you automatically receive a home directory.

The home directory is automatically backed up by C&CZ with a daily, monthly and yearly backup and is general accessible  :

  • home directory on C&CZ linux servers (shared using nfs protocol)
  • U: drive on C&CZ managed pc's running windows (shared using smb protocol)
  • on any other host you can mount it as a network disk :
    You need to attach the network share using your science account :
    • Windows: \\<Server>\<ScienceAccount>
      Note: when asked for credentials with a login popup window, and this popup window shows it is using a different windows domain than B-FAC,
      then you can also specify the windows domain in the user field as: B-FAC\<ScienceAccount>
    • Linux/Mac: smb://<Server>/<ScienceAccount>
  • To find out which <Server> you need to use you can login to https://dhz.science.ru.nl/index?Language=en where you can see at the main page which server to start under the heading "Home disk at".
  • also see C&CZ documentation at: https://cncz.science.ru.nl/nl/howto/storage/#homedirectory-paden

quota

The space is limited by a quota. Questions about the size and used space of your quota can be answered :

  • on linux by using the 'quota -s' linux command on the linux login server lilo.science.ru.nl of C&CZ.
  • on windows you can see the soft limit of your quota by looking at the properties of the home share.

If you are over quota than you automatically get the following email from C&CZ:

 Warning: You are over quota on your network home partition on the server pile.science.ru.nl.
 Above you find the disk usage, the number of saved files and the quota limits.
 You are adviced to clean up disk space by removing redundant files.
 To see how the disk usage is distributed over the directories, use:
  
   Using Linux  : du -sk * .??* | sort -n
   Using Windows: WinDirStat  (on managed PCs it can be found in S:\\windirstat)
   
 For additional info: please contact C&CZ, postmaster@science.ru.nl, phone 53535.

A bigger quota can be requested by contacting one of the scientific programmers

Example: check quota on linux

 jan@lilo:~$ quota -s
Disk quotas for user jan (uid 4111):
Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
pluri.science.ru.nl:/home/jan
             382M    489M    538M            2938   50000   55000
 jan@lilo:~$ du -sh ~
382M    /home/jan

Thus the user jan :

  • has 382 Megabyte in use scattered over 2938 files
  • has a quota of 489 Megabyte and a maximum number of 50000 files
  • for a limited time he is allowed to use upto 538 Megabyte and 55000 of files
  • so the user jan is not over quota