epel

glusterfs分布式文件系统初探

坚强是说给别人听的谎言 提交于 2019-12-01 21:40:40
公司有几台就服务器,正好有个项目对磁盘的容量以及性能有一定的要求,故而寻求分布式文件系统方面的知识,最终采用了glusterfs。以下对部署以及测试过程潦做记录。 glusterfs分布式文件系统采用C/S模式,其中客户端作为对外提供服务的点,并且负责分配管理数据在后端多台server间的存储。 实验采用6台服务器做整个分布式架构,其中4台存储端实现类似RAID 10模式的存储池,两台客户端通过挂载至存储池,两台客户端之间通过keepalived做双机热备。 要求:glusterfs禁止在系统分区上创建glusterfs卷,所以需要server端每台机器都要有一个独立于跟分区之外的分区加入glusterfs,并且此独立分区要求大小一致(否则,到后期会遇到问题,导致无法继续支持高可用特性)。 Server端 采用yum方式安装,首先配置glusterfs官方的yum源,执行下面命令 vi /etc/yum.repos.d/glusterfs-epel.repo 添加以下内容 [glusterfs-epel] name= GlusterFS is a clustered file-system capable of scaling toseveral petabytes. baseurl= http: / /download.gluster.org/pub /gluster

Centos6 yum安装VNC-server

一世执手 提交于 2019-12-01 12:48:04
一、 环境 Linux操作系统: centos6.9 二、安装步骤 1、 检查是否已经安装了vnc-server [root@VM_0_11_centos ~]# rpm -q tigervnc tigervnc-server package tigervnc is not installed package tigervnc-server is not installed 以上 is not installed 表示未安装 2、 查看vnc-server版本 [root@VM_0_11_centos ~]# yum list tigervnc-server Loaded plugins: fastestmirror, priorities, security Repository epel is listed more than once in the configuration Loading mirror speeds from cached hostfile * webtatic: sp.repo.webtatic.com epel | 3.2 kB 00:00 epel/primary | 3.2 MB 00:00 epel 12518/12518 extras | 3.4 kB 00:00 mongodb-org-3.4 | 2.5 kB 00:00 nginx | 2

RHEL/CentOS/Scientific Linux 6

