Wednesday, December 7, 2011

WebSphere Extreme Scale Installation

1. Download WXS 7.1 version (CI294ML.zip) from IBM Passport Advantage site
2. Unzip the file
3. cp wxssetup.response custom-wxssetup.response

4. Update the file with the following content
 -OPT silentInstallLicenseAcceptance="true"
-OPT disableNonBlockingPrereqChecking="true"
-OPT installLocation="/apps/WebSphere/WXS/v70/Royal1/DEV"
-OPT selectServer="true"
-OPT selectClient="true"
-OPT selectXSConsoleOther="true"
-OPT profileAugmentList=""

5. ./install -options ./custom-wxssetup.response -silent
 or
WXS/install.linux.x86_64 -options custom-wxssetup.response -silent (depending on your operating system)

Note: install silent option may take a while.. please be patient until it creates the directories

6. Start Console Server for using Web console
ObjectGrid/bin/startConsoleServer.sh
http://{ip_address}:7080
Login using admin/admin

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home