(实战)oracle静默安装runInstaller数据库软件 --参数说明+举例

安装数据库软件

su - oracle

cd database/

export LANG=en_US

export LANG=en_US.UTF-8

./runInstaller 进行安装

yum install -y binutils-* libXp* compat-libstdc++-33-* elfutils-libelf-* elfutils-libelf-devel-* gcc-* gcc-c++-* glibc-* glibc-common-* glibc-devel-* glibc-headers-* ksh-* libaio-* libgcc-* libstdc++-* make-* sysstat-* unixODBC-* unixODBC-devel-*s zip unzip psmisc

sed -i "s/oracle.install.option=/oracle.install.option=INSTALL_DB_SWONLY/g" /oradata/software/database/response/db_install.rsp

sed -i "s/UNIX_GROUP_NAME=/UNIX_GROUP_NAME=oinstall/g" /oradata/software/database/response/db_install.rsp

sed -i "s/INVENTORY_LOCATION=/INVENTORY_LOCATION=\/u01\/app\/oraInventory/g" /oradata/software/database/response/db_install.rsp

sed -i "s/ORACLE_HOME=/ORACLE_HOME=\/u01\/app\/oracle\/product\/11.2.0.4\/db_1/g" /oradata/software/database/response/db_install.rsp

sed -i "s/ORACLE_BASE=/ORACLE_BASE=\/u01\/app\/oracle/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.InstallEdition=/oracle.install.db.InstallEdition=EE/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.EEOptionsSelection=false/oracle.install.db.EEOptionsSelection=true/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.DBA_GROUP=/oracle.install.db.DBA_GROUP=oinstall/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.OPER_GROUP=/oracle.install.db.OPER_GROUP=oinstall/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.config.starterdb.type=/oracle.install.db.config.starterdb.type=GENERAL_PURPOSE/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.config.starterdb.storageType=/oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE/g" /oradata/software/database/response/db_install.rsp

sed -i "s/oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=\/oradata/g" /oradata/software/database/response/db_install.rsp

sed -i "s/DECLINE_SECURITY_UPDATES=/DECLINE_SECURITY_UPDATES=true/g" /oradata/software/database/response/db_install.rsp

su - oracle -c "/oradata/software/database/runInstaller -silent -debug -waitforcompletion -nowait -force -responseFile /oradata/software/database/response/db_install.rsp"

/// -responseFile -- <响应文件的完全限定路径>

=========================================================================

/home/oracle/database/response下有有enterprise.rsp、standard.rsp和custom.rsp三个应答文件,分别对应企业版、标准版和定制的安装。

1.--编辑文件:enterprise.rsp

--参数说明:主要修改如下选项:

oracle.install.option=INSTALL_DB_SWONLY -- 安装类型

ORACLE_HOSTNAME=rac1 -- 主机名称

UNIX_GROUP_NAME=oinstall -- 安装组

INVENTORY_LOCATION=/db/oracle/oraInventory -- INVENTORY目录

SELECTED_LANGUAGES=en,zh_CN -- 选择语言

ORACLE_HOME=/db/oracle/product/11.2.0/db_1 -- oracle_home

ORACLE_BASE=/db/oracle -- oracle_base

oracle.install.db.InstallEdition=EE -- oracle版本

oracle.install.db.isCustomInstall=true -- 自定义安装

oracle.install.db.DBA_GROUP=dba -- dba用户组

oracle.install.db.OPER_GROUP=oinstall -- oper用户组

oracle.install.db.config.starterdb.type=GENERAL_PURPOSE -- 数据库类型

oracle.install.db.config.starterdb.globalDBName=RAC1 -- globalDBName

oracle.install.db.config.starterdb.SID=RAC1 -- SID

oracle.install.db.config.starterdb.memoryLimit=512 -- 自动管理内存的最小内存(M)

oracle.install.db.config.starterdb.password.ALL=oracle -- 设定所有数据库用户使用同一个密码

DECLINE_SECURITY_UPDATES=true -- 设置安全更新 必须设置为true,否会提示 email 地址没有设置不能安装

注意安装过程中根据需要进行修改,可配置先安装软件再创建数据库实例,或同时安装。

2.--执行安装

./runInstaller -silent -responseFile /home/oracle/database/response/enterprise.rsp

相关推荐
李白客32 分钟前
数据融合平台怎么选:批流一体、实时同步与数据质量的 7 个维度
数据库·数据库架构
数据库小学妹44 分钟前
MySQL库存扣减实战:原子UPDATE、分桶方案与锁范围分析
数据库·后端·mysql
旺仔不是程序员1 小时前
LIMIT 1:PostgreSQL 只取一行的高效查询姿势
数据库·后端·sql
烟沙九洲2 小时前
Redis 缓存穿透、缓存击穿、缓存雪崩
数据库·redis
Elastic 中国社区官方博客2 小时前
jina-ocr-v1:在低成本 GPU 上实现更快速的文档解析
大数据·数据库·elasticsearch·搜索引擎·全文检索·jina
于平安2 小时前
MySQL-变量,流程控制与游标
数据库·mysql
小刘在重生~2 小时前
Oracle_day2 单行函数|组函数|分组|伪列|子查询|分页|多表连接
笔记·oracle·面试
我滴老baby2 小时前
检索的上限,在切块时就定了:一次〈民法典〉实测,看懂 ChatDOC 的“上下文检索”
数据库·全文检索·文档处理
Databend2 小时前
Jev 爆火之后,我们把它集成进了数据湖仓
大数据·数据库·agent