- Learning PowerShell DSC(Second Edition)
- James Pogran
- 174字
- 2021-07-02 18:31:26
Pull executions
In the pull mode, the LCM contacts the pull server for a new configuration, and the LCM downloads a new one if present. The LCM will parse the MOF and download any DSC resources that are specified in the configuration file with respect to the version number specified there.
The MOF file is executed on a schedule that is set on each target node's LCM configuration. The same LCM schedule rules apply to a target node that is attached to a pull server as to the one that is not attached. The ApplyAndMonitor and ApplyAndAutoCorrect modes will continue to monitor the system state and change it if necessary. If it is set to the ApplyOnly mode, then LCM will check with the pull server to see whether there are new MOF files to download but will apply them only if the last execution failed. The execution happens continuously on a schedule that the LCM was set to use. In the next section, we will cover exactly how the LCM schedules configuration executions.
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- SOA實(shí)踐
- Raspberry Pi Networking Cookbook(Second Edition)
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁(yè)上渲染3D圖形和動(dòng)畫(原書第3版)
- The Data Visualization Workshop
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Learning R for Geospatial Analysis
- Getting Started with React Native
- Visual Foxpro 9.0數(shù)據(jù)庫(kù)程序設(shè)計(jì)教程
- SQL Server實(shí)用教程(SQL Server 2008版)
- Statistical Application Development with R and Python(Second Edition)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mastering ASP.NET Core 2.0