Quantcast
Channel: Azure Virtual Machines forum
Viewing all 12545 articles
Browse latest View live

Choose (Europe) West Europe and o VM Size is not working

$
0
0

Hello,
i try to create a new virtual machine. I setup each Step on the Basic Tab.
Choose Region (Europe) West Europe and the VM Size instand display "The value must not be empty." When i try to choose a VM Size (CPU,RAM...) they are all greyed out. i cant choose any offer. Nothing changed when i tr y to setup an other Image.

Tried also different Browsers, same result.

But it workes in the past. When i try to setup in other Region its working.

Anybody have an Idea?

Thanks.

KR
Alex


New bug Azure Agent in case of Windows Server 2008

$
0
0
Since a month our VM with Windows Server 2008 R2 SP1 restarts automatically a few times a day giving the error "the computer has rebooted from a bugcheck    the bugcheck was 0x0000000a" (or 0x0000003b or 0x000000d1)
We are almost certain that this is a new bug of the Azure Agent which controls virtual machines, which happens in the case of Windows Server 2008 R2 SP1.
When will this bug be solved?

new vmss with extension timeout

$
0
0

Hello, 

I used terraform to stand a new vmss with oms extension, how ever I am getting timeout at the end after running 20 min or so. when I check the vmss install the agents on early stage but something happen and stop the progress and died. 

this is the code I have used

data "azurerm_resource_group" "rg" {
  name     = "xxxxxx"
  }
resource "azurerm_virtual_machine_scale_set" "vmss" {
  name                = "xxxxxxx"
  location            = "${data.azurerm_resource_group.rg.location}"
  resource_group_name = "${data.azurerm_resource_group.rg.name}"

  # automatic rolling upgrade
  upgrade_policy_mode  = "Manual"
  sku {
    name     = "Standard_B1ms"
    tier     = "Standard"
    capacity = 1
  }
 extension {
 name                          = "OMSExtension"
 publisher                     = "Microsoft.EnterpriseCloud.Monitoring"
 type                          = "OmsAgentForLinux"
 type_handler_version          = "1.11"

 settings = <<-BASE_SETTINGS
 {"workspaceId" : "xxxxxxxxxxxxxxxxx"
 }
 BASE_SETTINGS

 protected_settings = <<-PROTECTED_SETTINGS
 {"workspaceKey" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxx="
 }
 PROTECTED_SETTINGS
}
extension {
    name                 = "DependencyAgentLinux"
    publisher            = "Microsoft.Azure.Monitoring.DependencyAgent"
    type                 = "DependencyAgentLinux"
    type_handler_version = "9.5"
  }
  storage_profile_image_reference {
    id   = "/subscriptions/xxxxxxxxxxx/resourceGroups/xxxxxx/providers/Microsoft.Compute/images/xxxxxxxxxx"
  }

  storage_profile_os_disk {
    name              = ""
    caching           = "ReadWrite"
    create_option     = "FromImage"
    managed_disk_type = "Standard_LRS"
  }

  os_profile {
    computer_name_prefix = "xxxxxxx"
    admin_username       = "xxxxxxxxxx"
  }

  os_profile_linux_config {
    disable_password_authentication = true

    ssh_keys {
      path     = "/home/mycloud/.ssh/authorized_keys"
      key_data = "xxxxxxxxxxxx"
    }
  }

  network_profile {
    name    = "teast-networkprofile"
    primary = true

    ip_configuration {
      name                                   = "test-IPConfiguration"
      primary                                = true
      subnet_id                              = "/subscriptions/xxxxxxxxxxxx/resourceGroups/xxxxxxx/providers/Microsoft.Network/virtualNetworks/xxxx/subnets/xxxxxxxxx"
    }
  }
}

what missing or cause the issue any idea?


raindrop18


Avaiability of D2a VMs

$
0
0
Hello,
Are D2a VMs available? They appear on the pricing website but I cannot find them at the time of creating a VM. Thanks.

Azure VM Disks after Implementing S2D

