summaryrefslogtreecommitdiff
path: root/topics/systems/hpc
diff options
context:
space:
mode:
Diffstat (limited to 'topics/systems/hpc')
-rw-r--r--topics/systems/hpc/octopus-maintenance.gmi13
1 files changed, 13 insertions, 0 deletions
diff --git a/topics/systems/hpc/octopus-maintenance.gmi b/topics/systems/hpc/octopus-maintenance.gmi
index 1a399c3..37027ca 100644
--- a/topics/systems/hpc/octopus-maintenance.gmi
+++ b/topics/systems/hpc/octopus-maintenance.gmi
@@ -52,3 +52,16 @@ To avoid `./scratch/script.sh: Permission denied` on `device_file`:
- `vim /etc/fstab`
- replace `noexec` with `exec` for `device_file`
- `mount -o remount [device_file]` to remount the partition with its new configuration.
+
+Some notes:
+
+root@tux09:~# mkdir -p /var/lib/nfs/statd
+root@tux09:~# systemctl enable rpcbind
+Synchronizing state of rpcbind.service with SysV service script with /lib/systemd/systemd-sysv-install.
+Executing: /lib/systemd/systemd-sysv-install enable rpcbind
+root@tux09:~# systemctl list-unit-files | grep -E 'rpc-statd.service'
+rpc-statd.service static -
+
+network-online.target
+x-systemd.device-timeout=
+10.0.0.110:/export/3T /mnt/3T nfs nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-timeout=10 0 0