Vertica4x多資料庫例項埠配置

2021-09-06 03:34:42 字數 614 閱讀 6150

最近在用vertica資料庫,想同時啟動多個資料庫例項,但是在啟動的時候發現所有資料庫例項都是使用的同乙個埠:5433,這樣在同一時間就只能使用乙個資料庫例項,這對我來說用起來就有太多限制了。於是今天下午搞了半天總算發現vertica的埠定義檔案,對於不同的資料庫例項定義不同的埠就可以解決上面的問題了。步驟如下:

1. create multipul database instances through "admintools". for example: mydb1 and mydb2;

2. shutdown all database instances through "admintools";

3. change port number for database instances.

backup $/config/share/portinfo.dat file, and change port number for some database instances. 

for example: mydb1 uses 5433, mydb2 uses 5444.

4. restart verticad service

$ sudo /etc/init.d/verticad restart

Vertica5x多資料庫例項埠配置

今天公升級了vertica從4.0.x到5.0.4版本,發現vertica4x多資料庫例項埠配置 1.首先先停止所有的資料庫例項 2.建立多個資料庫例項,比如mydb1和mydb2 configuration install opts u fkong default base home dbadmi...

Vertica資料庫操作

刪除主鍵 vertica資料庫的主鍵值並非唯一的 select analyze constraints fb s.c log 找到key名,再 alter table fb s.c log drop constraint c primary select analyze constraints fb...

mysql 多資料庫例項 Mysql多例項安裝

前言 前文已經介紹單例項的安裝,我們接著進行mysql的多例項安裝,我們利用多個配置檔案,多個啟動檔案管理多例項 一 安裝依賴包yum install ncurses devel libaio devel gcc gcc c cmake perl cd mysql 5.5.32 編譯安裝cmake ...