- Learning PowerShell DSC(Second Edition)
- James Pogran
- 144字
- 2021-07-02 18:31:26
Execution
After staging, the MOF files are ready for execution on the target node. An MOF is always executed as soon as it is delivered to a target node regardless of whether the target node is configured for push or pull management. The LCM runs on a configurable schedule, but this schedule controls when the LCM pulls the new MOFs from the DSC pull server and when it checks the system state against the described desired state in the MOF file. When the LCM executes the MOF successfully, it renames the Pending.mof file to Current.mof file.
The following diagram shows the execution phase:

The execution phase operates the same no matter which deployment mode is in use, push or pull. However, different operations are started in the pull mode in comparison to the push mode, besides the obvious interactive nature of the push mode.
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- Flash CS6中文版應(yīng)用教程(第三版)
- 面向?qū)ο蟪绦蛟O(shè)計(Java版)
- INSTANT Django 1.5 Application Development Starter
- ElasticSearch Cookbook(Second Edition)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- C++從入門到精通(第6版)
- IoT Projects with Bluetooth Low Energy
- Apache Solr PHP Integration
- Python機器學(xué)習(xí)開發(fā)實戰(zhàn)
- 虛擬現(xiàn)實建模與編程(SketchUp+OSG開發(fā)技術(shù))
- ArcPy and ArcGIS(Second Edition)
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)
- Implementing DevOps with Ansible 2
- iOS程序員面試筆試真題與解析