Welcome 微信登录

首页 / 数据库 / MySQL / Oracle 11gr2 单机silent静默安装过程记录

注意:
1. 发现各个版本的runInstall的命令可能不一样,相同的命令在不同版本之间可能不能通用。2. 因为安装的是Oracle软件,并且是企业版,所以所有的前期安装准备还是要做的,包括修改内核参数,配置内存,空间大小要求,包要求,该满足的还是要满足的,否则可能会失败。3. 静默模式最大的问题是响应文件的编辑,目前发现响应文件稍微不对,就会出现响应文件invaild问题,少参数或者参数指定了错误的值。4. 前期创建用户和组,以及修改权限,参数的工作本文不叙述静默安装命令及过程
./runInstaller  -silent -force -ignorePrereq -responseFile/home/oracle/db.rsp说明:-silent 必须要有-ignorePrereq  如果哪块没有符合要求,不添加可能就安装不过去了-force 软件可以安装在一个非空目录中-responseFile 指定响应文件 安装命令显示:Starting Oracle Universal Installer... Checking Temp space: must be greater than120 MB. Actual 8452 MB    PassedChecking swap space: must be greater than150 MB. Actual 1897 MB    PassedPreparing to launch Oracle UniversalInstaller from /tmp/OraInstall2013-12-18_06-27-09PM. Please wait...[oracle@linux1 database]$ You can find the log of this install session at: /oracle/oraInventory/logs/installActions2013-12-18_06-27-09PM.logThe following configuration scripts need tobe executed as the "root" user. #!/bin/sh #Root scripts to run /oracle/product/11.2.0/dbhome_1/root.shTo execute the configuration scripts:        1. Open a terminal window        2. Log in as "root"        3. Run the scripts        4. Return to this window and hit "Enter" key to continue--执行完root脚本,此处打回车[oracle@linux1 database]$另开root窗口执行/oracle/product/11.2.0/dbhome_1/root.sh响应文件内容
注意:只适合此版本11.2.0.1.0(是否适合其他版本没有测试)仔细看一下,下面好多db的属性都指定了,但是好像不指定又不行,就严格按照下边写吧db.rsp内容[oracle@linux1 ~]$ more db1.rsp
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=linux1
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/oracle/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/oracle/product/11.2.0/dbhome_1
ORACLE_BASE=/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.isCustomInstall=false
oracle.install.db.customComponents=
oracle.install.db.DBA_GROUP=dba
oracle.install.db.OPER_GROUP=dba
oracle.install.db.CLUSTER_NODES=
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
oracle.install.db.config.starterdb.globalDBName=
oracle.install.db.config.starterdb.SID=
oracle.install.db.config.starterdb.characterSet=
oracle.install.db.config.starterdb.memoryLimit=
oracle.install.db.config.starterdb.memoryOption=false
oracle.install.db.config.starterdb.installExampleSchemas=false
oracle.install.db.config.starterdb.enableSecuritySettings=true
oracle.install.db.config.starterdb.password.ALL=
oracle.install.db.config.starterdb.password.SYS=
oracle.install.db.config.starterdb.password.SYSTEM=
oracle.install.db.config.starterdb.password.SYSMAN=
oracle.install.db.config.starterdb.password.DBSNMP=
oracle.install.db.config.starterdb.control=DB_CONTROL
oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
oracle.install.db.config.starterdb.dbcontrol.emailAddress=
oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
oracle.install.db.config.starterdb.automatedBackup.enable=false
oracle.install.db.config.starterdb.automatedBackup.osuid=
oracle.install.db.config.starterdb.automatedBackup.ospwd=
oracle.install.db.config.starterdb.storageType=
oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=
oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
oracle.install.db.config.asm.diskGroup=
oracle.install.db.config.asm.ASMSNMPPassword=
MYORACLESUPPORT_USERNAME=
MYORACLESUPPORT_PASSWORD=
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=true
PROXY_HOST=
PROXY_PORT=
[oracle@linux1 ~]$相关阅读:Oracle 12C静默安装与配置 http://www.linuxidc.com/Linux/2013-07/87696.htmOracle教程之Oracle静默安装 http://www.linuxidc.com/Linux/2013-04/82818.htmOracle 静默安装简要的注意事项 http://www.linuxidc.com/Linux/2013-03/81985.htm静默安装Oracle数据库 http://www.linuxidc.com/Linux/2013-01/78232.htm非图形化静默安装Oracle 11g  http://www.linuxidc.com/Linux/2013-01/78156.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12ORA-28002/ORA-28000 解决11g 密码过期、密码输错锁住用户问题--修改 default profileOracle 11g自动创建分区(INTERVAL PATITION)后的定时删分区相关资讯      Oracle静默安装  Oracle 11gR2 
  • CentOS 7上安装Oracle 11gR2 全程  (07月25日)
  • RHEL 6.5 安装Oracle 11gR2  (06月11日)
  • Oracle 11gR2中的自动并行度  (04月18日)
  • CentOS 无图形化安装Oracle 11gr2  (07月07日)
  • CentOS7安装Oracle 11gR2 图文详解  (04月23日)
  • Oracle 11g静默安装简明版  (03月01日)
本文评论 查看全部评论 (0)
表情: 姓名: 字数