HPC
From ISOR
The High Performance Cluster of WiWi
Contents |
1 How To for users
2 How To for Group Admins
Groups are independently administered by their group admins. To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.
2.1 Specs
Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at) Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at) Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at) Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at) Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)
2.2 implementation
ag_testAG_ou ag_testAG (gid=9000) andreas.loibl@univie.ac.at uid=9000 + X DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at DN: all the other admins as well
ag_krivobokova_ou ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at uid=8000 + X DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
ag_cuchiero_ou ag_cuchiero (gid=3000) guido.gazzani@univie.ac.at uid=3000 + X DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
ag_ehmke_ou ag_ehmke (gid=4000) rico.koetschau@univie.ac.at uid=4000 + X DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
ag_doerner_ou ag_doerner (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at uid=5000 + X DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at roland.braune@univie.ac.at DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
ag_operres_ou ag_operres (gid=6000) m.kahr@univie.ac.at uid=6000 + X DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
ag_hautsch_ou ag_hautsch (gid=7000) andreas.loibl@univie.ac.at uid=7000 + X DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at
2.3 Step by Step
Group admin is within the university's network.
- Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at
- Group Admin can log into the Web-Interface , e.g.
uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at password 12345 you might want to change your password.
- Group Admin can connect herself via ssh as well:
ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at
- Within this ssh session Group admin can access OpenLdap directory entry (not the local /etc/passwd!)
getent passwd
here you can check if the uid, /home/xyz userdirectory, for the new user you want to create is really unique! (If you would assign some attribute breaking the uniqueness, the web-interface should throw an ERROR anyway.)
to be continued ...