Вы находитесь на странице: 1из 18

Pre-installation Tasks on Linux

Creating group and user su root groupadd dba useradd -g dba -d /d01/oracleAS/asinf asinf
mkdir p /d01/oracleAS chown asinf :dba /d01/oraceAS

Preinstallation Tasks
The following are the kernel parameters and their appropriate values as per the Oracle Application Server 10g Installation Guide.

cd /proc/sys/kernel echo 256 32000 100 142 > sem echo 2097152 > shmall echo 2147483648 > shmmax echo 4096 > shmmni echo 8192 > msgmax

echo 65535 > msgmnb echo 2878 > msgmni cd /proc/sys/fs echo 131072 > file-max cd /proc/sys/net/ipv4 echo 20000 65000 > ip_local_port_range

Run sysctl p or reboot the server

Checking Kernel Packages


glibc-2.2.4-32.3.rpm gcc-2.96-108.1.rpm pdksh-5.2.14-13.rpm openmotif-2.1.30.rpm sysstat-4.0.1.rpm compat-glibc-6.2-2.1.3.2.rpm libstdc++-2.96-108.18.1.rpm binutils-2.11.90.0.8-12.i386.rpm libaio-devel-0.3.13-3.i386.rpm libgcc-3.0.4-1.i386.rpm gcc-c++-2.96-118.7.2.i386.rpm gcc-objc-2.96-118.7.2.i386.rpm jdk-1.3.1_02.i386.rpm procinfo-18-2.i386.rpm kdegraphics-2.2.2-4.i386.rpm sane-backends-1.0.5-4.1.i386.rpm sox-12.17.1-4.i386.rpm XFree86-devel-4.2.1-21.oracle.0.rh21.i386.rpm XFree86-doc-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-xf86cfg-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-Xnest-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-Xvfb-4.2.1-21.oracle.0.rh21.i386.rpm*

If a package is not installed, download it as shown in step 3. After downloading the required package, use the following command to install it.

# rpm -i <package_name.rpm> for example: # rpm -i glibc-2.2.4-32.3.rpm If you get a dependency error while installing any of the packages, use the following command to overcome it: # rpm -Uivh --nodeps <package_name.rpm> for example: # rpm -Uivh --nodeps glibc-2.2.4-32.3.rpm To check whether the package is installed and to know its version, use the following command: # rpm -q <package_name> To check the glibc package for the version 2.2.4-32 or higher. use the rpm -q glibc command. Modifying the /etc/hosts file Open the /etc/hosts file in your favorite editor and add the hostname as shown below: <ip address> <hostname.domain name> <hostname>

127.0.0.1 localhost.localdomain localhost 192.168.1.10 linux1.com linux1

Installing OracleApplication Server Infrastructure 10g on Linux

Oracle Application Server 10g Installation Overview


Oracle Application Server 10g is a scalable, secure application server. It enables you to deliver Web content, host Web applications, connect to back-office applications, and access your data on wireless devices

The installation of Oracle Application Server Infrastructure 10g consists of the following components: Identity Management Components: Identity Management components provide directory, security, and user management functionality to various components of Oracle Application Server 10g. The components of Identity Management are as follows: Oracle Internet Directory Oracle Application Server Single-Sign-On Oracle Delegated Administration Services Oracle Directory Integration and Provisioning Oracle Certificate Authority OracleAS 10g Metadata Repository: OracleAS 10g Metadata Repository is a collection of database schemas that contain various database objects that are used by Oracle Application Server 10g Components. The metadata schemas can be categorized as: Product metadata Identity Management metadata Management metadata Oracle Application Server 10g Infrastructure is required for all the Oracle Application Server 10g middle-tier installations except when installing the J2EE and Web Cache without single sign-on or clustering. You must install an Oracle Application Server 10g Infrastructure in your network prior to installing the Portal and Wireless and Business Intelligence and Forms. For better performance and easier manageability, you must install Oracle Application Server 10g Infrastructure on a separate computer.

Download the software from http://www.oracle.com/technology/software/products/ias/htdocs/101202.html

su root xhost + su asinf vi .bash_profile export PATH unset USERNAME export ORACLE_SID=infra export ORACLE_HOME=/d01/oracle/infra export PATH=$PATH:$ORACLE_HOME/bin

./runInstaller

Global Database name asinf.com SID- asinf

welcome1

Instance name orasso Ias_admin password welcome1

To start database and application server To stop su root xhost + su - asinf cd $ORACLE_HOME/bin sh runstartupconsole.sh stop To start su root xhost + su - asinf cd $ORACLE_HOME/bin sh runstartupconsole.sh start

http://linux1.com:1156/

Вам также может понравиться