Difference between revisions of "Category:Admin"

From Remeis-Wiki
Jump to navigation Jump to search
m (Obst moved page Admin to Category:Admin)
Line 1: Line 1:
the admin category
+
[[Category:Admin]]
 +
 
 +
===== Remeis Admin-Page =====
 +
 
 +
This page is only internally visible to the Admins.
 +
 
 +
 
 +
==== Lab Course ====
 +
 
 +
* Before the lab course:
 +
** check the PCs in the Meridian building:
 +
*** they should all be functional, broken ones should be replaced
 +
*** in total we should have about 10 computers available for the students
 +
** [[setup prakti|Setup the prakti accounts]]
 +
* [[Computer_Introduction|Introduction to Computers/Linux for Lab Students ]]
 +
 
 +
==== Serendipitous Issues ====
 +
 
 +
* [[Login Problems|Typical login problems]]
 +
* [[Unmet Dependencies|''unmet dependencies'' issue in apt-get]]
 +
* [[Overflow Filesystem|overflow file system]]
 +
 
 +
==== Add new Users ====
 +
* Go to the remeis internal homepage -> admin -> LDAP
 +
* Fill out the necessary fields, including a valid email address. If possible, also fill out the fields for room and telephone number.
 +
* Log into LDAP, go to import and copy the text of the previous step. **important**: if the user is external, "current" in the first line has to be changed to "external"
 +
* set the password of the user on crux: <code>sudo passwd [username]</code>
 +
* log in: <code>ssh username@phoenix</code>
 +
* currently only for X-ray group members: activate the X-ray scripts in the .cshrc
 +
* Set the quota (on phoenix), using a prototype which has normal quota <code>sudo edquota -p [prototype] [username]</code>  (normal Quota is 8GB softlimit and 12GB hardlimit; it can be manually edited/shown with edquota -u user)
 +
* if desired (in most cases), create a folder for the user at ''/userdata/data/[username]''
 +
* send Email to admin about the new user
 +
 
 +
==== Running Software / Updates / Setups ====
 +
 
 +
In this section a selection of services and their current configuration is described.
 +
 
 +
* [[Jenkins| Jenkins ]] (Continuous Integration Server for ISISSCRTIPS, SIXTE, ...)
 +
* [[CUPS| CUPS]] (Printing Service)
 +
* [[Virtual Boxes| Virtual Boxes]]

Revision as of 16:20, 18 June 2018


Remeis Admin-Page

This page is only internally visible to the Admins.


Lab Course

Serendipitous Issues

Add new Users

  • Go to the remeis internal homepage -> admin -> LDAP
  • Fill out the necessary fields, including a valid email address. If possible, also fill out the fields for room and telephone number.
  • Log into LDAP, go to import and copy the text of the previous step. **important**: if the user is external, "current" in the first line has to be changed to "external"
  • set the password of the user on crux: sudo passwd [username]
  • log in: ssh username@phoenix
  • currently only for X-ray group members: activate the X-ray scripts in the .cshrc
  • Set the quota (on phoenix), using a prototype which has normal quota sudo edquota -p [prototype] [username] (normal Quota is 8GB softlimit and 12GB hardlimit; it can be manually edited/shown with edquota -u user)
  • if desired (in most cases), create a folder for the user at /userdata/data/[username]
  • send Email to admin about the new user

Running Software / Updates / Setups

In this section a selection of services and their current configuration is described.