喜欢而已 提交于 2019-12-01 12:35:05
RHEL/CentOS/Scientific Linux 6 Node.js and npm are available from the Fedora Extra Packages for Enterprise Linux (EPEL) repository. If you haven't already done so, first enable EPEL . To check if you have EPEL, run yum repolist if you don't see epel, download it (At the time of this writing, the last version is 6.8.) curl -O http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm then install it sudo rpm -ivh epel-release-6-8.noarch.rpm And then run the following command to install node and npm: sudo yum install npm --enablerepo=epel Node.js在 redahat 企业版( Red Hat

RHEL / CentOS Linux: Mount and Access NTFS Partition

大兔子大兔子 提交于 2019-12-01 12:34:10
First, you need to install EPEL repo as described here. The following command will turn in EPEL repo on RHEL / CentOS version 6.x: $ cd /tmp $ wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm # rpm -ivh epel-release-6-5.noarch.rpm NTFS-3G NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFS driver for Linux. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 NTFS file systems. NTFS-3G can create, remove, rename, move files, directories, hard links, and streams; it

RHEL/CentOS/Fedora各种源(EPEL、Remi、RPMForge、RPMFusion)配置

北慕城南 提交于 2019-12-01 12:33:24
CSDN GitHub RHEL/CentOS/Fedora各种源(EPEL、Remi、RPMForge、RPMFusion)配置 AderXCoding/system/tools/yum 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可, 转载请注明出处, 谢谢合作 本文地址: http://blog.csdn.net/gatieme/article/details/71056309 CentOS 默认自带 CentOS-Base.repo 源, 但官方源中去除了很多有版权争议的软件, 而且安装的软件也不是最新的稳定版. Fedora 自带的源中也找不到很多多媒体软件, 如果需要安装, 必需先添加其他源, 如 RPMFusion 和 RPMForge 等第三方软件库. 之前我们讲解了 CentOS7/RHEL7安装EPEL扩展仓库步骤详解 , 但是除了 EPEL 之外还有很多其他三方软件包. 下面我们介绍各种第三方软件库, 以下软件库适用于与 RHEL 完全兼容的 linux 发行版, 如 CentOS , Fedora , Scientific Linux . Scientific Linux 大家可能有点陌生, 它与 CentOS 类似, 是 RedHat Linux 的克隆版. 1 EPEL源 EPEL , 即 Extra

yum—repo—How to Enable EPEL Repository for RHEL/CentOS 7/6/5

↘锁芯ラ 提交于 2019-12-01 12:30:18
http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ RHEL/CentOS 7 64 Bit ## RHEL/CentOS 7 64-Bit ## # wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm # rpm -ivh epel-release-7-5.noarch.rpm RHEL/CentOS 6 32-64 Bit ## RHEL/CentOS 6 32-Bit ## # wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm ## RHEL/CentOS 6 64-Bit ## # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm RHEL/CentOS 5 32-64 Bit ##

CentOS6.5下docker的安装和使用

和自甴很熟 提交于 2019-12-01 10:54:00
docker容器最早受到RHEL完善的支持是从最近的CentOS 7.0开始的,官方说明是只能运行于64位架构平台,内核版本为2.6.32-431及以上(即>=CentOS 6.5,运行docker时实际提示3.8.0及以上)。 需要注意的是CentOS 6.5与7.0的安装是有一点点不同的,CentOS-6上docker的安装包叫docker-io,并且来源于Fedora epel库,这个仓库维护了大量的没有包含在发行版中的软件,所以先要安装EPEL,而CentOS-7的docker直接包含在官方镜像源的Extras仓库(CentOS-Base.repo下的[extras]节enable=1启用)。前提是都需要联网,具体安装过程如下。 1、禁用selinux # vi /etc/selinux/config SELINUX=disabled ... 2、安装 Fedora EPEL # yum install epel-release-6-8.noarch //或 yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 3、检查内核版本 # uname -r2.6.32-431.el6.x86_64 # cat /etc/redhat-release

Install EPEL Repo on a CentOS and RHEL 7.x

筅森魡賤 提交于 2019-12-01 09:26:06
How to install RHEL EPEL repository on Centos 7.x or RHEL 7.x The following instuctions assumes that you are running command as root user on a CentOS/RHEL 7.x system and want to use use Fedora Epel repos. Install the extra EPEL repositories The command is as follows to download epel release for CentOS and RHEL 7.x using wget command: wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm To install epel-release-7-0.2.noarch.rpm, type: sudo yum install epel-release -7 -5 .noarch.rpm Sample outputs: Loaded plugins: amazon-id, rhui-lb Examining epel-release -7 -0.2

vmware安装centos7图文教程

一笑奈何 提交于 2019-12-01 06:58:56
原文链接: https://blog.csdn.net/hellboy0621/article/details/80392273 1、VMware创建虚拟机 2、安装CentOS7 选择系统语言 磁盘分区规划,选择默认自动分区,也可手动分区: 设置网络和主机名: 这里设置主机名为:centos7,打开网络连接,其他网络参数等待系统安装完成后再设置; 设置日期和时间: 开始系统安装: 设置root用户密码,如果密码过于简单,需要连续点击左上角Done两次; 等待系统安装完成 系统安装完成,重启 3、配置 3.1 配置网络 在最小化安装的CentOS7中,ifconfig是不能使用的,查看网卡信息的命令是 ip addr 其中“ens33”为网卡名称,修改IP地址等信息 vi /etc/sysconfig/network-scripts/ifcfg-ens33 根据实际情况修改内容: TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static #启用静态ip地址 DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE

centos搭建离线epel源

不羁岁月 提交于 2019-12-01 04:22:39
准备 有一个联网的机器,并已经配置好epel源 安装reposync和createrepo命令 yum install yum-utils #reposync在这里 yum install createrepo 把epel源中的rpm包下载到本地,时间看网速 reposync -r epel -p /root/ 制作本地仓库 createrepo -v /root/epel #好了以后epel下除了Packages目录,多一个repodata目录 可以直接使用或制作成iso镜像文件 直接使用 vim /etc/yum.repos.d/offline-epel.repo [epel] name=epel baseurl=file:///root/epel enabled=1 gpgcheck=0 yum clean all yum makecache 制成镜像之后挂载使用 mkisofs -r -o /root/centos7-epel.iso /root/epel/epel 来源: https://www.cnblogs.com/old-path-white-cloud/p/11653100.html