Skip to content

HPCC-34056 Remove outdated OS references in Docs #19872

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

Open
wants to merge 1 commit into
base: candidate-9.12.x
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ sudo yum install -y &lt;hpccsystems platform rpm package&gt;</programlisting>
</tgroup>
</informaltable></para>

<para><emphasis role="bold">Note:</emphasis> If you are using Cent
OS 6, Ubuntu 14.04, or another System V based system, please see
the <link linkend="hpcc-init">Appendix: System V</link>.</para>
<para><emphasis role="bold">Note:</emphasis> If you are using
older System V based systems, please see the <link
linkend="hpcc-init">Appendix: System V</link>.</para>
</listitem>
</orderedlist>
</sect2>
Expand Down Expand Up @@ -1168,7 +1168,7 @@ sudo /opt/HPCCSystems/sbin/hpcc-push.sh \
xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude"/>

<para>For a CentOS 6 or other System V based systems see <link
<para>For older System V based systems see <link
linkend="hpcc-init">Appendix: hpcc-init</link>.</para>
</sect3>

Expand All @@ -1182,7 +1182,7 @@ sudo /opt/HPCCSystems/sbin/hpcc-push.sh \
xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude"/>

<para>For a CentOS 6 or other System V based systems see <link
<para>For older System V based systems see <link
linkend="hpcc-init">Appendix: hpcc-init</link>.</para>

<para><informaltable colsep="1" frame="all" rowsep="1">
Expand Down Expand Up @@ -1219,7 +1219,7 @@ sudo /opt/HPCCSystems/sbin/hpcc-push.sh \

<programlisting>systemctl stop &lt;component-type&gt;@&lt;component-name&gt;.service</programlisting>

<para>For a CentOS 6 or other System V based systems see <link
<para>For older System V based systems see <link
linkend="hpcc-init">Appendix: hpcc-init</link>.</para>
</sect3>
</sect2>
Expand Down Expand Up @@ -2040,10 +2040,11 @@ sudo /etc/init.d/hpcc-init -c esp start
<title>HPCC Systems systemd services</title>

<para>HPCC Systems is extending support and development to more
systemd services. We intend to continue support for Cent OS 6 and
other System V based systems through the hpcc-init. The hpcc-init
system service will support "start", "stop" and "restart"
options.</para>
systemd services. We intend to continue support for older System V
based systems through the hpcc-init. </para>

<para>The hpcc-init system service will support "start", "stop" and
"restart" options.</para>

<para>The reporting and logging for HPCC Systems systemd will differ
from the previous hpcc-init type. The systemd logs do not have any
Expand Down
Loading