Skip to content

Commit 17d95b2

Browse files
committed
Further correction on Debian/Ubuntu log files, upgrade notes and
supported version and architectures.
1 parent e28cf6f commit 17d95b2

File tree

3 files changed

+16
-24
lines changed

3 files changed

+16
-24
lines changed

install_small_node_details.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ Please note that the perfSONAR team is not formally endorsing any particular pro
2424
System Requirements
2525
===================
2626

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:
2828

2929
* 32-bit (i386)
3030
* 64-bit (amd64)
3131
* ARMv4t and up (armel) - not recommended for the full testpoint bundle
3232
* ARMv7 and up (armhf) - not recommended for the full testpoint bundle
3333
* ARM 64-bit (arm64)
34+
* PPC 64-bit (ppc64el)
3435

3536

3637

@@ -43,7 +44,7 @@ The :doc:`perfsonar-testpoint <install_options>` bundle can be used to install e
4344
- :doc:`install_debian`
4445

4546
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>`_.
4748

4849
Support
4950
=======

manage_logs.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Most perfSONAR related services keep log files under the directory **/var/log/pe
1515
+----------------------------------------------+-------------------------------------------------------------------+--------------------------------------------+
1616
| Esmond Measurement Archive | * /var/log/esmond/esmond.log | |log_descr_esmond| |
1717
| | * /var/log/httpd/error_log | |
18-
| | * /var/log/apache2/error.log (Debian) | |
18+
| | * /var/log/apache2/error.log (Debian/Ubuntu) | |
1919
| | * /var/log/cassandra/cassandra.log | |
2020
| | * /var/lib/pgsql/pgstartup.log | |
21-
| | * /var/log/postgresql/postgresql-9.6-main.log (Debian) | |
21+
| | * /var/log/postgresql/postgresql-9.6-main.log (Debian/Ubuntu 16) | |
22+
| | * /var/log/postgresql/postgresql-10-main.log (Ubuntu 18) | |
2223
+----------------------------------------------+-------------------------------------------------------------------+--------------------------------------------+
2324
| pSConfig pScheduler Agent | * /var/log/perfsonar/psconfig-pscheduler-agent.log | |log_descr_psconfig| |
2425
| | * /var/log/perfsonar/psconfig-pscheduler-agent-transactions.log | |
@@ -37,7 +38,7 @@ Most perfSONAR related services keep log files under the directory **/var/log/pe
3738
+----------------------------------------------+-------------------------------------------------------------------+--------------------------------------------+
3839
| perfSONAR Web Interface | * /var/log/perfsonar/web_admin/web_admin.log | |log_descr_web| |
3940
| | * /var/log/httpd/error_log | |
40-
| | * /var/log/apache2/error.log (Debian) | |
41+
| | * /var/log/apache2/error.log (Debian/Ubuntu) | |
4142
+----------------------------------------------+-------------------------------------------------------------------+--------------------------------------------+
4243

4344
.. 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.

manage_update.rst

+9-19
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,13 @@ CentOS 6 Support Discontinued
143143
-----------------------------
144144
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.
145145

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::
151-
152-
cd /etc/apt/sources.list.d/
153-
wget http://downloads.perfsonar.net/debian/perfsonar-release.list
154-
apt-get update
155-
apt-get dist-upgrade
156-
157-
Debian 7 Support Discontiuned
158-
-----------------------------
159-
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.
154+
#. Reboot your system one last time.
165155

0 commit comments

Comments
 (0)