You will need:
installation packages:
- C1G35ML.tar.gz WebSphere Application Server Network Deployment V7.0 for Linux on x86-64 bit
C1G33ML.tar.gzWebSphere Application Server Network Deployment Supplements V7.0 for Linux on x86-64 bit (1 of 2)C1G34ML.tar.gzWebSphere Application Server Network Deployment Supplements V7.0 for Linux on x86-64 bit (2 of 2)
Oupsss!!! I just tried to install FixPack 19 for IHS and Plugin and an UpdateInstaller is unable to install FP19 for 64bit - wrong architecture is in a log! when I run /opt/IBM/IBMHTTPSrv/bin/versionInfo.sh and it returned me it is 32 bit version ... but in download document they have 64bit. After small investigation I found, there is mistake in download document!
64bit WAS Supplemental 1 and 2 are C1G36ML and C1G37ML and notC1G33ML and C1G34ML
I sent a feedback to IBM so it should be correct soon.and already installed RHEL 5.4 server with graphic environment.
WAS Installation pre-requisites
- After standard OS installation check hostname if you can ping by FQDN.
- Disable SELinux and Firewall!
- [root@ic ~]#ping ic.ys.cz - should works
- Edit hosts table
- [root@ic ~]#vim /etc/hosts
- Add line 192.168.50.125 ic.ys.cz ic
- Check umask R
- run command: umask
- if there is 0022 it is OK, else run command: umask 022
- Set the ulimit on your Linux command shells by adding the command to your shell profile script. The shell profile script is usually found under your home directory:
- [root@ic ~]# cd ~
- [root@ic ~]# vim .bashrc
- Enter line: ulimit -n 20480
- Lets save and exit file, and set ulimit to current session too. Run command:
- [root@ic ~]#ulimit -n 20480
- You can now check values by command:
- [root@ic ~]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 40960
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 20480
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 40960
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited - Create installation directory under opt directory
- [root@ic ~]# mkdir -p /opt/install/WAS
- [root@ic ~]# mkdir /opt/install/WASSupp1
- [root@ic ~]# mkdir /opt/install /WASSupp2
- [root@ic ~]# chmod 777 /opt/install/
- OPTIONAL - If you run in vmware infrastructure install vmware tools
- Mount vmware tools image and install it
- [root@ic media]# mkdir -p /media/cdrom
[root@ic media]# mount /dev/hdc /media/cdrom
[root@ic install]# cd /opt/install/
[root@ic install]# tar xvzf /media/cdrom VMwareTools-8.3.7-341836.tar.gz
[root@ic install]# cd vmware-tools-distrib/
[root@ic vmware-tools-distrib]# ./vmware-install.pl - Leave all options in default during installation wizard and run [root@ic vmware-tools-distrib]# reboot
- Install all required rpms from installation DVD or other source. See Preparing Red Hat Enterprise Linux 5 for installation http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_linuxsetup_rhel5.html
- OPTIONAL - Configure yum to use DVD as a source of packages
- [root@ic ~]# mkdir -p /media/cdrom
- [root@ic ~]# mkdir -p /opt/RHELrepo
- [root@ic ~]# chmod 777 -R /opt/RHELrepo
- [root@ic ~]# cd /media/cdrom/Server
- [root@ic Server]# rpm -ihv createrepo-0.4.4-2.fc6.noarch.rpm
- [root@ic RHELrepo] cd /opt/RHELrepo
- [root@ic RHELrepo] createrepo -vpo /opt/RHELrepo /media/cdrom/Server
- [root@ic RHELrepo] ln -s /media/cdrom/Server Server
- Then create a file /etc/yum.repos.d/DVD.repo with the following content:
- [dvd]
name=RHEL4 DVD
baseurl=file:///opt/RHELrepo
enabled=1
gpgcheck=0 - run
- [root@ic RHELrepo] yum clean all
- [root@ic RHELrepo] yum update
- and you are done, you can use yum to install required rpms without manual solving of dependencies.
WebSphere Application Server 7 installation
- Untar WAS installation package and run installer in graphic mode
- [root@ic ~]# cd /opt/install/WAS
- [root@ic ~]# tar xvfz C1G35ML.tar.gz
- [root@ic ~]# ./launchpad.sh
- Previous step will open Launchpad in browser window (your terminal must support X). Click on "Launch the installation wizard of WebSphere Application Server network Deployment".
- Click NEXT, Accept License > NEXT > NEXT > NEXT >
- in Product Installation location set /opt/IBM/WebSphere/AppServer > NEXT
- in WebSphere Application Server Environments select Cell option > NEXT
- in Enable Administrativ Security set
- User name: wasadmin
- User name: Pass4conn > NEXT
- > NEXT
- in Installation Summary > NEXT
- Installation must finish with Success! > FINISH
- No you have installed WAS!
No comments:
Post a Comment