三、ogg軟體安裝(source、target)
上傳、解壓ogg安裝包並修改屬主:
unzip 122022_fbo_ggs_linux_x64_shiphome.zip
chown -r oracle:oinstall 122022_fbo_ggs_linux_x64_shiphome
修改oracle壞境變數
1、靜默安裝:
cd /fbo_ggs_linux_x64_shiphome/disk1/response/
view plain copy
install_option=ora11g ----11g資料庫選擇ora11g,12c選擇ora12c
software_location=/u01/ogg12 ----ogg安裝目錄
開始安裝
/fbo_ggs_linux_x64_shiphome/disk1/runinstaller -silent -nowait -responsefile
2、圖形安裝(建議)
export display=192.168.184.1:0.0
/fbo_ggs_linux_x64_shiphome/disk1/runinstaller
在安裝過程中需要自行選擇對應的資料庫版本以及ogg軟體安裝路徑
mysql的安裝ogg OGG安裝
1.安裝深圳站點的ogg軟體 1.1.上傳ogg安裝軟體 建立使用者 ogg,使用ogg賬號把ogg軟體上傳到目標環境。root 兩個節點都執行 useradd g oinstall d ogg m oggchown r ogg oinstall oggchmod 775 ogg 設定密碼 pass...
linux rpm安裝軟體和yum安裝軟體
在linux安裝軟體通常用 rpm和yum 1 rpm二進位製包安裝 編譯後的檔案,不開源,安裝速度較快,但是會存在依賴關係,副檔名是.rpm結尾的。依賴關係 依賴關係一般分為,順序依賴,環形依賴,模組依賴。順序依賴 比如安裝a軟體,則系統系統需要安裝b軟體,所以必須先安裝完b在安裝a,如圖 測試安...
軟體安裝 gcc安裝
2 用以下命令安裝 gunzip gcc 3.4.6 sol10 sparc local.gz pkgadd d gcc 3.4.6 sol10 sparc local 第二個包類同以上的安裝 3 設定路徑 對使用sh的使用者編輯.profile檔案,寫入語句path path opt gnome ...