- Learning PowerShell DSC(Second Edition)
- James Pogran
- 133字
- 2021-07-02 18:31:18
The execution phase
Whether an MOF file was pushed (using Start-DSCConfiguration) or pulled (using a DSC pull server), the next step is the actual execution of the MOF file. If pushed, the execution happens interactively or in a PowerShell job depending on how you called the cmdlet. If pulled, the Local Configuration Manager (LCM) schedules and executes the MOF file without user input or oversight.
LCM is part of the DSC system installed on the target node and is responsible for receiving, coordinating, and executing configurations on target nodes. LCM itself is configurable using DSC and is flexible enough to allow multiple types of deployments.
The phases described earlier will be covered in much more detail in the upcoming chapters, so do not worry if some of it does not make sense.
- Python爬蟲開發:從入門到實戰(微課版)
- Java技術手冊(原書第7版)
- Building a Recommendation Engine with Scala
- 精通Scrapy網絡爬蟲
- JavaScript動態網頁開發詳解
- 深入分布式緩存:從原理到實踐
- C/C++程序員面試指南
- Scala Data Analysis Cookbook
- Python:Deeper Insights into Machine Learning
- 實戰Java高并發程序設計(第2版)
- 計算機應用基礎項目化教程
- ROS機器人編程實戰
- Java EE項目應用開發
- PostgreSQL 12 High Availability Cookbook
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術