在很多企業級安裝資料庫時,常常有大規模的安裝任務,這時使用響應檔案來批量安裝可以提高工作效率,下面介紹資料庫軟體的靜默安裝方式。
一、資料庫伺服器端安裝
1. 生成安裝響應檔案
$./runinstaller -record -destinationfile /tmp/install_database_10g.rsp
這時會啟**形介面來錄製我們需要的響應檔案。
注意:
當安裝介面到達最後一步時選擇cancel
得到這個響應檔案我們就可以靜默安裝oracle了
install_database.rsp檔案是由很多引數組成的,並且有詳細的說明:
一般我們需要注意的引數有:
2 .修改響應檔案的相關引數
unix_group_name="oinstall" ----安裝使用者組
from_location="/software/db/10g/disk1/stage/produc ts.xml" -安裝原始檔位址
oracle_home="/u01/oracle/product/db10gr2" ---oracle_home
oracle_home_name="db10gr2" ---- oracle_home_name
selected_languages= ----語言
component_languages= ----語言
install_type="enterprise edition" --企業版
3.靜默安裝資料庫軟體
$./runinstaller -silent -responsefile /tmp/install_database_10g.rsp
4. 靜默公升級
解壓oracle公升級包,在response目錄下有patchset.rsp相應檔案,修改相應的引數:
unix_group_name="oinstall" ----安裝使用者組
from_location="/software/db/10g/patch/disk1/stage/ products.xml" -公升級原始檔位址
oracle_home="/u01/oracle/product/db10gr2" ---oracle_home
oracle_home_name="db10gr2" ---- oracle_home_name
component_languages= ----語言
然後再執行
./runinstaller -silent -responsefile ./patchset.rsp
靜默安裝oracle
在看這篇文章時請先看完圖形安裝,有個了解之後看這篇比較好。在靜默安裝之前必須將先前裝的資料庫解除安裝掉,並刪除相應的目錄,必須得刪除乾淨 除了product 目錄外,其餘的全部刪掉 進入到下面目錄 將其中的檔案全部刪掉 以root登陸,進入 etc目錄,執行 rm rf ora 刪除以ora 開始的...
靜默安裝的方式
a.要使用靜默安裝的方式安裝用installshield技術打包的程式,首先要在現有的作業系統中建立乙個setup.iss檔案。在命令列視窗中使用 r 引數 大小寫敏感 執行安裝程式。例如 setup.exe r b.接著會顯示常見的安裝螢幕,並且詢問你一些問題,例如要安裝的目錄等有一點是很重要的,...
轉殖方式靜默安裝standalone
上次用tar包config了乙個rac,但是config調的是圖形介面。這次再看了下config的引數,靜默安裝成功了。1.tar打包grid home並解壓到新環境的grid home下 2.更新集群配置 oracle home oui bin runinstaller updatenodelis...