[jboss-cvs] JBossAS SVN: r84660 - projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 23 22:24:00 EST 2009


Author: irooskov at redhat.com
Date: 2009-02-23 22:24:00 -0500 (Mon, 23 Feb 2009)
New Revision: 84660

Modified:
   projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
Log:
added Solaris Installation and Uninstall information


Modified: projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-02-24 01:14:47 UTC (rev 84659)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-02-24 03:24:00 UTC (rev 84660)
@@ -86,8 +86,8 @@
 		<para>
 			This section contains information related to installing JBoss Enterprise Web Server version &VERSION;, including hardware and platform requirements and prerequisites.
 		</para>
-		<section id="install">
-			<title>Installation Notes</title>
+		<section id="install_RHEL">
+			<title>Installation Notes for Red Hat Enterprise Linux</title>
 			<para>
 				You must have adequate disk space to install JBoss Enterprise Web Server while also allowing enough space for your applications. 
 			</para>
@@ -372,7 +372,140 @@
 INFO: Initializing Coyote HTTP/1.1 on http-8080
 </screen>
 			</section>
+			
 		</section>
+		<section id="install_Solaris">
+			<title>Installation Notes for Solaris</title>
+			<para>
+				The preferred method for installing the Red Hat Enterprise Web Server on Solaris is by using the provided Solaris package file; however we will also discuss installation via the <filename>tar.gz</filename> package.
+			</para>
+			<para>
+				Download the desired Enterprise Web Server package that you wish to use and that will match your Solaris version and CPU architecture.
+			</para>
+			<note>
+				<para>
+					For Solaris version 10 you can choose between i386 (32-bit) and x86_64 (64-bit) versions. If running 64-bit JVM choose the x86_64 version of the Enterprise Web Server.
+				</para>
+			</note>
+			<section>
+				<title>Installation using the Solaris package</title>
+				<para>
+					Log into your system as root and use the <code>pkgadd</code> command. The command will be:
+				</para>
+<programlisting>
+pkgadd -d RHATews-1.0.0_2.el5-solaris10-i386.package	
+</programlisting>
+				<para>
+					The output will be:
+				</para>
+				<screen>
+					The following packages are available:
+					1  RHATews     Red Hat Enterprise Web Server (i386) 1.0.0,REV=2.el5
+					
+					Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:
+				</screen>
+				<para>
+					Type <code>1</code> or just press <code>enter</code>.
+				</para>
+				<para>
+					The package installer contains custom scripts that execute during install and are used for setting up the apache and tomcat user accounts. When package installer asks whether you wish to continue type <code>y</code> and press <code>enter</code>.
+				</para>
+				<para>
+					After the installation finishes the package is installed within the <filename>/opt/redhat/ews</filename> directory.
+				</para>
+				<para>
+					The package information can be checked by executing the following command:
+				</para>
+<programlisting>
+pkginfo -l RHATews
+</programlisting>
+			</section>
+			<section>
+				<title>Installation using the <filename>tar.gz</filename> package</title>
+				<para>
+					Installing the <filename>tar.gz</filename> package requires root access and the GNU version of <filename>tar</filename>.
+				</para>
+				<important>
+					<para>
+						Solaris' version of <filename>tar</filename> will not work because of limitations in filename length.
+					</para>
+				</important>
+				<para>
+					The package should be uncompressed inside the <filename>/opt</filename> directory since the post installation script will not run if installation occurs within a different location.
+				</para>
+				<para>
+					The commands to achieve this are as follows:
+				</para>
+<programlisting>
+cd /opt
+gtar -zxf /downloads/RHATews-1.0.0_2.el5-solaris10-i386.tar.gz
+</programlisting>
+				<para>
+					Once extraction of the archive has completed, the post install script must be run in order to setup the user accounts and final directories with required access privileges.
+				</para>
+				<para>
+					This is achieved with the following commands:
+				</para>
+<programlisting>
+cd /opt/redhat/ews/etc
+sh .postinstall
+</programlisting>
+			</section>
+		</section>
+		<section id="uninstall_Solaris">
+			<title>Uninstalling the package in Solaris</title>
+			<para>
+				Uninstalling the Enterprise Web Server in Solaris is achieved by first executing:			
+			</para>
+<programlisting>
+pkgrm RHATews
+</programlisting>
+			<para>
+				Following this, the run-time files have to be manually removed. The directories requiring manual removal are:
+			</para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						<filename>/opt/redhat/ews</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/run/tomcat5</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/run/tomcat6</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/cache/tomcat5</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/cache/tomcat6</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/log/httpd</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/cache/mod_ssl</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<filename>/var/cache/mod_proxy</filename>
+					</para>
+				</listitem>
+			</itemizedlist>
+			</section>
 <!--	<section id="Important_Notes">
 		<title>Important Notes</title>
 	</section> -->




More information about the jboss-cvs-commits mailing list