摘要:
mof文件到各Node放在哪里了? 在 C:\Windows\System32\Configurtion 文件夹下: 你可能会注意到mof的文件名称和Pull Server上的不一致,并且多出了几个。不用奇怪,这是LCM执行的机制,大致如下: 参考:https://www.red gate.com/ 阅读全文
posted @ 2019-09-25 22:21
talentzemin
阅读(330)
评论(0)
推荐(0)
摘要:
前言 一般生产环境都使用Pull模式 配置Pull Server 配置Pull Server需要安装两个WindowsFeture:IIS、windows DSC,这两都可以通过UI界面化引导安装,也可以通过前面讲过的配置方式安装。 安装好之后,需要在IIS上部署一个用于和各Node交互的服务,指定 阅读全文
posted @ 2019-09-25 21:56
talentzemin
阅读(254)
评论(0)
推荐(0)
摘要:
前言 LCM的默认mode就是push,所以对于push模式,我们直接就三步走 以下是示例: 1.编写配置 Authoring 2.编译配置 Staging 3.应用配置 Execution 参考 https://www.red gate.com/simple talk/sysadmin/power 阅读全文
posted @ 2019-09-25 21:18
talentzemin
阅读(314)
评论(0)
推荐(0)
摘要:
DSC两种模式 DSC有两种模式,Push模式和Pull模式 Push模式 基本流程 写配置 编译生成mof 推送到目标服务器,由目标服务器LCM执行mof并进行指定的配置 优点 架构简单。成本低,任意一台电脑都可以编写配置文件,适合学习、测试、UAT环境等 缺点 目标节点不一定就绪,可能Push不 阅读全文
posted @ 2019-09-25 21:09
talentzemin
阅读(334)
评论(0)
推荐(0)