1. INSTALL DB2 v9.7 AIX
图形化安装: ./db2setup
instance user====db2inst2/p**o*rd---db2iadm1---/home/db2inst2---
fenced user==db2fenc2/pa**o*rd group db2fadm1--/home/db2fenc2--
2. WAS v7.
2.1 install firefox for AIX (get from IBM:
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=firefox&lang=en_US&S_PKG=en_us&cp=UTF-8&dlmethod=http
)
(1) Prerequisites
-
AIX 5L v5.3 or later
-
rpm.rte 3.0.5.41 or later
The
rpm.rte
fileset is installed by default on AIX 5L systems. -
RPMs:
The following RPMs are available on the Firefox CD or from the AIX Toolbox or from the following website:
http://www.ibm.com/systems/power/software/aix/linux/
- atk-1.12.3-2.aix5.2.ppc.rpm
- cairo-1.8.6-3.aix5.2.ppc.rpm
- expat-2.0.1-1.aix5.2.ppc.rpm
- fontconfig-2.4.2-1.aix5.2.ppc.rpm
- freetype2-2.3.9-1.aix5.2.ppc.rpm
- gettext-0.10.40-6.aix5.1.ppc.rpm
- glib2-2.12.4-2.aix5.2.ppc.rpm
- gtk2-2.10.6-3.aix5.2.ppc.rpm
- libjpeg-6b-6.aix5.1.ppc.rpm
- libpng-1.2.32-2.aix5.2.ppc.rpm
- libtiff-3.8.2-1.aix5.2.ppc.rpm
- pango-1.14.5-3.aix5.2.ppc.rpm
- xcursor-1.1.7-3.aix5.2.ppc.rpm
- xft-2.1.6-5.aix5.1.ppc.rpm
- xrender-0.9.1-3.aix5.2.ppc.rpm
- zlib-1.2.3-3.aix5.1.ppc.rpm
- pixman-0.12.0-3.aix5.2.ppc.rpm
Install the RPMs with the following command:
rpm -Uvh *.rpm
If you get a message that one of the RPMs is already installed on the system, either run RPM with the '--force' command line option which will reinstall any previously installed RPMS, or move the previously installed RPM out of the way. For example, assume that the gettext RPM has already been installed on the system. You would do one of the following:
rpm -Uvh --force *.rpm
or:
mkdir already-installed
mv gettext*.rpm already-installed
rpm -Uvh *.rpm
The Firefox for AIX web download images are provided as installp images in compressed tar files. To extract the downloaded file, issue the following command:
gzip -dc Firefox.base.tar.gz | tar -xvf -
The Firefox for AIX CD provides installp images.
If a version of Firefox for AIX is already installed on the system, use the smitty update_all install option. To find out if Firefox for AIX is already installed, run lslpp -l Firefox.base.rte
.
(2.1) Install the installp image Firefox.base using:
- SMIT
- Software Install and Maintenance
- Install and Update Software
- Install Software
- Select the directory where Firefox.base was extracted as the INPUT
device
- In the "Install Software" window:
- SOFTWARE to install: Hit F4 and select "Firefox Web Browser"
- Select "Accept new license agreements" = yes (install
will only occur if the license agreement is accepted)
- Accept all other defaults
- Hit Enter to start install process
- installp command line (substitute /path/to/download with the directory where
Firefox.base can be found):
# installp -acQNgXY -d /path/to/download Firefox.base.rte
Using the command line, the license agreement is automatically
accepted.
The license agreement is available in /usr/swlag/nn_NN/Firefox.base-3.5.la
where nn_NN is the primary system locale.
Firefox 3.5.2.1 for AIX will overwrite the existing Firefox for AIX installation.
If this is the initial Firefox for AIX installp install, use SMIT, WebSM, or command line installp to install Firefox.base.rte
.
Firefox 3.5.2.1 for AIX can be installed with the Firefox bundle after installing one of the following APARS:
- AIX5.3: APAR IY63299
(3) Firefox install location
Firefox for AIX is installed in /usr/mozilla/firefox
.
To start Firefox, execute the following command:
/usr/bin/firefox
2.2 GTK
2.2 install WAS
(1) uncompressed tar package:
(2) ./launchpad.sh
(3) error mesage: for GTK+(You have GTK+2.8, This application requires GTK+2.10 or newer)
So have to upgrade
3. MQ v7
4. Install Master Data Server
4.0
4.1 To set a DB2 utility path
export PATH=<DB2_HOME> /sqllib/bin:$PATH
AIX--123:
export PATH=/home/db2inst1/sqllib/bin/:$PATH
4.2
4.1