真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

oracl安裝腳本-創(chuàng)新互聯(lián)

#!/bin/bash

五通橋ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯(lián)的ssl證書銷售渠道,可以享受市場價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:13518219792(備注:SSL證書合作)期待與您的合作!

ip=`ifconfig|grep 'inet addr:'|grep -v '127.0.0.1'|cut -d: -f2 |awk '{ print $1}'`

hostname=`echo $HOSTNAME`

echo "$ip $hostname ">>/etc/hosts

mem=`grep MemTotal /proc/meminfo|awk '{print $2}'`

shmmax=$(($mem/2*1024))

ora_dir=/database/

sed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config

setenforce 0

#install packages

yum -y install unzip binutils*x86_64* glibc*x86_64* compat-libstdc++*x86_64* elfutils-libelf*x86_64*  gcc*x86_64* ksh-*x86_64* libaio*x86_64* libgcc*x86_64* libstdc++*x86_64* make*x86_64* numactl-devel*x86_64* sysstat-9*x86_64* compat-libstdc++*i686* compat-libcap* libXp* libaio*

unzip /linux.x64_11gR2_database_1of2.zip  //必須先把安裝文件下載到相應(yīng)目錄,才能解壓

unzip /linux.x64_11gR2_database_2of2.zip

groupadd oinstall

groupadd dba

useradd -g oinstall -G dba oracle

echo oracle123|passwd oracle --stdin

mkdir -p /u01/app

chown -R oracle.oinstall /u01

chown -R oracle.oinstall $ora_dir

#chmod +x $ora_dir/runInstaller

#chmod 777 $ora_dir/install/.oui

#chmod 777 $ora_dir/install/unzip

#Modify the kernel parameters

sed -i -e "s/kernel.shmall.*/kernel.shmall = 2097152/" -e "s/kernel.shmmax.*/kernel.shmmax = $shmmax/" /etc/sysctl.conf

cat >>/etc/sysctl.conf<

kernel.shmmni = 4096

kernel.sem = 250 32000 100 128

fs.file-max = 6815744

net.ipv4.ip_local_port_range = 900 65000

net.core.rmem_default= 262144

net.core.rmem_max= 4194304

net.core.wmem_default= 262144

net.core.wmem_max= 1048576

EOF

sysctl -p

#Modify the configuration of system resources

cat >> /etc/security/limits.conf <

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

EOF

cat >/home/oracle/.bash_profile<

# .bash_profile

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

    . ~/.bashrc

fi

# User specific environment and startup programs

TMP=/tmp;export TMP

TMPDIR=\$TMP;export TMPDIR

ORACLE_BASE=/u01/app/oracle;export ORACLE_BASE

ORACLE_HOME=\$ORACLE_BASE/product/11.2.0/db_1;export ORACLE_HOME

ORACLE_SID=orcl;export ORACLE_SID

LD_LIBRARY_PATH=\$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

PATH=\$PATH:\$HOME/bin:\$ORACLE_HOME/bin;export PATH

EOF

source /home/oracle/.bash_profile

xhost +

su oracle -c "export LANG=en_US && $ora_dir/runInstaller -silent -ignorePrereq -responseFile /db.rsp"   //應(yīng)答腳本db.rsp得先準(zhǔn)備好

sleep 18m               //安裝時(shí)間,這個(gè)自己把握。18分鐘后再執(zhí)行下面的腳本

/u01/app/oraInventory/orainstRoot.sh

/u01/app/oracle/product/11.2.0/db_1/root.sh

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


文章題目:oracl安裝腳本-創(chuàng)新互聯(lián)
網(wǎng)頁路徑:http://weahome.cn/article/dopogp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部