Changes
Page history
Update Administration with info about grafana
authored
Sep 29, 2025
by
PIERRE Nicolas
Hide whitespace changes
Inline
Side-by-side
Administration.md
View page @
aacf1fa5
# Administration
# Administration
## Account creation
## Account creation
To create an account for a new person that want to use the server. It will not interrupt running jobs.
To create an account for a new person that want to use the server. It will not interrupt running jobs.
```
shell
```
shell
# run as root or with sudo
# run as root or with sudo
USER_TO_ADD
=
n23pierre
# first name initial + year + last name
USER_TO_ADD
=
n23pierre
# first name initial + year + last name
ROLE
=
RESEARCHER
# can be STUDENT
ROLE
=
RESEARCHER
# can be STUDENT
adduser
$USER_TO_ADD
adduser
$USER_TO_ADD
sacctmgr create user
name
=
$USER_TO_ADD
account
=
$ROLE
sacctmgr create user
name
=
$USER_TO_ADD
account
=
$ROLE
slurmctld restart
slurmctld restart
passwd
$USER_TO_ADD
#enter a temporary password and send it to the person or ask the person to write their password.
passwd
$USER_TO_ADD
#enter a temporary password and send it to the person or ask the person to write their password.
```
```
## dashboard and visualisation
There is a dashboard allowing simple visualisation of the server load
[
here
](
https://srvoad.imta.fr/d/fdfus1n6a3bpca/srvoad?orgId=1&refresh=1m
)
.
It can break, because it was just a test that stayed. It uses nginx + grafana + prometheus + custom scripts.
Everything is stored in
`/home/n23pierre/monitor`
with a script to run all services in background.
\ No newline at end of file