随笔分类 - 运维
摘要:1. 服务端 1.1 mnvtl安装 依赖安装: yum install kernel-devel lzo wget mtx lsscsi sg3_utils -y mhvtl安装 wget http://www.mhvtl.com/downloads/mhvtl-utils-1.5-4.x86_6
阅读全文
摘要:从OCP面板登陆,然后重置RMI用户密码,然后web端admin登陆 分区
阅读全文
摘要:ssh-keyhen没有sshpass配合还是麻烦。。。 ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa for i in 192.168.7.{110..115};do ssh-copy-id root@${i};done
阅读全文
摘要:bond一般使用较多的是bond1与bond4,bond1为主备模式(高可用,不用交换机做网口聚合),bond4为负载均衡模式(需要交换机做网口聚合) 以下为bound1(主备模式)的配置 [root@localhost ~]# cat /etc/sysconfig/network-scripts/
阅读全文
摘要:1. vmware esxi安装centos8,开启内核虚拟化 2. 安装qemu-system-arrch64 操作: wget https://download.qemu.org/qemu-2.11.0.tar.xz tar xvJf qemu-2.11.0.tar.xz cd qemu-2.1
阅读全文