登录到 Windows VM 后,可以使用任务管理器检查正在运行的进程。 要查看 Azure Windows VM 代理,请打开任务管理器 > 选择“详细信息”选项卡,并查找名为 WindowsAzureGuestAgent.exe 的进程。 存在该进程表示 VM 代理已安装。升级Azure Windows VM 代理
HKEY_LOCAL_MACHINE\BROKENSYSTEM\ControlSet001\Services\WindowsAzureGuestAgent HKEY_LOCAL_MACHINE\BROKENSYSTEM\ControlSet001\Services\RdAgent 将故障排除 VM 上的现有文件用作 VM 代理安装的存储库。 请完成下列步骤: 从故障排除 VM 导出注册表格式的以下子项(.reg): HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Serv...
Microsoft.WindowsAzure.Management.Compute.Models.GuestAgentStatus 语法 C# publicclassGuestAgentStatus 构造函数 名称说明 GuestAgentStatus() 初始化 GuestAgentStatus 类的新实例。 属性 方法 线程安全 此类型的任何公共静态(Visual Basic 中为Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的...
1.创建虚拟机时,直接安装“安全扩展” 2.对于已有虚拟机可以通过Azure Powershell的方式在虚拟机中安装安全扩展,但是前提条件是虚拟机中已经正常安装了Azure Agent 1>可以通过如下方法判断虚拟机是否已经安装了Azure Agent a.虚拟机内部有“WindowsAzureGuestAgent”服务的话,说明已经安装了Azure Agent b.使用Azure Powe...
经典虚拟机需要同时检查 VM Agent 是否在虚拟机中启用,具体参见 Linux 部分问题排查)。 任务管理器中查看 WindowsAzureGuestAgent 是否运行。 若没有截图中的进程,说明 VM Agent 可能没有运行。点击C:\WindowsAzure\Packages中的应用程序WaAppAgent进行启动。
App Agent Heartbeat Logs:存储在C:\Logs\WaAppAgent.log目录下,是WindowsAzureGuestAgent的输出日志,包括心跳监测的结果。 Host Bootstrapper Logs:WaHostBootstrapper执行日志,对于SDK 2.1及以上的托管服务,该日志存储在C:\Resources目录下,SDK 2.1以下的存储在C:\Resources\Directory\ {DeploymentID}.{Rolename}...
一个虚拟机是一个专门应用:它运行在一个托管了Fabric Agent(FA)的被叫做Root OS的操作系统上。FAs管理guest agents (GA),(托管在用户虚拟机上的guest OSes中) 。FAs也管理存储节点。Windows Azure 管理程序,Root OS/FA,和用户VMs/GAs组成了一个计算节点。
开始使用 Azure 案例研究 案例研究 案例研究 返回“客户案例”部分 获取Azure 移动应用
App Agent Heartbeat Logs –C:\Logs\WaAppAgent.log These logs are written by WindowsAzureGuestAgent.exe and contain information about the status of the health probes to the host bootstrapper. The guest agent process is responsible for reporting health status (ie. Ready, Busy, etc) back ...
| where Process !contains "WindowsAzureGuestAgent" | where Process !contains "WindowsServicingTrustedInstaller.exe" | where Process !contains "WindowsMicrosoft.Net" | where Process !contains "PackagesPlugins"| project Date, Process, Computer, Account ...