You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install_small_node_details.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,14 @@ Please note that the perfSONAR team is not formally endorsing any particular pro
24
24
System Requirements
25
25
===================
26
26
27
-
ARM-based devices seem to work best running Ubuntu, while the slightly larger, $200-class nodes will usually work with CentOS, Debian or Ubuntu. The :doc:`perfsonar-testpoint <install_options>` bundle works on CentOS 7 and Ubuntu 14/16/18, and Debian 8/9. We provide compatible Debian packages for 5 different hardware architectures:
27
+
ARM-based devices seem to work best running Ubuntu, while the slightly larger, $200-class nodes will usually work with CentOS, Debian or Ubuntu. The :doc:`perfsonar-testpoint <install_options>` bundle works on CentOS 7 and Ubuntu 16/18, and Debian 9. We provide compatible Debian packages for 6 different hardware architectures:
28
28
29
29
* 32-bit (i386)
30
30
* 64-bit (amd64)
31
31
* ARMv4t and up (armel) - not recommended for the full testpoint bundle
32
32
* ARMv7 and up (armhf) - not recommended for the full testpoint bundle
33
33
* ARM 64-bit (arm64)
34
+
* PPC 64-bit (ppc64el)
34
35
35
36
36
37
@@ -43,7 +44,7 @@ The :doc:`perfsonar-testpoint <install_options>` bundle can be used to install e
43
44
- :doc:`install_debian`
44
45
45
46
Certain devices like the Liva use an EMMC drive that is only supported in the *deskop* version of Ubuntu.
46
-
If the standard server ISO installation doe not recognize the drive, it may be worth attempting installation using the desktop ISO such as `Ubuntu 14.04.05 Desktop <http://releases.ubuntu.com/trusty/ubuntu-14.04.5-desktop-amd64.iso>`_.
47
+
If the standard server ISO installation doe not recognize the drive, it may be worth attempting installation using the desktop ISO such as `Ubuntu 18.04.3 Desktop <http://releases.ubuntu.com/18.04.3/ubuntu-18.04.3-desktop-amd64.iso>`_.
.. note:: The table above is not an exhaustive list of every log file on the system. It's intended to point at some *important* log files that are commonly used to debug issues with perfSONAR tools. Depending on the exact issue you may need to view other log files on the system to diagnose a problem.
Copy file name to clipboardExpand all lines: manage_update.rst
+9-19
Original file line number
Diff line number
Diff line change
@@ -143,23 +143,13 @@ CentOS 6 Support Discontinued
143
143
-----------------------------
144
144
perfSONAR 4.1 is NOT available for CentOS 6. If you wish to migrate an existing CentOS 6 host to CentOS 7 see the instructions at :doc:`install_migrate_centos7`. You may also choose to switch to a supported :doc:`Debian platform <install_debian>`. **Security updates for CentOS 6 perfSONAR packages will be discontinued on February 15, 2019**. Also see the `CentOS documentation <https://wiki.centos.org/About/Product>`_ for a schedule of when CentOS 6 will no longer be a supported operating system.
145
145
146
-
Debian packages upgrade
147
-
-----------------------
148
-
Due to package dependency changes, the Debian auto-updates will not bring you 4.1 automatically. Furthermore, our repository name changed to make it clearer that we now have a single repository for all the supported distributions.
149
-
150
-
To upgrade from 4.0.x to 4.1 on Debian or Ubuntu, follow these commands::
perfSONAR 4.1 is NOT available for Debian 7 (and `Debian 7 is EOL <https://www.debian.org/News/2018/20180601>`_ anyways). If you wish to migrate an existing Debian 7 host to Debian 8 (Jessie) or Debian 9 (Stretch) you are advised to do it with the following steps:
160
-
161
-
#. Upgrade Debian 7 to Debian 8 (following Debian instructions, here are `Jessie upgrade notes for i386 architecture <https://www.debian.org/releases/jessie/i386/release-notes/ch-upgrading.en.html>`_)
162
-
#. Reboot (to get systemd running)
163
-
#. Change perfSONAR repository from ``perfsonar-wheezy-release`` to ``perfsonar-release``
164
-
#. Upgrade Debian 8 to Debian 9 (following Debian instructions, here are `Stretch upgrade notes for i386 architecture <https://www.debian.org/releases/stretch/i386/release-notes/ch-upgrading.en.html>`_). Alternatively, you can just run ``apt-get udpate; apt-get dist-upgrade`` if you prefer to stay with Debian 8.
146
+
Debian 8 and Ubuntu 14 Support Discontinued
147
+
-------------------------------------------
148
+
perfSONAR 4.2 is NOT available for Debian 8 (and `Debian 8 is now only supported on a limited set of architectures <https://www.debian.org/releases/jessie/>`_ anyways). If you wish to migrate an existing Debian 8 (Jessie) host to Debian 9 (Stretch) you are advised to do it with the following steps:
149
+
150
+
#. Lock your system on perfsonar-4.1 packages by replacing the ``perfsonar-release`` repository with a plain ``perfsonar-4.1`` repository entry. This is done in the ``/etc/apt/sources.list.d/perfsonar-release.list`` file, where you just replace **perfsonar-release** with **perfsonar-4.1** in the ``deb`` and ``deb-src`` lines.
151
+
#. Upgrade Debian 8 to Debian 9 (following Debian instructions, here are `Stretch upgrade notes for i386 architecture <https://www.debian.org/releases/stretch/i386/release-notes/ch-upgrading.en.html>`_).
152
+
#. Reactivate the ``perfsonar-release`` repository in your perfSONAR APT source file.
153
+
#. Run ``apt-get update; apt-get dist-upgrade`` to get the latest version of perfSONAR.
0 commit comments