会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浅见
人生是一场沉淀与积累的过程,我们所有的努力和认知,都是一次次片段的叠加,而我们的这一生,就是一个个片段叠加的总和。
博客园
首页
新随笔
联系
订阅
管理
2021年6月4日
shell文件测试中的-ef参数
摘要: 命令原文 FILE1 -ef FILE2 FILE1 and FILE2 have the same device and inode numbers 谷歌的解释是: 文件 1 -ef 文件 2 FILE1 和 FILE2 具有相同的设备和 inode 编号 解释: 设备:这里指的是设备编号,可以用
阅读全文
posted @ 2021-06-04 16:07 Humbleopinion
阅读(211)
评论(0)
推荐(0)
2021年5月25日
ceph -s 出现 mon is allowing insecure global_id reclaim
摘要: ceph环境: 1个mon节点,3个osd节点(其中一个osd同时是mon节点) ceph版本: [root@ceph_03 ~]# ceph -v ceph version 14.2.21 (5ef401921d7a88aea18ec7558f7f9374ebd8f5a6) nautilus (s
阅读全文
posted @ 2021-05-25 13:25 Humbleopinion
阅读(2684)
评论(0)
推荐(0)
2020年7月21日
4、逻辑卷管理
摘要: 1. 查看已有LV [root@localhost ~]# lvscan ACTIVE '/dev/centos/swap' [2.00 GiB] inherit ACTIVE '/dev/centos/root' [17.47 GiB] inherit ACTIVE '/dev/vg_1/lv_1
阅读全文
posted @ 2020-07-21 11:17 Humbleopinion
阅读(130)
评论(0)
推荐(0)
3、卷组管理
摘要: 1、查看已有VG [root@localhost ~]# vgscan Reading all physical volumes. This may take a while... Found volume group "centos" using metadata type lvm2 #系统预设置
阅读全文
posted @ 2020-07-21 11:12 Humbleopinion
阅读(115)
评论(0)
推荐(0)
2、物理卷管理
摘要: 1、查看所有物理卷 [root@localhost ~]# pvscan PV /dev/sdb VG vg_name lvm2 [<10.00 GiB / 0 free] PV /dev/sdc VG vg_name lvm2 [<5.00 GiB / 3.99 GiB free] PV /dev
阅读全文
posted @ 2020-07-21 11:02 Humbleopinion
阅读(128)
评论(0)
推荐(0)
2020年7月20日
1、创建LV 卷
摘要: 环境说明: 虚拟机软件:vmware15 系统:centos7.1 最小化安装 1、更新lvm2包 yum install lvm2 View Code 2、创建物理卷 [root@localhost ~]# pvcreate /dev/sdb /dev/sdc Physical volume "/
阅读全文
posted @ 2020-07-20 18:03 Humbleopinion
阅读(242)
评论(0)
推荐(0)
2020年7月9日
centos7 本地yum源配置
摘要: 环境: 虚拟机软件:vmware 15 系统版本:centos 7.1 1503 安装方式:最小化安装 1、查看iso文件,创建挂载点,并挂载光盘 ls -l /dev/sr0 # sr0 就是系统安装文件ISO mkdir /mnt/yum mount /dev/sr0 /mnt/yum 2、查找
阅读全文
posted @ 2020-07-09 13:43 Humbleopinion
阅读(641)
评论(0)
推荐(0)
2020年6月5日
centos 7 源码安装openssh 8.3
摘要: 环境:centos 7.1.1503 最小化安装 依赖包下载: yum -y install lrzsz zlib-devel perl gcc pam-devel 1、安装openssl ,选用最新发布的版本:openssl-1.1.1g.tar.gz 1)openssl下载地址:https://
阅读全文
posted @ 2020-06-05 10:55 Humbleopinion
阅读(3651)
评论(0)
推荐(0)
2020年5月19日
Xshell 6 下载教程
摘要: xshell官网:https://www.netsarang.com/zh/downloading/ 1、家庭版/教育版/免费版 下载 1)打开官网,页面下拉,点击 家庭/学校免费 按钮 2)输入姓名和邮箱(若是出于保密考虑,姓名可以不填写真实姓名) 3)登录邮箱,找到邮件后点击邮件中的网址链接,之
阅读全文
posted @ 2020-05-19 11:47 Humbleopinion
阅读(1372)
评论(0)
推荐(0)
2020年4月8日
centos镜像下载地址
摘要: http://isoredirect.centos.org/centos/
阅读全文
posted @ 2020-04-08 16:39 Humbleopinion
阅读(124)
评论(0)
推荐(0)
下一页
公告