GoldenGate安裝以及環境配置

2021-10-02 16:38:24 字數 2133 閱讀 4718

goldengate安裝以及環境配置

對應goldengate安裝以及環境配置,對應以goldengate2017為基準;

安裝準備

goldengate2017安裝可以採用ads2017的license即可;

安裝goldengate2017應配套ads使用,否則對應使用時,goldengate將無法顯示**結果;

對應ads與goldengate,呼叫的均是agileesofd的license管理方案,因此如果同時啟動兩個license,可能會報錯;

合理的方案的使用ads與goldengate中相對高階的license管理方案,同時,將兩者的license合二為一,將ads與goldengate的tcp port設定為一樣;

對應設定license變數時,如果僅安裝ads,通常將license設定為agileesofd_license_file;

對於ads與goldengate如果均需要配置,將ads的license環境變數設定為ads_license_file;將goldengate的環境變數設定為goldengate_license_file;

安裝goldengate之前,建議先安裝ads,然後通過idf方式,先將ads整合到cadence中;

此文件中的部分內容可以認為是對ads整合到cadence中的部分修正;

goldengate安裝

對應goldengate安裝軟體包,進行解壓

to install goldengate, follow these steps.

untar the installation file using the following commands:

gunzip goldengate-201501-4-9-.tar.gz

tar -xvf goldengate-201501-4-9-.tar

go to goldengate-201501-4-9-/aa folder

start the installation program using the following command:

./user_install.sh

上述文字資訊參考自goldengate2015參考文件;進行第三操作的具體目的並不明確;進行配置後,對應當前使用者的根目錄下,會對cdsinit檔案進行修正;增加goldengate的相關配置資訊;

進行license掛載;此處需要注意應該將ads與goldengate的license合二為一;同時,注意licenseing的版本;

對應在etc的rclocal文字下編輯,使其得以開機啟動;

對應如下;

/eda/ads/goldengate-2017-update0.1/licensing/2017.01/linux_x86_64/bin/lmgrd -c /eda/cds_tool/license/ads/gg_license.lic

對應進行環境變數配置,環境配置參考如下,對應ads以及goldengate的環境變數配置

export [email protected]

export hpeesof_home=/eda/ads/ads2016_01/bin

export hpeesof_dir=/eda/ads/ads2016_01

export path=$ path:$hpeesof_dir/bin

export [email protected]

export xpedion=/eda/ads/goldengate-2017-update-0.1

export xpedion_cadence_version=617

(注意必須要制定使用的cadence的版本號)

注意在配置cadence環境變數時,如下兩句是必須條件;

export cds_load_env=csf

export cds_netlisting_mode=analog

對cadence的setup.loc進行修改;setup.loc對應路徑如下:

$cds_inst_dir/share/cdssetup/setup.loc

增加語句如下

$xpedion/aa/ $xpedion_cadence_version

$hpeesof_dir/idf/ads_site

Golden Gate入門指導 安裝篇

本 次實驗的安裝環境 os red hat enterprize linux 5.4 db oracle 10g gg ogg112101 fbo ggs linux x86 ora10g 32bit oracle think ggs tar xvof fbo ggs linux x86 ora10...

安裝GoldenGate錯誤OGG 01756

遇到這個錯誤的是最新版本goldengate v11.1.1.1,網路上查詢了下似乎都是這個版本遇到的問題,怪了。ggsci win1 41 add extract ext 01,tranlog,begin now 2011 08 13 12 52 58 warning ogg 01756 cann...

Node學習基礎之安裝node以及配置環境變數

自己選擇版本 我放在d盤 接著在cmd輸入node v 就能得到node的版本號 還有mpm v 下來進入安裝好的目錄 nodejs目錄 建立兩個資料夾 node cache和node global 然後開啟cmd 輸入 這兩行 npm config set prefix d program fil...