$
0
0

Hi all,

I have implemented a Failover Cluster on Azure VMs per specs in this article: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-create-failover-cluster#probe

However, now that i have set up S2D, I do not seem to have the ability to add data disks as if locally attached with a drive letter.  For SQL Server on-premises, the custom was to set up an E drive or F drive on both nodes (same drive letter on each node) for the SQL Root Directory.  However, when I add additional an 256GB disk to both nodes, it becomes part of the Storage Enclosure instead of being available in diskmgmt.msc.  The only way for me to initialize it is to allow it to stay part of the Storage Pool (it defaults to being part of the clusters S2D pool after the steps in the doc above).

That would be okay I guess, but when I try to issue the following command, it will not allow me to place a separate disk from the pool on both nodes with the same drive letter on each.  For Example:

New-Volume -StoragePoolFriendlyName S2D* -FriendlyName RootSQLDir -FileSystem REFS -Size 256GB -AllocationUnitSize 64KB -DriveLetter F

...yeilds the following error when i try to run it on both nodes:

New-Volume : The requested access path is already in use.
Activity ID: {2efdb1f6-7bd3-46df-8cba-f82d3c2850d2}
At line:1 char:1
+ New-Volume -StoragePoolFriendlyName S2D* -FriendlyName RootSQLDir -Fi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [New-Volume], CimException
    + FullyQualifiedErrorId : StorageWMI 42002,Microsoft.Management.Infrastructure.CimCmdlets.InvokeCimMethodComman
   ew-Volume

Is there some way I an "locally attach" one data disk to the SQL01 VM as the F drive and "locally attach" the other data disk on the SQL02 VM as the F drive there?

Assign Public IP to nested guest Virtual machine in Azure

$
0
0

I was trying to assign Pubic IP to nested guest VM in azure.

So, I spin a VM (I call it HOST) of Windows 2016 and enabled Hyper-V. Then i started making guest VM in Host win 2016.

I created a NAT switch through which I can assign private IP to these guest VM.

but now I am facing issues with assigning Public IP to these guest VM.

If some can guide me on the above issue.

Windows 2008 VHD is unable to load & connect using RDP

$
0
0

Hello,

We are facing problem with VM created using on-premise VHD having windows 2008 OS

Unable to connect using RDP

Health Status as below,

24 October 2019 UTC, the Azure monitoring system received the following information regarding your Virtual machine resource rakeshVMN:

A reboot was triggered from inside the virtual machine. This could be due to a virtual machine operating system failure or as requested by an authorized user or process. The virtual machine will be back online after the reboot completes.

Thank You

Provisioning error trying to start/run my VM

$
0
0

Provisioning status: "Allocation failed. We do not have sufficient capacity for the requested VM size in this region. Read more about improving likelihood of allocation success at http://aka.ms/allocation-guidance. AllocationFailed"

Error code: "ProvisioningState/failed/AllocationFailed"

I'm trying to change the group, but it won't let me.

When the error comes out, it gives me an URL to try to solve the problem, but the URL redirects me to the Microsoft store.

Can anyone help me?


Are VMs right for my application, is so which ones should I be looking at?

$
0
0

I am doing some analysis that requires windows software on a windows based server owned by a colleague. The analysis is slow, partly because the machine does not have an SSD and we might not have the option to upgrade that machine.

The machine we have right now is running windows server 2012 r2 and has:

320 GB RAM

2 CPUs (56 logical processors)

and about 3.5 TB of HD storage

I am looking for something that is similar but has SSD and maybe some more cores.

I browsed the pricing page:

(https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/)

I came across:

E64as v3

Which seems like a good fit with:

64 cores

432 GB memory

864 GB temporary disk space

I guessing I would have to upgrade to one of the SSDs priced here:

