有关将节点(托管计算机)加载到Azure自动化DSC中的问题 [英] A question about onboarding a Node (managed computer) into Azure Automation DSC

查看:67
本文介绍了有关将节点(托管计算机)加载到Azure自动化DSC中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我解决以下问题

使用Azure自动化DSC时,只需在要管理的节点(计算机)上进行操作即可.换句话说,您需要配置LCM(本地配置管理器)以告诉它与Azure自动化DSC拉取服务器的对话 为其配置.

您可以在Azure门户(WEB界面)中执行此操作,但是我注意到当您在节点上时,它坚持要求您提供

节点配置名称"
帮助说
应该将VM配置为从Azure自动化DSC中提取的节点配置的名称

我假设这是LCM配置,例如

的编译版本

解决方案

此时提供名称是可选的.您可以在加入节点后更改分配的节点配置.

您指定的节点配置将以 指定的间隔应用于VM ;配置模式频率,并且VM检查节点配置的更新 按照刷新频率"指定的时间间隔.有关如何使用这些值的更多信息,请参见配置本地配置管理器.

有关详细信息,请参阅"

--------------- -------------------------------------------------- ------------------------------

如果此答案有帮助,请单击标记为答案"或向上" -投票".要提供有关您的论坛体验的其他反馈,请单击 在这里 >

Can someone please help me with the following question

When using Azure Automation DSC, once of the thing you need to do it on-board the Node (computer) which you want to manage. In other words you need to configure the LCM (local configuration manager) to tell it talk to the Azure Automation DSC pull server for its configurations.

You can do this in the Azure Portal (WEB interface), however I notice when you on-board a node it insists on you supplying a 

'Node configuration name'
the help says
The name of the node configuration that the VM should be configured to pull from the Azure Automation DSC

I assume this is the LCM configuration e.g. a compile version of 

[DSCLocalConfigurationManager()]
configuration LCMConfig
{
    Node Server01
    {
        Settings
        {
            ## Key/value pairs here
        }
    }
}
LCMConfig

Or is a normal configuration like one to stop or start a service?

If it is the former (LCM), I do not understand my Azure Automation DSC is asking for this as it already knows the information it needs like the computer name (VM in the cloud), pull server details (as hosted in Azure) etc. Unless it is because you may want to specify  some custom settings?

Thanks

解决方案

In the Registration page, select the name of the node configuration you want to apply to the VM in the Node configuration name box. Providing a name at this point is optional. You can change the assigned node configuration after onboarding the node.

The node configuration you specified are applied to the VM at intervals specified by the Configuration Mode Frequency, and the VM checks for updates to the node configuration at intervals specified by the Refresh Frequency. For more information about how these values are used, see Configuring the Local Configuration Manager.

For more details, refer "Onboarding an Azure VM for management with Azure Automation State Configuration".

-----------------------------------------------------------------------------------------------

If this answer was helpful, click "Mark as Answer" or "Up-Vote". To provide additional feedback on your forum experience, click here


这篇关于有关将节点(托管计算机)加载到Azure自动化DSC中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