Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weekly login node at risk period to usage #213

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This does not currently support linking outside of the documentation website.
window.onload = function () {
expectedAnnouncementContent = "Using Bede";
expectedAnchorContent = "Using Bede";
optionalTargetID = "grace-hopper-pilot"; // null if linking to page
optionalTargetID = "usage-weekly-at-risk"; // null if linking to page
fullAnnouncementAnchor = false;
var elements = document.getElementsByClassName("bd-header-announcement");
for (var i = 0; i < elements.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# Code highlighting theme for dark mode
"pygment_dark_style": "github-dark-high-contrast",
# Add an announcement bar, visible at the top of each page.
"announcement": "3 additional (6 total) NVIDIA Grace-Hopper nodes (GH200 480) are now available. See Using Bede",
"announcement": "Weekly login-node \"at risk\" period 8am-10am on Tuesdays. See Using Bede",
# Add the traditional footer theme and sphinx acknowledgements
"extra_footer": f"<p>&nbsp;Built with <a href=\"http://sphinx-doc.org/\">Sphinx</a> {sphinx.__version__} using a theme by the <a href=\"https://ebp.jupyterbook.org/\">Executable Book Project</a>.</p>"
}
Expand Down
27 changes: 26 additions & 1 deletion usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ fronts the two ``ppc64le`` login nodes, ``login1.bede.dur.ac.uk`` and
``login2.bede.dur.ac.uk``). SSH or X2GO should be used for all interaction with
the machine (including shell access, file transfer and graphics).

.. warning::
.. important::

Please use an SSH client and **not** X2GO the first time you ever log in to
Bede, or immediately after a password reset. Your MFA token will be
generated, but X2GO will not show it to you.

.. warning::

Login nodes are subject to a weekly "at risk" period every Tuesday from 08:00 to 10:00 (from 2025-02-25). See :ref:`usage-weekly-at-risk` for more details.

The login nodes are shared between all users of the service and
therefore should only be used for light interactive work, for example:
downloading and compiling software, editing files, preparing jobs and
Expand Down Expand Up @@ -85,6 +89,27 @@ please contact `support <../faq/#faq-helpsupport>`__ for options.

If you are finding that you are having to use your password and a MFA token too many times, we have provided some tips on `how to reduce the frequency that MFA is required <../faq/#faq-reducemfa>`__.

.. _usage-weekly-at-risk:

Weekly "at risk" period for login nodes
---------------------------------------

A weekly "at risk" period has been introduced for Bede's login nodes, every Tuesday morning from 8am to 10am (from 2025-02-25) for regular maintenance tasks.

This will sometimes involve interruptions, such as a reboot, in which case logged-in users will be warned on their terminal screen shortly before they are disconnected.

During this time:

* *Login sessions* and so *interactive jobs* may be ended.
* *File transfers* to (or from) Bede may be ended.
* Batch jobs and compute nodes will continue to run as normal.

Why we are doing this:

* The timely application of security updates is increasingly important. The new "at risk" period will help us keep Bede and your work secure.
* The login nodes fill up with mislaid user processes over time, increasing load and slowing down your work. The new "at risk" policy will help improve Bede's interactive performance.
* The new "at risk" period will reduce the number of routine emails we send, which will help your Inbox.

.. _usage-x2go:

X2GO
Expand Down