摘要:
安装数据库时,预检发现软件包compat-libstdc++-33没装 挂载了redhat 6.7 ISO mount -o loop ./rhel-server-6.7-x86_64-dvd.iso /mnt 并配置了repo [root@db1 yum.repos.d]# cat local.r 阅读全文
摘要:
在局域网内搭建DNS服务器,并将www.vcsa.com解析为10.1.132.15 1.安装Linux Oracle linux 7.3,IP:10.1.132.1 2.安装bin 挂载linux 7.3 安装盘 写repo 3.安装bind 4./etc/named.conf 5./etc/na 阅读全文
摘要:
用putty连去esxi,执行如下: 1)找到出问题的硬盘 ls -lha /vmfs/devices/disks/ 2)检查是否报错 partedUtil getptbl /vmfs/devices/disks/naa.5000c500a652aae3 3)重建分区表 partedUtil set 阅读全文
摘要:
windows cmd: certutil -hashfile filename MD5 阅读全文
摘要:
VMware官网对安装介质的下载有账号限制,可以去戴尔官方网站下载: 为R730下载对应的ESXi 6.5安装介质 网址:http://support.dell.com 阅读全文
摘要:
在NIC Teaming的测试中,拔掉了vSwitch0连接着的两根网线中的一根,报警出现: “摘要”中有具体信息: 重新把网线插上,刷新,报警不会自己消失。如果确认已经被点掉,以下是找到并消除报警的地方: 阅读全文
摘要:
1)初始安装后,方向键/退格键乱码 /etc/vim/vimrc.tiny set compatible->set nocompatible 下面再增加一行: set backspace=2 2)配置网卡信息 /etc/network/interfaces reboot 3)创建用户,并授予root 阅读全文
摘要:
问题: 想查询磁盘uuid配置udev规则,但发现vmware中安装的linux 7.3 不返回内容: 原因: 虚拟机默认配置 解决方法: 1.关闭虚拟机 2.找到vmx文件,在最后加上disk.EnableUUID="TRUE" 3.开机,再次查询UUID 信息来源: http://blog.it 阅读全文
摘要:
以下命令均在登入CVM后执行 1)创建集群 cluster -s cvm_ip create 2)查看集群状态 cluster status 3)停止集群 cluster stop 4)删除集群 cluster destroy 5)配置集群名称 ncli cluster edit-params ne 阅读全文
摘要:
更改CVM IP 1.登陆CVM,停止集群nutanix@cvm$ cluster stop 2.进入reconfiguration 模式nutanix@cvm$ nutanix@cvm$ cluster reconfig该步骤会将集群内所有节点都改到reconfig模式 3.重启genesisnu 阅读全文