码迷,mamicode.com
首页 >  
搜索关键字:puppet centos7    ( 15445个结果
centos7 启动mysql服务
由于centos 7 抛弃了mysql 转投 mariadb 了直接运行mysql 命令会出错!启动mariadb 服务就可以使用mysql命令了systemctl enable mariadb #设置开机启动systemctl start mariadb #启动MariaDBsystemctl.....
分类:数据库   时间:2014-11-09 22:00:19    阅读次数:228
Win7下硬盘安装CentOS7!
捣鼓了几天终于顺利的在win7上安装上CentOS7了,现在给大家分享下个人的经验。参考文章:http://www.cnblogs.com/Johness/archive/2012/12/03/2800126.htmlhttp://fyq891014.blog.163.com/blog/static/20074019120136163938790/1、难点介绍:(1)linux系统能识别windows下FAT3..
分类:Windows程序   时间:2014-11-09 06:22:57    阅读次数:1849
一个罕见的设备冲突 ;centos7的改变
今天维护一台很老的浪潮服务器配置如下intel5100主板xeon3.4g2gddr2*4raid5centos7准备配置网桥在network-scripts目录新建ifcfg-br0文件按照教程将网卡enp7s0配置复制并在enp7s0(下文简称s0)添加BRIDGE重启网络服务systemctlrestartnetwork(centos7使用新的方式)连接中断用..
分类:其他好文   时间:2014-11-08 02:15:13    阅读次数:502
Learning Puppet — Resource Ordering
Learning Puppet — Resource OrderingLearn about dependencies and refresh events, manage the relationships between resources, and discover the fundament...
分类:其他好文   时间:2014-11-07 16:32:34    阅读次数:318
ansible初步使用及YAML语法介绍
一、简介1、ansible简介ansible官方的title是“AnsibleisSimpleITAutomation”——简单的自动化IT工具。这个工具的目标有这么几项:自动化部署APP;自动化管理配置项;自动化的持续交付;自动化的(AWS)云服务管理。所有的这几个目标本质上来说都是在一个台或者几台服务器上,..
分类:其他好文   时间:2014-11-07 15:09:11    阅读次数:14059
Learning Puppet — Manifests
BeginIn a text editor —vim,emacs, ornano— create a file with the following contents and filename:written and applied your first Puppet manifest.[root@...
分类:其他好文   时间:2014-11-06 17:20:35    阅读次数:392
Learning Puppet — Resources and the RAL
Learning Puppet — Resources and the RALWelcome to Learning Puppet! This series covers the basics of writing Puppet codeBeginLog into the Learning Pupp...
分类:其他好文   时间:2014-11-06 16:41:41    阅读次数:156
CentOS7 安装Samba服务
1、在可以联网的机器上使用yum工具安装,如果未联网,则挂载系统光盘进行安装。# yum install samba samba-client有依赖关系的包samba-common、samba-winbind-clients、libsmbclient将自动安装上去。2、查看安装状况#rpm -qa|...
分类:其他好文   时间:2014-11-06 16:40:20    阅读次数:149
centos7 安装mariaDB 以及 phpmyadmin的安装
centos7 安装mariaDB 以及 phpmyadmin的安装一:安装mariadb, mariadb 是 mysql 的一个分支,基本和mysql一样的 1.yum -y install mariadb-server2.vi /etc/my.cnf.d/server.cnf在第13行添加c....
分类:数据库   时间:2014-11-04 16:52:03    阅读次数:232
puppet 笔记
1、创建模块目录结构注意:在未指定modulepath搜索路径的情况下,会有默认搜索路径的,可通过以下方式查看到[root@puppetmaster~]#puppetmaster--genconfig>/etc/puppet/puppet.conf.out [root@puppetmaster~]#cat/etc/puppet/puppet.conf.out|grepmodulepath modulepath=/e..
分类:其他好文   时间:2014-11-04 15:20:53    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!