Author: mcbrown
Date: 2007-03-20 18:57:31 +0100 (Tue, 20 Mar 2007)
New Revision: 5476
Log:
Removing Linux ES installer
Modified:
trunk/refman-5.0/installing-es.xml
Modified: trunk/refman-5.0/installing-es.xml
===================================================================
--- trunk/refman-5.0/installing-es.xml 2007-03-20 17:47:18 UTC (rev 5475)
+++ trunk/refman-5.0/installing-es.xml 2007-03-20 17:57:31 UTC (rev 5476)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 124; 4836 bytes
@@ -363,130 +363,6 @@
</section>
- <section id="installing-es-installer-linux">
-
- <title>Using the Enterprise Installer for Linux</title>
- &es-only;
-
- <para>
- The Enterprise Installer for Linux is available for a number of
- different platforms. The installer is an executable component
- that provides a GUI interface (using the X Windows System) to
- the installation process using the native package management
- format (for example RPM). Alternatively, you may install the
- RPMs individually from the command line.
- </para>
-
- <para>
- To use the Linux Enterprise Installer:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- You must be logged in as root (superuser). If you are not
- logged in as root, you will be able to run the installer,
- but the installation process will fail.
- </para>
- </listitem>
-
- <listitem>
- <para>
- You must have access to a system running the X Window System
- (X11). The system on which you are running the installer,
- and the system where the installer interface is executing do
- not need to be the same. The installer is self-contained;
- the window manager and libraries that are installed on your
- system should not affect your ability to run the installer.
- For details on remote installation, see below.
- </para>
- </listitem>
-
- <listitem>
- <para>
- The installer <emphasis>must</emphasis> be executed on the
- system on which you want to install MySQL Enterprise.
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- To start the installer, extract the installation package:
- </para>
-
-<programlisting>shell> <userinput>bunzip2
- mysql-enterprise-<replaceable>VERSION</replaceable>.<replaceable>PLATFORM</replaceable>.x86_64.tar.bz</userinput>
-shell> <userinput>tar xf mysql-enterprise-<replaceable>VERSION</replaceable>.<replaceable>PLATFORM</replaceable>.x86_64.tar</userinput></programlisting>
-
- <para>
- <literal>VERSION</literal> is the version number of the MySQL
- Enterprise release that you are installing;
- <literal>PLATFORM</literal> is the name of the supported
- platform, for example <literal>rhel4</literal> for RedHat
- Enterprise Linux v4.
- </para>
-
- <para>
- The installer and packages can be located in the sub directory
- created when the files were extracted. You should change to this
- directory and then run the
- </para>
-
-<programlisting>shell> <userinput>cd mysql-enterprise-<replaceable>VERSION</replaceable></userinput>
-shell> <userinput>./installer</userinput></programlisting>
-
- <para>
- To the run the installer on the target machine, with the
- installer display being provided on a different on a different
- X11 server, set the <literal>DISPLAY</literal> environment
- variable:
- </para>
-
-<programlisting>shell> DISPLAY=<replaceable>remote:0.0</replaceable> ./installer</programlisting>
-
- <para>
- You should replace the <literal>remote:0.0</literal> with the
- hostname and display/screen number for the display you are
- using.
- </para>
-
- <para>
- Once started, you will be presented with the main installer
- window, as shown below. Note that the format of this window may
- differ depending on the window manager (KDE, Gnome, etc.) that
- you might have installed.
- </para>
-
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/mysql-esi-linux-fig1.png"
- format="PNG"/>
- </imageobject>
- <textobject>
- <phrase lang="en">MySQL Enterprise Installer Main Screen
- (Linux)</phrase>
- </textobject>
- </mediaobject>
-
- <para>
- To install from directly from the RPMs without using the
- installer, change to the <filename>packages</filename> directory
- within the main MySQL Enterprise installer directory and type:
- </para>
-
-<programlisting>shell> rpm -iv mysql-*.rpm</programlisting>
-
- <para>
- If you upgrading from a previous version of any of these
- packages, use:
- </para>
-
-<programlisting>shell> rpm -Uv mysql-*.rpm</programlisting>
-
- </section>
-
<section id="installing-es-installer-mainoptions">
<title>Choosing What to Install</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5476 - trunk/refman-5.0 | mcbrown | 20 Mar |