[root@localhost]groupadd dinstall
[root@localhost]useradd -g dinstall dmdba
[root@localhost]passwd dmdba
[root@localhost]mkdir -p /dm8
[root@localhost]chown dmdba:dinstall -R /dm8
[root@localhost]ls -ld /dm8
[root@localhost]mount -o loop /dm8/dm8_20220525_x86_rh6_64.iso /mnt
[root@localhost opt]# mkdir -p /opt/tmp
[root@localhost opt]# chmod 777 -R /opt/tmp
[dmdba@localhost ~]$ vi .bash_profile
export DM_INSTALL_TMPDIR=/opt/tmp
[dmdba@localhost ~]$ source .bash_profile
[root@localhost ~]# echo $DISPLAY
:0.0
[root@localhost ~]# xhost +
access control disabled, clients can connect from any host
[dmdba@localhost ~]$ export DISPLAY=:0.0
[dmdba@localhost ~]$ xhost +
[dmdba@localhost ~]$ cd /mnt
[dmdba@localhost mnt]$ ./DMInstall.bin
[root@localhost ~]# /dm8/script/root/root_installer.sh
[dmdba@localhost ~]$ cd /dm8/tool/
[dmdba@localhost tool]$ ./dbca.sh
[root@localhost ~]# mv /dm8/bin/DmServiceDMSERVER.service /usr/lib/systemd/system/DmServiceDMSERVER.service
[root@localhost ~]# systemctl enable DmServiceDMSERVER.service
[root@localhost ~]# systemctl start DmServiceDMSERVER.service
文章
阅读量
获赞