- Learning PowerShell DSC(Second Edition)
- James Pogran
- 303字
- 2021-07-02 18:31:25
Staging
After authoring the configuration files and compiling them into MOF files, the next step is the staging phase. This phase slightly varies if you are using a push or pull model of deployment.
When using the push model, the MOF files are pushed to the target node and executed immediately. There isn't much staging with push, as the whole point is to be interactive and immediate. In PowerShell V4, if a target node is managed by a DSC pull server, you cannot push the MOF file to it using the Start-DscConfiguration cmdlet. In PowerShell V4, a target node is either managed by a DSC pull server or not. This distinction is somewhat blurred in PowerShell V5, as a new DSC mode allows a target node to both be managed by a DSC pull server and have MOF files pushed to it.
When using the pull model, the MOF files are pushed to the DSC pull server by the user and then pulled down to target nodes by DSC agents. Because the local LCMs on each target node pull the MOF when they hit the correct interval, MOF files are not immediately processed and thus are staged. They are processed only when the LCM pulls the MOF from the pull server. When attached to a pull server, the LCM performs other actions to stage or prepare the target node. The LCM will request all the required DSC resources from the pull server in order to execute the MOF in the next phase.
Whatever process the MOF file uses to get to the target node, the LCM processes the MOF file by naming it the pending.mof file and placing it inside the $env:systemRoot/system32/configuration path. If there was an existing MOF file executed earlier, it takes that file and renames it the previous.mof file.
- 微服務設計原理與架構
- Learn WebAssembly
- VMware虛擬化技術
- 深入分布式緩存:從原理到實踐
- GameMaker Essentials
- Building Dynamics CRM 2015 Dashboards with Power BI
- Java Web開發(fā)實例大全(基礎卷) (軟件工程師開發(fā)大系)
- Learning Grunt
- Python網(wǎng)絡爬蟲實例教程(視頻講解版)
- Android 游戲開發(fā)大全(第二版)
- Java程序設計入門(第2版)
- Design Patterns and Best Practices in Java
- 城市信息模型平臺頂層設計與實踐
- Developer,Advocate!
- HTML 5與CSS 3權威指南(第4版·上冊)