码迷,mamicode.com
首页 > 其他好文 > 详细

grid control 11.1.0.1 安装指南

时间:2015-06-04 11:57:30      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:grid control 11.1.0.

grid control 11.1.0.1 安装指南

废话少说,进入正题
系统版本
[root@gridcontrol ~]# lsb_release -a
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description:    Red Hat Enterprise Linux Server release 6.5 (Santiago)
Release:        6.5
Codename:       Santiago
软件版本:版本需要匹配
jdk:jdk-6u24-linux-x64-rpm.bin
weblogic:wls1032_generic
gridcontrol:GridControl_11.1.0.1.0_Linux_x86-64_1of3 GridControl_11.1.0.1.0_Linux_x86-64_2of3
GridControl_11.1.0.1.0_Linux_x86-64_3of3

注意配置/etc/hosts,格式为IP,域名,简称必须是这个格式
[root@gridcontrol rlwrap-0.37]# cat /etc/hosts
127.0.0.1   localhost.localdomain   localhost
192.170.100.8 server8.com           server8
192.170.100.2 server2.com           server2
192.170.100.6 server6.com           server6
192.170.100.12 gridcontrol.com      gridcontrol

1.安装emrep数据库
安装数据,下一步,下一步就可以,这里就不再多说,不过需要修改一下参数的值
ALTER SYSTEM SET log_buffer=10485760 SCOPE=SPFILE;
ALTER SYSTEM SET processes=500 SCOPE=SPFILE;
ALTER SYSTEM SET session_cached_cursors=200 SCOPE=SPFILE;
alter system set log_archive_dest_1=‘location=/home/oracle/app/archive‘ scope=spfile;
SELECT name FROM v$datafile;
ALTER DATABASE DATAFILE ‘/u01/oracle/oradata/emrep/undotbs01.dbf‘ RESIZE 200M;
注意开启归档
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.

Total System Global Area 4275781632 bytes
Fixed Size                  2235208 bytes
Variable Size             822084792 bytes
Database Buffers         3439329280 bytes
Redo Buffers               12132352 bytes
Database mounted.

SQL> alter database archivelog;

Database altered.

SQL> archive log list;
Database log mode              Archive Mode
Automatic archival             Enabled
Archive destination            /home/oracle/app/archive
Oldest online log sequence     3
Next log sequence to archive   5
Current log sequence           5
SQL> alter database open;

Database altered.
2.安装JDK,注意必须是1.6版本的,不能是jrocket(唉,在这里翻了大跟头)
已root 用户
chmod 755 jdk-6u24-linux-x64-rpm.bin
./jdk-6u24-linux-x64-rpm.bin
然后将解压处的rpm安装
rpm -ivh *.rpm --force --nodeps

安装完之后设置环境变量
ORACLE_SID=emrep
ORACLE_BASE=/home/oracle/app
ORACLE_HOME=$ORACLE_BASE/product/11.0.2/db_1
export ORACLE_SID ORACLE_BASE ORACLE_HOME
PATH=$PATH:$ORACLE_HOME/bin:$HOME/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
export PATH
export DISPLAY=192.170.100.188:0.0 
stty erase ^h
alias sqlplus=‘rlwrap sqlplus‘
alias rman=‘rlwrap rman‘

export OMS_HOME=$ORACLE_BASE/Middleware/oms11g
export AGENT_HOME=$ORACLE_BASE/Middleware/agent11g
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/X11R6/lib:$LD_LIBRARY_PATH
export ORACLE_MIDDLEWARE_HOME=$ORACLE_BASE/Middleware
export WLS_HOME=$ORACLE_BASE/Middleware/wlserver_10.3
export WT_HOME=$ORACLE_BASE/Middleware/Oracle_WT
export JAVA_HOME=/usr/java/default
export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
export CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib

查看一下java 版本
[oracle@gridcontrol ~]$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
[oracle@gridcontrol ~]$

3.安装weblogic10.3.2,注意必须是这个版本
 java -d64 -jar wls1032_generic.jar


技术分享 

 

技术分享

 

技术分享

 

技术分享

 

技术分享

 

安装完之后不要选择运行run quickstart


4.安装gridcontrol 11.1.0.1


 ./runInstaller 技术分享

 

技术分享

技术分享

 

技术分享

 

 安装缺失的包
rpm -q \
glibc \
rng-utils \
make \
binutils \
gcc \
libaio \
glibc-common \
compat-libstdc++-296 \
libstdc++ \
libstdc++-devel \
setarch \
sysstat \
compat-db | grep "not installed"
 [root@gridcontrol ~]# rpm -ivh *.rpm --force --nodeps
warning: compat-db-4.6.21-15.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
warning: rng-utils-2.0-1.14.1.fc6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 37017186: NOKEY
Preparing...                ########################################### [100%]
   1:setarch                ########################################### [ 20%]
   2:rng-utils              ########################################### [ 40%]
   3:compat-db              ########################################### [ 60%]
   4:compat-db              ########################################### [ 80%]
   5:compat-libstdc++-296   ########################################### [100%]

技术分享

技术分享

 

技术分享

 

技术分享

 

技术分享


删除之前的em
[oracle@gridcontrol 11g_grid_control_linux_x86-64]$ emca -deconfig dbcontrol db -repos drop

STARTED EMCA at Jun 3, 2015 9:00:35 PM
EM Configuration Assistant, Version 11.2.0.3.0 Production
Copyright (c) 2003, 2011, Oracle.  All rights reserved.

Enter the following information:
Database SID: emrep
Listener port number: 1521
Password for SYS user: 
Password for SYSMAN user: 
Password for SYSMAN user: 
----------------------------------------------------------------------
WARNING : While repository is dropped the database will be put in quiesce mode.
----------------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: y
Jun 3, 2015 9:00:45 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /home/oracle/app/cfgtoollogs/emca/emrep/emca_2015_06_03_21_00_34.log.
Jun 3, 2015 9:00:45 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
WARNING: ORA-28000: the account is locked

Jun 3, 2015 9:00:45 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
WARNING: Error initializing SQL connection. SQL operations cannot be performed
Jun 3, 2015 9:00:45 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
WARNING: EM is not configured for this database. No EM-specific actions can be performed. Some of the possible reasons may be:
 1) EM is configured with different hostname then physical host. Set environment variable ORACLE_HOSTNAME=<hostname> and re-run EMCA script
 2) ORACLE_HOSTNAME is set. Unset it and re-run EMCA script
Jun 3, 2015 9:00:45 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Dropping the EM repository (this may take a while) ...
Jun 3, 2015 9:02:50 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Repository successfully dropped
Enterprise Manager configuration completed successfully
FINISHED EMCA at Jun 3, 2015 9:02:50 PM

 

技术分享

 

技术分享

 

技术分享

 

技术分享

 

技术分享

已root执行脚本
/home/oracle/app/Middleware/oms11g/allroot.sh

 

技术分享

 

技术分享

 

 技术分享

 

技术分享

 

 

至此安装完成


 原创文章,严禁转载,转载必究

 

grid control 11.1.0.1 安装指南

标签:grid control 11.1.0.

原文地址:http://blog.csdn.net/cloudsnowe/article/details/46356511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!