瀚高資料庫V4 1 1標準化安裝流程

2021-08-28 19:15:07 字數 2070 閱讀 5309

目錄

文件用途

詳細資訊

相關文件

文件用途

詳細介紹瀚高資料庫v4.1.1的標準化安裝流程。

詳細資訊

安裝目錄:  /home/hgdb4.1.1/

data目錄: /data/highgo/4.1.1/data

歸檔目錄: /hgarch

grep memtotal /proc/meminfo

grep swaptotal /proc/meminfo

service iptables stop

chkconfig iptables off

service networkmanager stop

chkconfig networkmanager off

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

cat /etc/selinux/config

setenforce 0

cat /etc/sysconfig/network

cat /etc/hosts

cat /etc/sysconfig/clock

date

vi /etc/yum.repos.d/highgo.repo

[server]

name=red hat enterprise linux $releasever beta - $basearch - source

baseurl=file:///mnt

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-redhat-release

掛載作業系統映象

mount  /dev/sr0 /mnt

yum install wget readline readline-static readline-devel zlib zlib-devel zlib-static openssl openssl-devel pam-devel libxml2-devel libxslt-devel python-devel tcl-devel gcc gcc-c++ -y

mkdir -p /home/hgdb4.1.1/

mkdir -p /data/highgo/4.1.1/data

mkdir /hgarch

chown -r highgo:highgo /home/hgdb4.1.1

chown -r highgo:highgo /data

chown -r highgo:highgo /hgarch

vi /etc/sysctl.conf

#for highgo db 4.1.1

kernel.shmmni = 4096

kernel.sem = 4096 2147483647 2147483646 512000

fs.file-max = 7672460

net.ipv4.ip_local_port_range = 9000 65000

net.core.rmem_default = 1048576

net.core.rmem_max = 4194304

net.core.wmem_default = 262144

net.core.wmem_max = 1048576

net.ipv4.tcp_tw_recycle = 1

net.ipv4.tcp_max_syn_backlog = 4096

net.core.netdev_max_backlog = 10000

vm.overcommit_memory = 0

fs.aio-max-nr = 1048576

net.ipv4.tcp_timestamps = 0

root使用者執行如下命令是引數立即生效。

sysctl -p

詳細的配置作業系統limits、設定highgo使用者環境變數、修改資料庫引數、修改網路訪問控制以及解除安裝資料庫等請登入【瀚高技術支援平台】檢視

瀚高資料庫安全配置要求

目錄 文件用途 詳細資訊 文件用途 使用瀚高資料庫時建議遵循的相關要求。詳細資訊 i.應使用安全係數較高的資料庫使用者密碼且不可輕易洩露。安全係數可由數字 大小寫字母和特殊字元的組合實現,不以特殊字元作為開頭,建議長度為十位及以上。ii.應按照應用及使用者來合理分配賬號和許可權,避免不同使用者共享h...

go語言連線瀚高資料庫 APP

目錄 環境文件用途 詳細資訊 環境系統平台 microsoft windows 64 bit 10 版本 5.6.4 文件用途 詳細資訊 預設情況下.msi檔案會安裝在c go目錄下。你可以將c go bin目錄新增到path環境變數中。新增後你需要重啟命令視窗才能生效。建立工作目錄c go wor...

查詢瀚高資料庫產生的歸檔量

目錄 文件用途 詳細資訊 文件用途 查詢瀚高資料庫產生的歸檔量 詳細資訊 使用如下語句可查詢瀚高資料庫產生的歸檔數量。with tmp file as select t1.file,t1.file ls,pg stat file t1.file modification as last update...