ibm http server_installation guide

Upload: antonio-a-bonita

Post on 10-Jan-2016

6 views

Category:

Documents


0 download

DESCRIPTION

discussion on http server

TRANSCRIPT

  • Installing and uninstalling the IBM HTTP ServerThis file contains procedures for installing and uninstalling the IBM HTTP Server,along with associated notes .

    Installing the IBM HTTP ServerUninstalling the IBM HTTP ServerFinding related information

    Installing the IBM HTTP ServerTo install the IBM HTTP Server:

    Ensure you have the IBM Developer Kit, Java Technology Edition Version 1.4,installed on your machine.

    This Developer Kit ships with the WebSphere Application Server on the CDand is available from the following Web site: http://www.ibm.com/java/jdk.

    1.

    For AIX, ensure that you have the xlC.rte 6.0 runtime. This is a prerequisite ofGSKit7. You can download this runtime fromhttps://techsupport.services.ibm.com/server/aix.fdc.

    2.

    Create a new directory to uncompress the IBM HTTP Server install image.3.Download the IBM HTTP Server install image.4.Uncompress the install image in this new directory. For example, if thecompressed file name is IHS.tar or IHS.zip, type tar -xf IHS.tar or use a ziputility.

    A listing of the following files appears, based on your operating system:gskit.shsetup.jarA GSKit run-time executable:

    AIX: gskta.rteHP-UX: gsk7bas directoryLinux for Intel: gsk7bas_295-7.0-1.10.i386.rpmLinux for S/390: gsk7bas-7.0-1.10.s390.rpmLinux for PowerPC: gsk7bas-7.0.-1.10.ppc32.rpmSolaris: gsk7bas directoryWindows: skit directory

    5.

    Go to the directory where you uncompressed the install image and type java-jar setup.jar.

    If the system cannot find the java.exe file, set your path to point to the Javaproduct installed on your machine. For example: Set your path to: exportPATH=$PATH:/usr/java14/java/bin before running: java -jar setup.jar.You can also choose to do a silent installation. To do a silent installation, type:java -jar setup.jar -silent -options silent.res. To customize the installoptions, edit the silent.res text file. All options are set to true by default. Todisable an option, set its value to false.

    6.

    Choose the language in which to run the installation.7.

    Installing and uninstalling the IBM HTTP Server: IBM HTTP Server http://www-01.ibm.com/software/webservers/httpservers/doc/v2047/...

    1 of 3 8/20/2015 8:56 AM

  • The Welcome to the InstallShield Wizard for the IBM HTTP Server appears.Click Next. The license agreement appears.8.Click I accept the terms of the license agreement, or I do not accept theterms of the license agreement.

    9.

    Click Next.10.Specify the directory name. The default directories follow:

    AIX: /usr/IBMIHS/HP_UX: /opt/IBMIHS/Linux: /opt/IBMHIHS/Linux for S/390: /opt/IBMIHS/Linux for PowerPC: /opt/IBMIHS/Solaris: /opt/IBMIHS/Windows: skit directory 2.0\

    11.

    Click Next.The option appears for you to perform a typical, custom, or developerinstallation.

    12.

    Select the type of installation you would like to perform:TypicalCustom: Enables you to select multiple language installationssimultaneously.Developer: Non-administrator

    13.

    Click Next.If you selected the typical installation, a list appears with everything included inthe installation, along with the size of the image.If you selected the custom installation, a list of components appears and you canclear the box next to the components you do not want to install.

    14.

    Click Next. The following message appears: Installing IBM HTTP Server.Please wait. You can click Cancel to stop the installation.The message Updating the inventory appears. You can click Cancel to stopthe inventory update.

    15.

    Click Finish.16. You can now install in any path, on UNIX platforms, and can have more than

    one installation for the same machine.

    Uninstalling the IBM HTTP ServerTo uninstall the IBM HTTP Server:

    Go to the directory where you installed the IBM HTTP Server. Change to the_uninst directory, located in the root directory.

    1.

    Type java -jar uninstall.jar on all platforms.You can also choose to do a silent uninstall. To do a silent uninstall, type java-jar uninstall.jar -silent

    2.

    The uninstall process on UNIX systems does not automatically uninstall theGSKit. You have to uninstall the GSKit manually by using the native uninstallmethod.

    Finding related information

    Installing and uninstalling the IBM HTTP Server: IBM HTTP Server http://www-01.ibm.com/software/webservers/httpservers/doc/v2047/...

    2 of 3 8/20/2015 8:56 AM

  • Troubleshooting

    Understanding National Language Support

    (Back to the top)

    Installing and uninstalling the IBM HTTP Server: IBM HTTP Server http://www-01.ibm.com/software/webservers/httpservers/doc/v2047/...

    3 of 3 8/20/2015 8:56 AM