達夢7在Linux平臺安裝
1.安裝前準備
建立安裝使用者dmdba,組dinstall
groupadd dinstall
useradd -g dinstall dmdba
初始化使用者密碼。
echo "dmdba" | passwd dmdba --stdin
作業系統限制修改
cat >> /etc/security/limits.conf <<EOF
# modify for dmrdbms
# data seg size
dmdba soft data 1048576
dmdba hard data 1048576
# file size
dmdba soft fsize unlimited
dmdba hard fsize unlimited
# open files
dmdba soft nofile 65536
dmdba hard nofile 65536
2.dmdba使用者執行安裝命令
./DMInstall.bin
root使用者執行提示指令碼
完成資料庫達夢7軟體部署
初始化資料庫
root使用者執行提示指令碼
按照提示操作
完成資料庫例項建立
3.登入資料庫例項
線上服務平臺地址: eco.dameng.com
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30327022/viewspace-2927652/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redhat 7 下安裝達夢7Redhat
- Oracle Linux 7.1中安裝達夢資料庫DM7OracleLinux資料庫
- 達夢安裝
- 在Linux上安裝redis7LinuxRedis
- 達夢資料庫DM8在LINUX環境下安裝步驟資料庫Linux
- Linux環境下達夢資料庫安裝及解除安裝手冊Linux資料庫
- MySQL 5.7.21 Linux平臺安裝 Part 2MySqlLinux
- 達夢資料庫安裝資料庫
- 【達夢】Docker安裝達夢資料庫 dm8Docker資料庫
- CentOS7使用Docker安裝STF安卓裝置管理平臺CentOSDocker安卓
- 【linux】驅動-7-平臺裝置驅動Linux
- 達夢8資料庫安裝和解除安裝資料庫
- linux平臺下安裝Python2.7.15和3.6LinuxPython
- Linux7安裝JDKLinuxJDK
- Linux 7 安裝Mysql 5.7LinuxMySql
- .NET平臺系列27:在 Linux 上安裝 .NET Core/.NET5/.NET6Linux
- Linux平臺下snmp服務的安裝和配置Linux
- mysql在linux安裝MySqlLinux
- Centos-8.2-安裝達夢資料庫CentOS資料庫
- 達夢資料庫odbc的安裝教程資料庫
- CentOS Linux7 安裝JDKCentOSLinuxJDK
- Linux 7安裝和配置phpmyadminLinuxPHP
- 達夢資料庫安裝及基礎操作資料庫
- 如何在windows中安裝達夢資料庫?Windows資料庫
- 在linux中安裝DockerLinuxDocker
- 在Linux上安裝gskitLinux
- 在Linux下安裝JDKLinuxJDK
- linux(麒麟 centos7)安裝7zLinuxCentOS
- 在linux(Centos 7以上版本親測)上安裝mysql5.6LinuxCentOSMySql
- Windows環境下達夢資料庫安裝及解除安裝手冊Windows資料庫
- linux 7z壓縮安裝Linux
- Linux-Redis安裝(CentOS7)LinuxRedisCentOS
- MySQL在Windows和Linux平臺上多版本多例項安裝配置方法(5.5、5.6、5.7、8.0)MySqlWindowsLinux
- Linux系統安裝01-centos7系統安裝LinuxCentOS
- oracle11g在linux7的靜默安裝指令碼OracleLinux指令碼
- 在Linux中安裝軟體Linux
- 在 Intel NUC 上安裝 LinuxIntelLinux
- 在 Linux 上安裝 VMware 工具Linux