(https://azure.microsoft.com/en-us/pricing/details/managed-disks/)

to meet a similar storage capacity (like a P50)

Does a VM even seem logical for what I am trying to achieve? If so am I thinking along the right lines in terms of specs?





How to block ports from public and allow ports within Vnet in Azure?

$
0
0

I've setup a site-to-point VPN in Azure. I want to allow ports 3389, 22, 5432, 8080 for users that logs in using the VPN client and at the same allow only port 8080 at the public IP for this VM. These configs can be done at the NSG How can I achieve this?

In the VM/Networking tab, I can see NSG attached to a subnet and another NSG attached to the NIC.

Cannot delete VM eastus2

$
0
0

My eastus2 VM has been deleting for a few hours now, I've tried multiple Deletes at the Resource Group level and the VM level.  Error message says:

{"Error":{"Code":"ServerTimeout","Target":null,"Message":"The request to delete the resource '/subscriptions/6e65a4c1-18b6-40bd-b83b-cf80f1a0c45a/resourceGroups/XXX/providers/Microsoft.Compute/virtualMachines/k8s-master-16260370-0' timed out. Diagnostic information: timestamp '20191021T172359Z', subscription id '6e65a4c1-18b6-40bd-b83b-cf80f1a0c45a', tracking id 'c709ce12-1d4e-40fe-b160-3579f184f2b5', request correlation id '4a5b9b57-b903-48ce-9767-59952f86770e', Deployment location 'East US 2'.","Details":null,"AdditionalInfo":null}}


VM cannot be started

$
0
0

This morning a lot of VMs (windows 2016in our org cannot be started. It went to "Updating", then "failed". Restart (or Stop then start) brought VM to "Updating" again, then failed a gain. 

The error read: 

Provisioning failed. An unexpected error occured while processing the network profile of the VM. Please retry later.. NetworkingInternalOperationError


ProvisioningState/failed/NetworkingInternalOperationError

The VM may install the following ( I saw it for a VM that is running because of insufficient storage). 

• 2019-10 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4519998).

Any suggestions? This is an urgent issue for our group since most dev works are in Azure VMs. 

Disks attached to a VM Cannot get Detached or Deleted

$
0
0

Disks attached to a VM Cannot get Detached or Deleted.

I stopped the VM but still the Delete for a Disk continues to be disabled.

Is there anyway to do it.

Reset Firewall into VM

$
0
0

Hi!

Accidentally i reset the firewall into VM, and now i can't connect to my VM.

what can i do?


Apache Server not working on Azure VM Centos 7

$
0
0

[MSMTEST@msmtest ~]$ sudo systemctl restart httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

[MSMTEST@msmtest ~]$ grep '80' /etc/httpd/conf.d/*
/etc/httpd/conf.d/vhost.conf:<VirtualHost *:80>

[MSMTEST@msmtest ~]$ grep '443' /etc/httpd/conf.d/*
/etc/httpd/conf.d/ssl.conf:Listen 443 https
/etc/httpd/conf.d/ssl.conf:<VirtualHost _default_:443>
/etc/httpd/conf.d/ssl.conf:#ServerName www.example.com:443


[MSMTEST@msmtest ~]$ sudo apachectl -t
[MSMTEST@msmtest ~]$

[MSMTEST@msmtest ~]$ sudo httpd -k start
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using msmtest.southafricanorth.cloudapp.azure.com. Set the 'ServerName' directive globally to suppress this message


Cannot access Cloudera Manager on Azure VM

$
0
0

I recently deployed the Cloudera Enterprise Data Hub from the Azure Marketplace and it created my master node and data node VM's. The blog that I used as reference (https://azure.microsoft.com/en-us/blog/full-cloudera-enterprise-edh-support-on-azure/) says I should be able to access the Cloudera Manager by entering the url in the following format:http://[dnsName]-mn0.[region].cloudapp.azure.com:7180.  However when I do this I get a "can't reach this page" message.  I double checked the url I was using and it is correct based on the format supplied above.  I also checked the Inbound security rules for the network security group and there is a rule called Management.Web.UI for port 7180 that allows access from any source port range.  I can connect to my cluster via Putty without a problem, but I can't access the management portal.  Does anyone know of something I might be missing?  Is there anyone else out there that has used this deployment?  Thank you in advance.

Insufficient quota of vCPUs available after creating a VM, imaging it, and then deleting it

$
0
0

I am testing out Azure VMs as a disaster recovery option for my organization. I'm on an Azure AD trial. My use case is this: Ideally, I'd like to have an image standing by with all the software that my users need, pre-installed, and hooked up to our Azure AD domain. Then, if we should need our DR environment, I'd like to spin up 1..n VMs from the image, send my users the RDP connection files, have them long in with their Office 365 credentials (we also subscribe to Azure AD Premium P1), and get back to work using OneDrive.

I created a VM and populated it with the settings and software I need for my users. It has a local admin, and I confirmed I could log in using my Azure AD credentials. Then I ran sysprep /generalize and created an image of the virtual workstation. So far so good. As I could no longer access the original VM, I deleted it. The original VM was of the DS3_v2 size.

Now I'm going to create a new VM from my image to test. In the Azure portal, I go to Virtual Machines -> Add. I select my image and Resource Group. However, when I go to select a Size, I get the following error message:

"4 vCPUs are needed for this configuration, but only 0 vCPUs (of 4) remain for the Standard DSv2 Family vCPUs." I cannot select any of the available options. The "Troubleshoot" link directs me to a page instructing me to request a quota increase, but that shouldn't be necessary; I de-allocated the old VM and its 4 vCPUs so I could create a new one. Why is Azure telling me I only have 0 vCPUs left in my trial subscription?

No option to create a VM from a managed disk.

$
0
0

Hello,

I'm trying to create a VM from vhd's from an appliance we've purchased.  In the portal I see the disks I've converted but on the overview page, there's no button to create a VM from the disk?  Am I missing something?

Thanks,

Installation of Antimalware for Azure on Win2k8 R2 VM failed - Error code 52

$
0
0

Hi,

Installation of Antimalware for Azure on Win2k8 R2 VM (I know, don't ask) fails on serveral VM's with error code 52, not documented. Anyone seen this before? No clue with procmon either with filtering on mpclient.dll

Contents logfile:

[10/07/2019 03:00:59.08] Executing: C:\Packages\Plugins\Microsoft.Azure.Security.IaaSAntimalware\1.5.5.9\AntimalwareConfig.exe -enable

[10/07/2019 03:01:48.78] Execution Complete.
######
Execution Output:
Microsoft Antimalware Configuration Utility
Version 1.5.5.9
Please refer this TSG: 
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/iaas-antimalware-windows
- Current UTC time: 7-10-2019 3:00:59
- Getting InvalidOperationException when trying to find is MSMPSvc running, we will move on to check if WinDefend is running 7-10-2019 3:01:32
- Trying to find is Defender installed... 7-10-2019 3:01:32
- Getting Configuration 7-10-2019 3:01:32
- Getting Configuration Schema Type 7-10-2019 3:01:32
- Configuration settings file found: C:\Packages\Plugins\Microsoft.Azure.Security.IaaSAntimalware\1.5.5.9\RuntimeSettings\0.settings 7-10-2019 3:01:32
- Getting json Configuration 7-10-2019 3:01:33
- Deserializing Json Cfg 7-10-2019 3:01:33
- Enabling antimalware 7-10-2019 3:01:33
- Checking Is Defender or Camp Installed 7-10-2019 3:01:33
- Trying to find is Defender installed... 7-10-2019 3:01:33
- Defender Installed, ServiceName WinDefend 7-10-2019 3:01:33
- Checking Is Service Running 7-10-2019 3:01:33
- Getting InvalidOperationException when trying to find is MSMPSvc running, we will move on to check if WinDefend is running 7-10-2019 3:01:33
- Service is not Running, start enabling steps 7-10-2019 3:01:33
- Initializing CampEngine 7-10-2019 3:01:33
- Creating Engine Configurator 7-10-2019 3:01:33
- Register Microsoft Update For Mep 7-10-2019 3:01:33
- Start the registration script for Microsoft Update 7-10-2019 3:01:33
- End the registration script for Microsoft Update 7-10-2019 3:01:33
- Registered to receive antimalware updates via Microsoft Update 7-10-2019 3:01:48
- Start Enable AntiMalware for Engine Configurator Api 7-10-2019 3:01:48
- Fail to EnableAntiMalware::System.DllNotFoundException: Unable to load DLL 'MpClient.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Microsoft.Azure.Security.MpClient.MpManagerOpen(UInt32 dwReserved, IntPtr& pMpHandle)
   at Microsoft.Azure.Security.EngineConfiguratorApi.EnableAntiMalware(String ServiceName) 7-10-2019 3:01:48
* ERROR: Enable step getting DllNotFoundException: System.DllNotFoundException: Unable to load DLL 'MpClient.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Microsoft.Azure.Security.MpClient.MpManagerOpen(UInt32 dwReserved, IntPtr& pMpHandle)
   at Microsoft.Azure.Security.EngineConfiguratorApi.EnableAntiMalware(String ServiceName)
   at Microsoft.Azure.Security.CampEngine.Enable(AntimalwareConfig newConfig)


Execution Error:

######
Command C:\Packages\Plugins\Microsoft.Azure.Security.IaaSAntimalware\1.5.5.9\AntimalwareConfig.exe of Microsoft.Azure.Security.IaaSAntimalware has exited with Exit code: 52

Provisioning of Azure VM extension timeout

$
0
0

Hi I am using a custom script extension to do some post deployment tasks in the virtual machine. But the provisioning of the extension times out. waagent logs show an error but it is incomprehensible for me. Can someone please guide me about this problem.

2019/10/30 10:34:52.569846 ERROR ExtHandler Event: name=Microsoft.Compute.CustomScriptExtension, op=Install, message=eJytkbFqxDAQRHt9xX5ALJ99NsFuj4NrkkBSHuaQpdUhsHeNtEpMvj7GRUiZ4pphioHHzFzPqyClwPS2YDSymXOMHAd4ZSq+MTLgGgQsO+yhqp+foPw0sZzCWH4Zc0eS8iXYyIm96BPPSxbUp5yE5w8bwyK/gKLSnW7LQEnMNGk7O3VN4jjLoNRuMcZBvWeiQHdIlhcEkyBTkB7+CbntkFvbOV8f665onW+Kxla+GL3b5HB0LR4Q28bonaAeV2fbp3/gOj2Mgf5mL4bchFHjul1BLOA5k1M/YnmhEQ==, duration=0

logs are as follows.

2019/10/30 10:28:03.232795 INFO Daemon Azure Linux Agent Version:2.2.40
2019/10/30 10:28:03.239817 INFO Daemon OS: ubuntu 18.04
2019/10/30 10:28:03.252758 INFO Daemon Python: 3.6.8
2019/10/30 10:28:03.261718 INFO Daemon Daemon process id 1226 is tracked in systemd cgroup walinuxagent.service
2019/10/30 10:28:03.266467 INFO Daemon CGroups: successfully set up agent cgroup
2019/10/30 10:28:03.279735 INFO Daemon Run daemon
2019/10/30 10:28:03.282276 INFO Daemon Clean protocol
2019/10/30 10:28:03.286203 INFO Daemon Running CloudInit provisioning handler
2019/10/30 10:28:03.293189 INFO Daemon Detect protocol endpoints
2019/10/30 10:28:03.297527 INFO Daemon Clean protocol
2019/10/30 10:28:03.300010 INFO Daemon WireServer endpoint is not found. Rerun dhcp handler
2019/10/30 10:28:03.304443 INFO Daemon Test for route to 168.63.129.16
2019/10/30 10:28:03.309542 INFO Daemon Route to 168.63.129.16 exists
2019/10/30 10:28:03.313392 INFO Daemon Wire server endpoint:168.63.129.16
2019/10/30 10:28:03.321647 INFO Daemon Fabric preferred wire protocol version:2015-04-05
2019/10/30 10:28:03.327337 INFO Daemon Wire protocol version:2012-11-30
2019/10/30 10:28:03.333347 INFO Daemon Server preferred version:2015-04-05
2019/10/30 10:28:03.395736 INFO Daemon ssh host key found at: /etc/ssh/ssh_host_rsa_key.pub
2019/10/30 10:28:03.405643 INFO Daemon Thumbprint obtained from : /etc/ssh/ssh_host_rsa_key.pub
2019/10/30 10:28:03.411447 INFO Daemon Finished provisioning
2019/10/30 10:28:04.426774 INFO Daemon RDMA capabilities are not enabled, skipping
2019/10/30 10:28:04.435486 INFO Daemon Installed Agent WALinuxAgent-2.2.40 is the most current agent
2019/10/30 10:28:04.759016 INFO ExtHandler Agent WALinuxAgent-2.2.40 is running as the goal state agent
2019/10/30 10:28:04.799007 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:04.827223 INFO ExtHandler Tracking systemd cgroup for WALinuxAgent
2019/10/30 10:28:04.835283 INFO ExtHandler Now tracking cgroup walinuxagent.service
2019/10/30 10:28:04.849760 INFO ExtHandler Start env monitor service.
2019/10/30 10:28:04.859707 INFO ExtHandler Configure routes
2019/10/30 10:28:04.868199 INFO ExtHandler Gateway:None
2019/10/30 10:28:04.875745 INFO ExtHandler Routes:None
2019/10/30 10:28:04.882801 INFO ExtHandler Hostname record does not exist, creating [/var/lib/waagent/published_hostname] with hostname [Numtra-DSW]
2019/10/30 10:28:04.913469 INFO ExtHandler WALinuxAgent-2.2.40 running as process 1435
2019/10/30 10:28:04.922349 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:04.940592 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:05.017940 INFO ExtHandler Route table: [{"Iface": "eth0", "Destination": "0.0.0.0", "Gateway": "10.0.0.1", "Mask": "0.0.0.0", "Flags": "0x0003", "Metric": "100"},{"Iface": "eth0", "Destination": "10.0.0.0", "Gateway": "0.0.0.0", "Mask": "255.255.255.0", "Flags": "0x0001", "Metric": "0"},{"Iface": "eth0", "Destination": "168.63.129.16", "Gateway": "10.0.0.1", "Mask": "255.255.255.255", "Flags": "0x0007", "Metric": "100"},{"Iface": "eth0", "Destination": "169.254.169.254", "Gateway": "10.0.0.1", "Mask": "255.255.255.255", "Flags": "0x0007", "Metric": "100"}]
2019/10/30 10:28:05.090591 INFO ExtHandler Initial NIC state: [{ "name": "lo", "link": "<LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00" }, { "name": "eth0", "link": "<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\    link/ether 00:0d:3a:5a:00:89 brd ff:ff:ff:ff:ff:ff" }]
2019/10/30 10:28:05.230516 INFO ExtHandler Successfully added Azure fabric firewall rules
2019/10/30 10:28:05.266457 INFO ExtHandler Firewall rules:
Chain INPUT (policy ACCEPT 5 packets, 148772 bytes)
    pkts      bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 5 packets, 260 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ACCEPT     tcp  --  *      *       0.0.0.0/0            168.63.129.16        owner UID match 0
       0        0 DROP       tcp  --  *      *       0.0.0.0/0            168.63.129.16        ctstate INVALID,NEW

2019/10/30 10:28:05.347842 INFO ExtHandler Set block dev timeout: sdb with timeout: 300
2019/10/30 10:28:05.359511 INFO ExtHandler Set block dev timeout: sda with timeout: 300
2019/10/30 10:28:05.710658 INFO ExtHandler Agent WALinuxAgent-2.2.40 discovered update WALinuxAgent-2.2.44 -- exiting
2019/10/30 10:28:06.456763 INFO Daemon Agent WALinuxAgent-2.2.40 launched with command 'python3 -u /usr/sbin/waagent -run-exthandlers' is successfully running
2019/10/30 10:28:06.469315 INFO Daemon Determined Agent WALinuxAgent-2.2.44 to be the latest agent
2019/10/30 10:28:07.250184 INFO ExtHandler Agent WALinuxAgent-2.2.44 is running as the goal state agent
2019/10/30 10:28:07.283050 INFO ExtHandler Distro info: ubuntu 18.04, osutil class being used: Ubuntu18OSUtil, agent service name: walinuxagent
2019/10/30 10:28:07.332641 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:07.352381 INFO ExtHandler Start env monitor service.
2019/10/30 10:28:07.362064 INFO ExtHandler Configure routes
2019/10/30 10:28:07.375737 INFO ExtHandler Gateway:None
2019/10/30 10:28:07.388935 INFO ExtHandler Routes:None
2019/10/30 10:28:07.456720 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:07.451234 INFO ExtHandler WALinuxAgent-2.2.44 running as process 1548
2019/10/30 10:28:07.498939 INFO ExtHandler Route table: [{"Iface": "eth0", "Destination": "0.0.0.0", "Gateway": "10.0.0.1", "Mask": "0.0.0.0", "Flags": "0x0003", "Metric": "100"},{"Iface": "eth0", "Destination": "10.0.0.0", "Gateway": "0.0.0.0", "Mask": "255.255.255.0", "Flags": "0x0001", "Metric": "0"},{"Iface": "eth0", "Destination": "168.63.129.16", "Gateway": "10.0.0.1", "Mask": "255.255.255.255", "Flags": "0x0007", "Metric": "100"},{"Iface": "eth0", "Destination": "169.254.169.254", "Gateway": "10.0.0.1", "Mask": "255.255.255.255", "Flags": "0x0007", "Metric": "100"}]
2019/10/30 10:28:07.489872 INFO ExtHandler CGroups Status: The cgroup filesystem is ready to use
2019/10/30 10:28:07.571645 INFO ExtHandler Started tracking new cgroup: walinuxagent.service, path: /sys/fs/cgroup/cpu/system.slice/walinuxagent.service
2019/10/30 10:28:07.620095 INFO ExtHandler Started tracking new cgroup: walinuxagent.service, path: /sys/fs/cgroup/memory/system.slice/walinuxagent.service
2019/10/30 10:28:07.643977 INFO ExtHandler Initial NIC state: [{ "name": "lo", "link": "<LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00" }, { "name": "eth0", "link": "<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\    link/ether 00:0d:3a:5a:00:89 brd ff:ff:ff:ff:ff:ff" }]
2019/10/30 10:28:07.792385 INFO ExtHandler Successfully added Azure fabric firewall rules
2019/10/30 10:28:07.830852 INFO ExtHandler Firewall rules:
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
       0        0 ACCEPT     tcp  --  *      *       0.0.0.0/0            168.63.129.16        owner UID match 0
       0        0 DROP       tcp  --  *      *       0.0.0.0/0            168.63.129.16        ctstate INVALID,NEW

2019/10/30 10:28:08.027173 INFO ExtHandler Created slice for walinuxagent extensions system-walinuxagent.extensions.slice
2019/10/30 10:28:08.040924 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:08.139902 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:08.330415 INFO ExtHandler Wire server endpoint:168.63.129.16
2019/10/30 10:28:08.338840 INFO ExtHandler ProcessGoalState completed [incarnation 1; 199 ms]
2019/10/30 10:34:50.072576 INFO ExtHandler Found private key matching thumbprint D2FE9B9F5FA4ED90A64E68E3F2C5824C775B0C07
2019/10/30 10:34:50.136927 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Target handler state: enabled
2019/10/30 10:34:50.140899 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] [Enable] current handler state is: notinstalled
2019/10/30 10:34:50.145766 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Downloading extension package: https://zrdfepirv2by4prdstr09.blob.core.windows.net/bfd5c281a7dc4e4b84381eb0b47e3aaf/Microsoft.Compute__CustomScriptExtension__1.9.5
2019/10/30 10:34:50.247634 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Unzipping extension package: /var/lib/waagent/Microsoft.Compute.CustomScriptExtension__1.9.5.zip
2019/10/30 10:34:50.327393 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Initializing extension Microsoft.Compute.CustomScriptExtension-1.9.5
2019/10/30 10:34:50.529547 INFO ExtHandler Created slice for system-walinuxagent.extensions-Microsoft.Compute.CustomScriptExtension_1.9.5.slice
2019/10/30 10:34:50.534978 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Update settings file: 0.settings
2019/10/30 10:34:50.538664 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Install extension [install.cmd]
2019/10/30 10:34:50.544112 INFO ExtHandler Started extension using scope 'Microsoft.Compute.CustomScriptExtension_1.9.5_59df2329-5df4-4c1f-bfdf-b03d5e0ee54a'
2019/10/30 10:34:50.552458 INFO ExtHandler Started tracking new cgroup: Microsoft.Compute.CustomScriptExtension-1.9.5, path: /sys/fs/cgroup/cpu/system.slice/Microsoft.Compute.CustomScriptExtension_1.9.5_59df2329-5df4-4c1f-bfdf-b03d5e0ee54a.scope
2019/10/30 10:34:50.559631 INFO ExtHandler Started tracking new cgroup: Microsoft.Compute.CustomScriptExtension-1.9.5, path: /sys/fs/cgroup/memory/system.slice/Microsoft.Compute.CustomScriptExtension_1.9.5_59df2329-5df4-4c1f-bfdf-b03d5e0ee54a.scope
2019/10/30 10:34:52.569846 ERROR ExtHandler Event: name=Microsoft.Compute.CustomScriptExtension, op=Install, message=eJytkbFqxDAQRHt9xX5ALJ99NsFuj4NrkkBSHuaQpdUhsHeNtEpMvj7GRUiZ4pphioHHzFzPqyClwPS2YDSymXOMHAd4ZSq+MTLgGgQsO+yhqp+foPw0sZzCWH4Zc0eS8iXYyIm96BPPSxbUp5yE5w8bwyK/gKLSnW7LQEnMNGk7O3VN4jjLoNRuMcZBvWeiQHdIlhcEkyBTkB7+CbntkFvbOV8f665onW+Kxla+GL3b5HB0LR4Q28bonaAeV2fbp3/gOj2Mgf5mL4bchFHjul1BLOA5k1M/YnmhEQ==, duration=0
2019/10/30 10:34:52.602020 INFO [Microsoft.Compute.CustomScriptExtension-1.9.5] Remove extension handler directory: /var/lib/waagent/Microsoft.Compute.CustomScriptExtension-1.9.5
2019/10/30 10:34:52.803191 INFO ExtHandler ProcessGoalState completed [incarnation 2; 2784 ms]
2019/10/30 10:38:08.530075 INFO ExtHandler Stopped tracking cgroup: Microsoft.Compute.CustomScriptExtension-1.9.5, path: /sys/fs/cgroup/cpu/system.slice/Microsoft.Compute.CustomScriptExtension_1.9.5_59df2329-5df4-4c1f-bfdf-b03d5e0ee54a.scope
2019/10/30 10:38:08.541849 INFO ExtHandler Stopped tracking cgroup: Microsoft.Compute.CustomScriptExtension-1.9.5, path: /sys/fs/cgroup/memory/system.slice/Microsoft.Compute.CustomScriptExtension_1.9.5_59df2329-5df4-4c1f-bfdf-b03d5e0ee54a.scope
2019/10/30 10:43:07.193677 INFO Daemon Agent WALinuxAgent-2.2.44 launched with command 'python3 -u bin/WALinuxAgent-2.2.44-py2.7.egg -run-exthandlers' is successfully running

Viewing all 12545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>