- 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.
- Visual C++數字圖像模式識別技術詳解
- Visual Basic程序設計教程
- Practical Data Science Cookbook(Second Edition)
- Mastering Julia
- Python金融數據分析
- 秒懂設計模式
- Practical Game Design
- CouchDB and PHP Web Development Beginner’s Guide
- Mastering Ext JS
- Extending Puppet(Second Edition)
- Mastering React
- MySQL入門很輕松(微課超值版)
- GameMaker Essentials
- Software Development on the SAP HANA Platform
- Enterprise Application Architecture with .NET Core