ReadyNAS config: Difference between revisions

From Intelligent Materials and Systems Lab

Line 12: Line 12:


  hostname storage.ims.ut.ee
  hostname storage.ims.ut.ee
*To give some user ssh access to the machine following command has to be used. This might default under rare conditions back to /bin/false
chsh -s /bin/bash username
*All user should have their home directory in /data/username directory. This can be achieved using the following command
usermod --home /data/username username


== Usage ==
== Usage ==

Revision as of 14:09, 14 May 2014

ReadyNAS user guide

This page contains information on the configuration and usage of ReadyNAS 3220 backup storage in IMS cellar.

Configuration

Adding a new user

In order to add a new user

Hacks

  • In order to set the correct hostname enter the following command as a user into the shell. During firmware upgrades or similar procedures the hostname could default to storage, thus when adding a new user the sent email will have wrong links address.
hostname storage.ims.ut.ee
  • To give some user ssh access to the machine following command has to be used. This might default under rare conditions back to /bin/false
chsh -s /bin/bash username
  • All user should have their home directory in /data/username directory. This can be achieved using the following command
usermod --home /data/username username

Usage