Recently I interviewed the O M of two major e-commerce websites. The company has high requirements on system automation management, virtualization, mysql cluster, system performance optimization, and shell and python programming, although the interview was not successful, I also understood my goal in 2013.As we all know, spring is the season of sowing, and the season of recovery of all things. Only the seeds of hope are planted in spring, summer can blossom, and autumn can produce results, in w
Puppet is an open-source automated deployment tool. The following describes the installation and configuration of puppet.1. Operating System: redhat5.3 (64-bit System)2. System Architecture:192.168.0.200 Server192.168.0.201 Client192.168.0.202 Client
3. Install ruby. (the server and client must be installed before puppet is installed)# Rpm-Uvh http://download.fed
Puppet configures systems in two main stages:
Compile a catalog
Apply the catalog
The agent/Master Architecture
Puppet usually runs in an agent/Master architecture, where a puppet master server controls important configuration info and managed agent nodes request only their own configuration catalogs.Basics
In this architecture, managed nodes runPuppet agentAp
, provisioning, and power control commands.Amtproxymgr.logDisplays the activities of the site server associated with the settings, including: Publishing the configured computers to active Directory Domain Services. Registers the service principal name of the provisioned computer in Active Directory Domain Services. Requesting a WEB server certificate from a certification authority displays the activities that send the instruction file to the out of band Service point, including: Management contr
SCCM OS Distribution Department
Start PXE Feature
Establish OS Mirroring Package
Set up a task sequence
Distributing the operating system
Management----Overview----distribution points (you do not need to install WDS manually , start PXE support directly in the distribution point )650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/57/62/wKioL1SZHGqBHeGMAAIzZeGeJb0202.jpg "title=" 60.png "alt=" wkiol1szhgqbhegmaaizzegej
account has permission for the forest, the ad domain service can be published to the forest.
ActiveDirectory System discovery
No
Active Directory System found account or site server computer account
Find a computer from a specified location in the ad domain service
ActiveDirectory user discovery
No
Active Directory user found account or site server computer account
User Account discovery from specified location in the ad domain service
ActiveDirector
After upgrading to R3, you can support unknown computer sets. You do not need to import them in the OS during broadcasting, which facilitates many operations.
Before you install R3, you must first install kb977384
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/3B/E7/wKiom1O_0tXzCTq1AAGNg1zqnrc918.jpg "style =" float: none; "Title =" image 052.jpg" alt = "wkiom1o_0txzctq1aagng1zqnrc918.jpg"/>
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/3B/E7/wKioL1O_0rCTJ6vGAAFU
Content:
PSI is a type of pressure unit, defined as pound/square inch, 145psi = 1Mpa
Quality traffic unit SCCM, standard-state cubic centimeter per minute
DB is the unit of sound pressure level, which is recorded as DB and used to indicate the sound size.
The most faint voice that human ears can hear is about 1 decibel, the stable breathing sound and the leaf swinging sound are about 10 decibel, And the surging stream sound is about 20 decibel, th
Puppet building notes
I. Introduction
Puppet is a C/S structure software that centrally manages files, packages, servers, cron, user, group, exec (execute shell commands), yumrepo, and other common resources of multiple servers.
Ii. puppet Workflow
Puppet client collects client information through facter (host name,
Note: Puppet is best to create a snapshot before installation, need to be careful, the following is my installation processPuppet preparatory work1 installationYum-y Install puppet Puppet-server (service side to install this)[Email protected] puppet]# puppet-v2.7.26Add Host
CentOS6.5 64-bit installation and configuration of puppet Server
We will first prepare three centos 6.5 x86_64 machines to complete the pre-installation work.
OS: Centos 6.5 x86_64
Puppet master: master.com (192.168.37.72)
Puppet clients: client1.com (192.168.37.83)
Puppet clients: client2.com (192.168.37.82)
1. Prepar
This article refers to Yulaw's "puppet Combat", and get his guidance. Here, thank Yulaw.As mentioned in the previous article, Puppet is used to automatically generate files that are defined on the server by the client.We continue here to define the software that the client needs to install from the server.Here we install httpd for example.On the server side, we need to define the module, we define a httpd m
Operating system environment used for this installation: Centos6.5 x86_64,puppet3.8.3# #服务器端1. Modify the hostname (very important)The service side and each client should ensure that the domain name can be resolved to the corresponding server correctly!With the use of DNS services, this is simplified by the way the hosts are modified.#vim/etc/hosts192.168.0.26 maseter.puppet.com#vim/etc/sysconfig/networkModify hostnameHostname=maseter.puppet.comIf you don't want to restart, the temporary hostnam
BeginIn a text editor-Vim,Emacs, OrNano-Create a file with the following contents and filename: written and applied your first Puppet manifest.[[Email protected] ~] # Useradd testuser[[Email protected] ~] # Cat/etc/passwd | grep testTestuser: x: 536: 536:/home/testuser:/bin/bash[[Email protected] ~] # Pwd/Root[[Email protected] ~] # Vim user-absent.pp.[[Email protected] ~] # Cat user-absent.ppUser {'testuser ':Ensure => absent, }[[Email pro
Basic Learning for Puppet
1. view official download sources
Https://docs.puppet.com/guides/puppetlabs_package_repositories.html
2. Select the download source for the corresponding system
Because the local machine is CentOS 7.1, select the YUM Source
Https://yum.puppetlabs.com/
3. Install Puppet
# Wget https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
# Rpm-ivh puppetlabs-release-el-7.noarch.rpm
192.168.6.226 as the service side192.168.6.223 for clients1,puppet InstallationService sideTurn off selinux iptablesAdd HostsVim/etc/hosts127.0.0.1 localhost localhost.localdomain localhost4localhost4.localdomain4 web10:: 1 localhost localhost.localdomainlocalhost6 localhost6.localdomain6 web10127.0.0.1 www.test1.com www.aaa.com www.test.com192.168.6.223 web9.aming.com192.168.6.226 web10.aming.comVim/etc/sysconfig/networkHostname web10.aming.comYum In
The puppet Update method based on C/s architecture generally has two kinds, one is the agent side set synchronization time active to puppet Master end pull configuration, the other is through the puppet master side use Puppet Kick command or trigger update configuration with mcollctive. 1. Proactive Updates Advantages:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.