Skipping clustered volume group

问题:在这次RHCE考试中,使用图形化创建LVM时候不小心勾选了集群,结果出现以下错误:

pvcreate command failed. Command attempted: "/sbin/pvcreate -M 2 /dev/sda5" - System Error Message:   Can‘t initialize physical volume "/dev/sda5" of volume group "clustered" without -ff

解决方法:

[[email protected] yum.repos.d]# vgs
  Skipping clustered volume group clustered
[[email protected] yum.repos.d]# vgscan
  Reading all physical volumes.  This may take a while...
  Skipping clustered volume group clustered

网上查找的资料

However, a local volume group has been incorrectly set up as clustered, and there isnot a cluster set up for the locking, when unset the cluster flag is attempted to be removed, vgchange will print out "Skipping cluster volume group."

In order to fix this, edit the /etc/lvm/lvm.conf file and set locking_type = 0. Then run the command vgchange -cn VolumeGroupName. After this, change the locking_type in the /etc/lvm/lvm.conf back to the original value.

根据说明我把/etc/lvm/lvm.conf中的locking_type = 1修改成了locking_type = 0,发现并未能解决问题

[[email protected] ~]# vgchange -c n vgo
  WARNING: Locking disabled. Be careful! This could corrupt your metadata.
  Volume group "vgo" not found
[[email protected] ~]#

这时候想起了之前老师说的dd命令,于是

[[email protected] ~]# dd if=/dev/zero of=/dev/sda5 bs=1M count=16
16+0 records in
16+0 records out
16777216 bytes (17 MB) copied, 8.80356 s, 1.9 MB/s
[[email protected] ~]#

问题成功解决!



#########公众号:w_caibao###########

         与技术无关,与“宝宝”相连

时间: 2024-10-30 07:12:37

Skipping clustered volume group的相关文章

Can't initialize physical volume "/dev/sdb" of volume group "cinder-volumes" without -ff /dev/sdb: physical volume not initialized.

原因:无法初始化物理量,之前创建的cinder-volumes没有卸载 方法一: [[email protected] cinder]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 20G 0 disk ├─sda1 8:1 0 1G 0 part /boot └─sda2 8:2 0 19G 0 part ├─cl-root 253:0 0 17G 0 lvm / └─cl-swap 253:1 0 2G 0 lvm [SWA

集群续1

5在集群上部署iscsi 给服务端redhat4配置一个iscsi共享 加一个磁盘 不要选现在分配所有磁盘空间哦.添加后会出现一个vdb 给新添加的磁盘创建分区 大小1G 类型8e 做一个iscsi共享磁盘,并启动iscsi target服务 服务端[[email protected] yum.repos.d]# yum install -y scsi* [[email protected] yum.repos.d]# /etc/init.d/tgtd start [[email protect

RedHat 6.4 搭建rhcs集群

架构拓扑(图片摘自网络) 一.实验环境 os:RedHat 6.4 node5    192.168.2.200    luci管理端 node1    192.168.2.103    集群节点 node2    192.168.2.111    集群节点 虚拟IP     192.168.2.110 初始化操作:关闭所有涉及设备的iptables.selinux=disabled.关闭NetworkManager 注:在该步骤中node2.example.com对应上面环境中提到的node1

高可用,多路冗余GFS2集群文件系统搭建详解

2014.06 标签:GFS2 multipath 集群文件系统 cmirror 实验拓扑图: 实验原理: 实验目的:通过RHCS集群套件搭建GFS2集群文件系统,保证不同节点能够同时对GFS2集群文件系统进行读取和写入,其次通过multipath实现node和FC,FC和Share Storage之间的多路冗余,最后实现存储的mirror复制达到高可用. GFS2:全局文件系统第二版,GFS2是应用最广泛的集群文件系统.它是由红帽公司开发出来的,允许所有集群节点并行访问.元数据通常会保存在共享

rhcs

RHCS 基础配置: 172.25.44.250             物理机[rhel7.2] 172.25.44.1      server1.example.com(node1)[rhel6.5] 172.25.44.2      server2.example.com(node2)[rhel6.5] 172.25.44.3      server3.example.com(luci)[rhel6.5] 1.安装基础所需服务: node1 node2: # yum install -y

iscsI服务的配置+lvm逻辑卷 高可用(HA)集群铺设的业务Apache+iscsI服务的配置

主机环境 redhat6.5 64位 实验环境 服务端1 ip 172.25.29.1 主机名:server1.example.com ricci iscsi  apache     服务端2 ip 172.25.29.2  主机名:server2.example.com ricci iscsi  apache     管理端1 ip 172.25.29.3  主机名:server3.example.com  luci  scsi     管理端2 ip 172.25.29.250     fe

VMware下CentOS6.8配置GFS文件系统

1.GFS介绍 GFS简要说明,它有两种: 1. Google文件系统:GFS是GOOGLE实现的是一个可扩展的分布式文件系统,用于大型的.分布式的.对大量数据进行访问的应用.它运行于廉价的普通硬件上,但可以提供容错功能.它可以给大量的用户提供总体性能较高的服务.欲了解更多,可以访问:http://baike.baidu.com/item/GFS/1813072 2. Redhat 的GFS(Global File System) GFS(Global File System)自己以本地文件系统

CentOS 6.5 x64 RHCS GFS配置

实验环境:   CentOS 6.5 x64 RHCS GFS 1. 通过Openfiler实现iscsi共享存储   2. 通过VMware ESXi5 虚拟fence实现fence功能.    3. 结合Centos 6.5 vmware-fence-soap实现RHCS fence设备功能.    4. 通过搭建RHCS实验环境测试GFS2功能. 一.准备基础环境 1. 网络环境准备 node01,node02节点 # cat /etc/hosts 192.168.0.181  node0

gfs-cluster配置

所有节点: 前提配置好yum本地源,关闭iptables,selinux.修改好主机名.配置好hosts文件 more /etc/hosts|grep -v local 192.168.100.230 storage 192.168.100.231 node1 192.168.100.232 node2 #安装时间同步软件,配置互联网时间同步 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime(修改时区) date -R(查看时区) [[ema