diff --git a/docs/.pages b/docs/.pages index 49ef51bb..dbe7de5a 100644 --- a/docs/.pages +++ b/docs/.pages @@ -2,6 +2,7 @@ nav: - index.md - contact.md -- hosts +- procedures - aperture +- hosts - services diff --git a/docs/handover.md b/docs/procedures/handover.md similarity index 100% rename from docs/handover.md rename to docs/procedures/handover.md diff --git a/docs/procedures/index.md b/docs/procedures/index.md index 567f07c1..fcf1ddc4 100644 --- a/docs/procedures/index.md +++ b/docs/procedures/index.md @@ -6,4 +6,5 @@ Here you can find a list of various procedures useful for the day-to-day running ### [Post-powercut Todo List](post-powercut.md) ### [NixOS](nixos.md) ### [IRC Ops](irc-ops.md) +### [Committee Handover](handover.md) ### [Redbrick System Administrator Policies](policies.md) \ No newline at end of file diff --git a/docs/procedures/post-powercut.md b/docs/procedures/post-powercut.md index 3a06aa34..91495038 100644 --- a/docs/procedures/post-powercut.md +++ b/docs/procedures/post-powercut.md @@ -8,4 +8,9 @@ A list of things that should be done/checked immediately after a power cut: - Stop Exim on the mail server (Morpheus) until minerva (NFS) is online. - If LDAP is down, you'll need to use the ALOM to do the next step. - Check that ldapclient started (svcs -xv). If it didn't, run svcadm clear ldap/client to make it start. This usually happens because murphy comes back before morpheus does, and the LDAP client won't start due to lack of an LDAP server. -- Apache is stupid and tries to start before networking is finished starting. To fix it, disable/re-enable it a few times. This usually makes it turn on. \ No newline at end of file +- Apache on [hardcase](../hosts/nix/hardcase.md) sometimes tries to start before networking is finished starting. To fix it, disable/re-enable it a few times. This usually makes it turn on. +- [paphos](../hosts/paphos.md) is old and sometimes its time will become out of sync. To make sure its time is accurate, run: +```bash +sudo service ntp restart +``` +and ensure you have the correct time with `date` \ No newline at end of file