installing web sphere application server v7 on red hat enterprise linux v6.3

34
Installing WebSphere Application Server v7 on Red Hat Enterprise Linux v6.3 Dave Hay IBM Software Services for WebSphere [email protected] // +44 7802 918423

Upload: dave-hay

Post on 12-May-2015

3.206 views

Category:

Technology


9 download

DESCRIPTION

I wrote this deck as an as-is guide for an IBM colleague who was looking to install WAS v7 on RHEL 6.3. Please note that this deck is provided as-is, and it does not replace the official installation guidance and materials in the WAS Information Center - http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp

TRANSCRIPT

Page 1: Installing web sphere application server v7 on red hat enterprise linux v6.3

Installing WebSphere Application Server v7 on Red Hat Enterprise

Linux v6.3

Dave HayIBM Software Services for WebSphere

[email protected] // +44 7802 918423

Page 2: Installing web sphere application server v7 on red hat enterprise linux v6.3

Pre-Requisites

● Red Hat Enterprise Linux 6.3 x86-64 – vanilla installation, not patched

$ uname -a

Linux vinny.uk.ibm.com 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/redhat-release

Red Hat Enterprise Linux Server release 6.3 (Santiago)

● WebSphere Application Server Network Deployment V7.0 for Linux on x86, 64-bit

C1G35ML.tar.gz

http://www-01.ibm.com/support/docview.wss?uid=swg27013044

Page 3: Installing web sphere application server v7 on red hat enterprise linux v6.3

Linux Preparation

● Preparing Linux systems for installation

http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_linuxsetup.html

● Preparing Red Hat Enterprise Linux 6 for installation

http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_linuxsetup_rhel6.html

Specifically: -

– Disabled SELinux by setting SELINUX=disabled in /etc/selinux/config

– IPTables disabled by chkconfig iptables --levels 345 off and service iptables stop

– Used yum to install pre-requisite libraries including compat-libstdc++-33-3.2.3-69, libXmu-1.0.5-1 and libXft-2.1.13-4.1 etc.

Page 4: Installing web sphere application server v7 on red hat enterprise linux v6.3

Other Notes

● Installing as root – not usually recommended● Installing via GUI – often not an option,

especially on client sites● Not installing fixes/fixpacks – typically, this

would be the next logical step● Not creating additional WebSphere profiles● RHEL is running on VMware Fusion 5 – almost

certainly irrelevant

Page 5: Installing web sphere application server v7 on red hat enterprise linux v6.3

Checking that the server has a “pukka” hostname that's resolvable via ping, and then preparing to unpack the WAS ND v7

code

Page 6: Installing web sphere application server v7 on red hat enterprise linux v6.3

Code is now unpacked. Comparing and contrasting the modifed browser.sh script – this needs to be updated to take account of

Firefox 10 as per this Technote - http://www-

01.ibm.com/support/docview.wss?uid=swg21595098

Page 7: Installing web sphere application server v7 on red hat enterprise linux v6.3

Putting the updated browser.sh script in place ( into /tmp/WAS7/launchpad ) and getting ready to start the launchpad via

/tmp/WAS7/launchpad.sh

Page 8: Installing web sphere application server v7 on red hat enterprise linux v6.3

And heeeeeeeer's Launchpad ...

Page 9: Installing web sphere application server v7 on red hat enterprise linux v6.3

Welcome ...

Page 10: Installing web sphere application server v7 on red hat enterprise linux v6.3

This time, we're only choosing to install WAS

Page 11: Installing web sphere application server v7 on red hat enterprise linux v6.3

Accepting the license agreement .... ( having read it, of course )

Page 12: Installing web sphere application server v7 on red hat enterprise linux v6.3

Noting, and ignoring, the fact that the installer does not formally support Red Hat

Enterprise Linux 6.3

Page 13: Installing web sphere application server v7 on red hat enterprise linux v6.3

Choosing to install the sample applications ( even though, for this example, we're only installing a Deployment Manager node )

Page 14: Installing web sphere application server v7 on red hat enterprise linux v6.3

Taking the default, for Linux, path

Page 15: Installing web sphere application server v7 on red hat enterprise linux v6.3

Choosing to install a Management environment only

Page 16: Installing web sphere application server v7 on red hat enterprise linux v6.3

Choosing to create a Deployment Manager profile

Page 17: Installing web sphere application server v7 on red hat enterprise linux v6.3

Choosing to secure the cell using Administrative Security ( for the record, the password for wasadmin is passw0rd !! )

Page 18: Installing web sphere application server v7 on red hat enterprise linux v6.3

We're not using Centralised Installation Manager or WebSphere Installation

Factory here

Page 19: Installing web sphere application server v7 on red hat enterprise linux v6.3

Almost ready to go ...

Page 20: Installing web sphere application server v7 on red hat enterprise linux v6.3

Now definitely ready to go ...

Page 21: Installing web sphere application server v7 on red hat enterprise linux v6.3

And we're now installed ...

Page 22: Installing web sphere application server v7 on red hat enterprise linux v6.3

Scrolling down the dialogue, we can see that First Steps will launch, by default

Page 23: Installing web sphere application server v7 on red hat enterprise linux v6.3

And here's First Steps, let's run Installation Verification

Page 24: Installing web sphere application server v7 on red hat enterprise linux v6.3

IVT completed without problems

Page 25: Installing web sphere application server v7 on red hat enterprise linux v6.3

When we try and launch the Administrative Console from First Steps, this is what we see – solution is to amend the First Steps browser script ( fbrowser.sh ) as per the

previous step – Slide 6

Page 26: Installing web sphere application server v7 on red hat enterprise linux v6.3

Manually navigating to the Integration Solutions Console, adding the self-signed

certificate to the browser's trust store

Page 27: Installing web sphere application server v7 on red hat enterprise linux v6.3

Adding an Exception ( in this case )

Page 28: Installing web sphere application server v7 on red hat enterprise linux v6.3

And so on

Page 29: Installing web sphere application server v7 on red hat enterprise linux v6.3

Here's the ISC

Page 30: Installing web sphere application server v7 on red hat enterprise linux v6.3

Having logged in as wasadmin, this is what we see

Page 31: Installing web sphere application server v7 on red hat enterprise linux v6.3

Now back to the command prompt, to check WAS out

Page 32: Installing web sphere application server v7 on red hat enterprise linux v6.3

Note that we've only installed version 7.0.0.0, we would always add a fix pack or

two

Page 33: Installing web sphere application server v7 on red hat enterprise linux v6.3

And re-running IVT, this time from the command line

Page 34: Installing web sphere application server v7 on red hat enterprise linux v6.3

Job Done

● This concludes the exercise – WebSphere Application Server Network Deployment v7 has been successfully installed onto a “vanilla” installation of Red Hat Enterprise Linux x6.3 ( x86-64 )