上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页
摘要: # my global configglobal: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Ev 阅读全文
posted @ 2020-03-23 18:07 walkersss 阅读(2102) 评论(0) 推荐(0)
摘要: yum install -y nload iftop vim sysstat iostat nmon nmap lrzsz tumx htop psmisc net-tools.x86_64 wget zip unzip sysstat iotop dstat gcc lsof #!/bin/bas 阅读全文
posted @ 2020-03-23 16:53 walkersss 阅读(2055) 评论(0) 推荐(0)
摘要: 什么是Prometheus? Prometheus是由SoundCloud开发的开源监控报警系统和时序列数据库(TSDB)。Prometheus使用Go语言开发,是Google BorgMon监控系统的开源版本。2016年由Google发起Linux基金会旗下的原生云基金会(Cloud Native 阅读全文
posted @ 2020-03-23 16:50 walkersss 阅读(604) 评论(0) 推荐(0)
摘要: 一般操作是直接使用NTP,跟默认的时间服务器同步,但是最好还是让所有节点跟集群中的某台作为时间服务器的节点同步。步骤: 选择一台服务器作为时间服务器。 使用root用户,查看服务器是否安装ntp服务 rpm -qa|grep ntp 没有安装的话使用yum install -y ntpd 修改文件 阅读全文
posted @ 2020-03-23 10:46 walkersss 阅读(270) 评论(0) 推荐(0)
摘要: ESXi 6.7 手动克隆vm主机 1、开启ESXi 物理主机的ssh登陆 F2 ——》Troubleshooting Options——》ssh login ——》Enable 2、find / -name vm01/vmfs/volumes/5e6d0534-d9d952a0-ec48-1c87 阅读全文
posted @ 2020-03-14 18:46 walkersss 阅读(2758) 评论(0) 推荐(0)
摘要: 首先选中我们的虚拟机,选择操作->客户机操作系统->安装vmware tools 之后ssh进入我们的虚拟机 创建一个挂载点,其实就是创建一个目录 mkdir /cdrom 之后挂载vmware tools的光盘到这个目录 sudo mount /dev/cdrom /cdrom/ 这个时候会报一个 阅读全文
posted @ 2020-03-10 19:45 walkersss 阅读(9546) 评论(0) 推荐(0)
摘要: 最近对 VMware 虚拟化解决方案有很多的疑惑。毫无疑问,VMware是虚拟化解决方案的老大。但是第一次接触 Vmware 虚拟化平台的人面对 VMware vsphere 和他的组件经常感觉到疑惑。所以今天我将解释下 vSphere 和他的组件。能弄清楚 vSphere,EXSi 和 vCent 阅读全文
posted @ 2020-03-10 15:39 walkersss 阅读(888) 评论(0) 推荐(0)
摘要: 安装esxi6.X系统过程 part1:最近需要用到esxi系统,安装路程比较艰辛,一开始制作了几个系统盘都启动不了,后面用rufuns写入一个dell官网的版本VM6.0可以启动,但是提示找不到网卡驱动,同事之前有安装经验,需要将网卡驱动写入到镜像文件里面,于是按上面教程制作https://blo 阅读全文
posted @ 2020-03-09 18:07 walkersss 阅读(1042) 评论(0) 推荐(0)
摘要: 一、问题描述 安装esxi途中遇到了找不到网卡驱动的问题: 这是因为iso文件中本身没有添加当前设备网卡的驱动,需要手动导入属于自己网卡的的驱动。 第一步先确定自己的网卡型号: [ma@centos ~]$ lspci -tv -[0000:00]-+-00.0 Advanced Micro Dev 阅读全文
posted @ 2020-03-09 18:06 walkersss 阅读(5462) 评论(1) 推荐(0)
摘要: 表管理和索引,外键作用:创建数据库create schema if not exists students character set 'gbk' collate 'gbk_chinese_ci';cd students lsfile db.optcat db.optdefault-characte 阅读全文
posted @ 2020-02-15 00:23 walkersss 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页