Repository: airavata-docs Updated Branches: refs/heads/master af6cefe2a -> b441bcd10
Gateway Admin Maintenance Steps Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/b441bcd1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/b441bcd1 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/b441bcd1 Branch: refs/heads/master Commit: b441bcd10ea1a88df380834565f98184a8eac786 Parents: af6cefe Author: Eroma Abeysinghe <[email protected]> Authored: Wed May 11 16:30:24 2016 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Wed May 11 16:30:24 2016 -0400 ---------------------------------------------------------------------- Admin-Maintenance.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/b441bcd1/Admin-Maintenance.md ---------------------------------------------------------------------- diff --git a/Admin-Maintenance.md b/Admin-Maintenance.md new file mode 100644 index 0000000..ee0b7f1 --- /dev/null +++ b/Admin-Maintenance.md @@ -0,0 +1,22 @@ +## Gateway Admin Maintenance Tasks + +Gateway Admin's tasks could be mainly two types; + +- Daily +- Ad-hoc +- Periodical or Planned + +### Daily Maintenance +###### Monitor Gateway Traffic +1. Investigate FAILED experiments or experiments which are requested to investigate by the users. +2. How to do this? + - Navigate to AdminDashboard ⇒ Experiment Statistics + - You could search for Experiments by giving the Creation Time 'To' and 'From' + - Or using pre-defined selection criteria ('Get Experiments from Last 24 Hours' OR 'Get Experiments from Last Week') + +###### Disable Enable Compute Resources +1. Compute resources can be unreachable or with issues and not in a state for job submission. +2. In order to disable a resource + - Navigate to AdminDashboard ⇒ Compute Resources ⇒ Browse + - Un-check the 'Enabled' box for the specific resource +3. This will disable job submissions for the resource
