HPC University of Fribourg

Trace: » root


|

Meta

Admin on beo03

To check status of cluster

qstat -f|more

or use web browser with http://beo03.unifr.ch address

To restart the node

IPMIreset node28

or you can do off and on:

IPMIoff node28

IPMIon node28

To check disk usage

NAS

sr-srx-300 alias nas01

sr-srx-301 backup server for nas01

To add user for NAS

create directory for user

wbinfo -u |grep user

wbinfo -i usename

If no info of the user than go to Active Directory on Windows DC and insert UID and GID

Create home directory for user.


To add group for nas01

create group directory

chmod -R 770 directory

chmod -R +t directory

Edit /etc/samba/smb.conf and create entry for group directora and add valid user

  [ecodices]
  comment = ecodices (restricted)
  path = /home/ecodices
  public = yes
  browseable = yes
  writable = yes
  valid users = UNIFR+Bednarek, UNIFR+vorlet