Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
7ee0a084
Unverified
Commit
7ee0a084
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
try to implement a simple checklist for one emergency case
parent
076926b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/incident-response.mdwn
+30
-0
30 additions, 0 deletions
tsa/howto/incident-response.mdwn
with
30 additions
and
0 deletions
tsa/howto/incident-response.mdwn
0 → 100644
+
30
−
0
View file @
7ee0a084
[[!meta title="Incident and emergency response: what to do in case of fire"]]
Server down
===========
If a server is non-responsive, you can first check if it is actually
reachable over the network:
ping -c 10 server.torproject.org
If it does respond, you can try to diagnose the issue by looking at
[Nagios][] and/or [Grafana](https://grafana.torproject.org) and analyse what, exactly is going on.
[Nagios]: https://nagios.torproject.org
If it does *not* respond, you should see if it's a virtual machine,
and in this case, which server is hosting it. This information is
available in [[ldap]] (or [the web interface](https://db.torproject.org/machines.cgi), under the
`physicalHost` field. Then login to that server to diagnose this
issue.
If the physical host is not responding or is empty (in which case it
*is* a physical host), you need to file a ticket with the upstream
provider. This information is available in [Nagios][]:
1. search for the server name in the search box
2. click on the server
3. drill down the "Parents" until you find something that ressembles
a hosting provider (e.g. `hetzner-hel1-01` is Hetzner, `gw-cymru`
is Cymru, `gw-scw-*` are at Scaleway, `gw-sunet` is Sunet)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment