rename infrastructure-guide to engineering guide

This commit is contained in:
2024-08-08 16:59:05 +02:00
parent c3a83484fc
commit e365c57674
133 changed files with 3 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
# Sync Server
This server (lx-sync-01.psi.ch) mirrors and synchronize the YUM repositories to our infrastructure. It is the only server that has write access to NFS volume hosting holding the data of our repositories.
## Howto
### Copy/Deploy ISOs
This is how to manually copy ISOs to
1. Place iso on the PSI scratch drive
2. On lx-sync-01 temporarily mount the scratch drive
```
mount.cifs -ouser=ebner //scratch0/scratch /mnt
```
3. copy over iso's
4. Umount scratch:
```
umount /mnt
```