1.dm8安装
1).通过xftp 把dm8的包放到linux系统下面
2).挂在到mnt文件夹下面 mount /opt/dm8_20210818_x86_rh6_64_ent_8.4.2.18_pack14.iso /mnt
3).创建用户和用户组
groupadd dinstall ---用户组
useradd -g dinstall dmdba ----用户
passwd dmdba ---设置用户密码
4).规划安装路径
mkdir -p /dm8--建立dm8文件夹
ls -ld /dm8--判断是否存在
chown dmdba:dinstall /dm8--授权给用户dmdba
5).设置图形化值并打开图形化界面
[root@localhost mnt]# xhost +
access control disabled, clients can connect from any host
[root@localhost mnt]# echo $DISPLAY
:0.0
[root@localhost mnt]# su - dmdba
[dmdba@localhost ~]$ export DISPLAY=:0.0
[dmdba@localhost ~]$ xhost +
access control disabled, clients can connect from any host
[dmdba@localhost ~]$ cd /mnt
[dmdba@localhost mnt]$ ls
'DM8 Install.pdf'
DMInstall.bin
[dmdba@localhost mnt]$ ./DMInstall.bin
安装时,可以不需要 KEY 文件。替换 KEY ,将 KEY 文件拷贝到数据库安装目录 (/dm8) 的 bin
目录下,重启数据库实例生效即可。
6)按照提示下一步即可,安装在刚新增的文件夹下面