没有合适的资源?快使用搜索试试~ 我知道了~
首页[原创]Guide: Installing Oracle Enterprise Manager Grid Control 10.2.0.5 on Oracle Database 11gR2 and RHEL Linux 5.4
包括 Repository Database (oracle 11gR2)的安装,静默方式安装 EM Grid Control 10.2.0.3 并升级到10.2.0.5, Grid Control 配置,安装 Grid Control Agent 及 Grid Control OMS's 和 Agent 的中间补丁 OPatch 升级,内容详实细致包括所有的操作步骤命令并配有安装界面截图。
资源详情
资源评论
资源推荐

Guide: Installing Oracle Enterprise
Manager Grid Control 10.2.0.5 on
Oracle Database 11
gR2
and Linux
by JieShu Wang (王杰树)
Drafted in Feb 18,1010
[root@emgc ~]# # Installing oracle database 11gR2
[root@emgc ~]# hostname
emgc.rzfgj.com
[root@emgc ~]# hostname -i
172.16.32.175
[root@emgc ~]# uname -rm
2.6.18-164.11.1.el5 x86_64
[root@emgc ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
172.16.32.175 emgc.rzfgj.com emgc
[root@emgc ~]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=emgc.rzfgj.com
[root@emgc ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
DEVICE=eth0
BOOTPROTO=none
BROADCAST=172.16.32.255
HWADDR=00:50:56:92:07:6d
IPADDR=172.16.32.175
NETMASK=255.255.255.0
NETWORK=172.16.32.0
ONBOOT=yes
GATEWAY=172.16.32.1
TYPE=Ethernet
[root@emgc ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
DEVICE=eth1
BOOTPROTO=none

BROADCAST=192.168.254.255
HWADDR=00:50:56:92:40:a9
IPADDR=192.168.254.175
NETMASK=255.255.255.0
NETWORK=192.168.254.0
ONBOOT=yes
TYPE=Ethernet
[root@emgc ~]# id oracle
uid=502(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper)
[root@emgc ~]# # packages for installing db 11gR2
[root@emgc ~]# rpm -q binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel gcc gcc-c++
glibc glibc-common glibc-devel glibc-headers ksh libaio libaio-devel libgcc libstdc++
libstdc++-devel make sysstat unixODBC unixODBC-devel
binutils-2.17.50.0.6-12.el5
compat-libstdc++-33-3.2.3-61
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.137-3.el5
elfutils-libelf-0.137-3.el5
elfutils-libelf-devel-0.137-3.el5
gcc-4.1.2-46.el5_4.2
gcc-c++-4.1.2-46.el5_4.2
glibc-2.5-42.el5_4.3
glibc-2.5-42.el5_4.3
glibc-common-2.5-42.el5_4.3
glibc-devel-2.5-42.el5_4.3
glibc-devel-2.5-42.el5_4.3
glibc-headers-2.5-42.el5_4.3
ksh-20080202-14.el5_4.2
libaio-0.3.106-3.2
libaio-0.3.106-3.2
libaio-devel-0.3.106-3.2
libaio-devel-0.3.106-3.2
libgcc-4.1.2-46.el5_4.2
libgcc-4.1.2-46.el5_4.2
libstdc++-4.1.2-46.el5_4.2
libstdc++-4.1.2-46.el5_4.2
libstdc++-devel-4.1.2-46.el5_4.2
make-3.81-3.el5
sysstat-7.0.2-3.el5
unixODBC-2.2.11-7.1
unixODBC-2.2.11-7.1
unixODBC-devel-2.2.11-7.1
unixODBC-devel-2.2.11-7.1
[root@emgc ~]# # packages for installing emgc 10.2.0.5

[root@emgc ~]# rpm -q compat-db libXp openmotif22 pdksh
compat-db-4.2.52-5.1
compat-db-4.2.52-5.1
libXp-1.0.0-8.1.el5
libXp-1.0.0-8.1.el5
openmotif22-2.2.3-18
openmotif22-2.2.3-18
pdksh-5.2.14-36.el5
[root@emgc ~]# # optinoal packages for others
[root@emgc ~]# rpm -q cvuqdisk oracle-validated perl-Digest-SHA1 oracleasm oracleasm-support
oracleasmlib
cvuqdisk-1.0.7-1
oracle-validated-1.0.0-18.el5
perl-Digest-SHA1-2.11-1.2.1
package oracleasm is not installed
oracleasm-support-2.1.3-1.el5
oracleasmlib-2.0.4-1.el5
[root@emgc ~]# # optionalc for ASMLib
[root@emgc ~]# oracleasm configure -i
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting <ENTER> without typing an
answer will keep that current value. Ctrl-C will abort.
Default user to own the driver interface [grid]:
Default group to own the driver interface [asmadmin]:
Start Oracle ASM library driver on boot (y/n) [y]:
Scan for Oracle ASM disks on boot (y/n) [y]:
Writing Oracle ASM library driver configuration: done
[root@emgc ~]# oracleasm init
[root@emgc ~]# /etc/init.d/oracleasm enable
Writing Oracle ASM library driver configuration: done
Initializing the Oracle ASMLib driver: [ OK ]
Scanning the system for Oracle ASMLib disks: [ OK ]
[root@emgc ~]# /etc/init.d/oracleasm restart
Dropping Oracle ASMLib disks: [ OK ]
Shutting down the Oracle ASMLib driver: [ OK ]
Initializing the Oracle ASMLib driver: [ OK ]
Scanning the system for Oracle ASMLib disks: [ OK ]
[root@emgc ~]#
[root@emgc ~]# cat /etc/sysctl.conf

# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 1
# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 8192
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 4398046511104
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
kernel.sem = 250 32000 100 142
fs.aio-max-nr = 3145728
fs.file-max = 6815744
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
kernel.msgmni = 2878

kernel.shmmni = 4096
# For 11g recommended value for net.core.rmem_max is 4194304
# For 10g uncomment the following line, comment other entries for this parameter and re-run
sysctl -p
# net.core.rmem_max=2097152
[root@emgc ~]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 1
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 8192
kernel.shmmax = 4398046511104
kernel.shmall = 4294967296
kernel.sem = 250 32000 100 142
fs.aio-max-nr = 3145728
fs.file-max = 6815744
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
kernel.msgmni = 2878
kernel.shmmni = 4096
[root@emgc ~]#
[root@emgc ~]# cat /etc/security/limits.conf
# /etc/security/limits.conf
#
#Each line describes a limit for a user in the form:
#<domain> <type> <item> <value>
#Where:
#<domain> can be:
# - an user name
# - a group name, with @group syntax
# - the wildcard *, for default entry
# - the wildcard %, can be also used with %group syntax,
# for maxlogin limit
#<type> can have the two values:
# - "soft" for enforcing the soft limits
# - "hard" for enforcing hard limits
#<item> can be one of the following:
# - core - limits the core file size (KB)
剩余119页未读,继续阅读

















安全验证
文档复制为VIP权益,开通VIP直接复制

评论2