虚拟机测试环境,最小化默认安装rhel7,然后开始建用户、目录、挂载dm8安装包
-
[dmdba@localhost ~]$ ls
-
dm8_20210607_x86_rh6_64_ent_8.1.2.18_pack2.iso
[dmdba@localhost ~]$ cat /etc/re*se
red hat enterprise linux server release 7.6 (maipo)
-
[dmdba@localhost ~]$ dbca.sh
-
exception: java.lang.noclassdeffounderror thrown from the uncaughtexceptionhandler in thread "main"
安装了x11后,执行xclock没问题,检查java没有
解决方法:
-
挂载os光盘
-
mount -r /dev/sr0 /mnt
-
-
cat > /etc/yum.repos.d/yum.repo<<eof
-
-
[rhel77]
-
name=rhel77
-
baseurl=file:///mnt
-
gpgcheck=0
-
eof
-
-
-
yum -y groupinstall "server with gui"
阅读(651) | 评论(0) | 转发(0) |