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

Transfer data from Azure Managed Disk to another managed disk

$
0
0

Hi All,

May I know if there's a way to migrate data from an azure managed disk to another azure managed disk. I currently have 3 x 50 storage accounts(4TB). I have consumed less than 1TB. I would like to know if there is a tool for me to consolidate the storage data into one disk and disable 1-2 disk(s) temporarily until such time that we will need the said storage.

Thank you in advance.


Network Security Group having no effect :(

$
0
0

Since last night my Linux VM on azure has stopped adhering to inbound rules I had designed for it well over two years ago, and has closed all ports except for 22. Even when I edit the inbound rule for port 22 and change it to anything else, port 22 is still accessible and the rest are not. On top of that, "Our troubleshooter did not detect any issues with your resource." is the message I get when I try to diagnose the problem.

I have a number of services running on that VM, and can confirm all those services are up and running. Has azure had a hiccup last night?

Unable to install the extension for Log Analytics on Linux OpenSuse 15 machine.

$
0
0

Hello

Lately I wanted to install and activate the extension to include my new virtual machine to log analytics.

When clicking the enable in add machine to workspace the deployment process starts.

But after a few seconds I've got the error message and error code 51 - This extension is not supported on the VM's operation system. This is weird, because I've created the machine from official ms image repository.

The linux distro is SUSE Linux Enterprise Server 15. This is quite clean and unmodified machine.

The error message below:

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.","details":[{"code":"Conflict","message":"{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"VMExtensionHandlerNonTransientError\",\r\n \"message\": \"Handler 'Microsoft.Azure.Monitoring.DependencyAgent.DependencyAgentLinux' has reported failure for VM Extension 'DependencyAgentLinux' with terminal error code '1007' and error message: '[ExtensionError] Non-zero exit code: 51, bin/time-limit 870 scripts/install.sh 2>&1 >/dev/null\\n[stdout]\\n2019/07/08 10:11:46.762155 INFO ExtHandler Move process 1546 into cgroups for extension Microsoft.Azure.Monitoring.DependencyAgent.DependencyAgentLinux\\n\\nUnable to determine distribution\\n\\nThe Dependency Agent was not installed.\\n\\nSee https://aka.ms/ServiceMapTroubleshooting (exit code = 0x00000033) for assistance.\\n\\n\\n[stderr]\\n'\"\r\n }\r\n ]\r\n }\r\n}"}]}

Big thanks for any help or advise.

SQL Connectivity level dropdown disable -

$
0
0

I have SQL Server 2017 VM installed by another person. I would like to access SQL Server from another VM in same VNet, but I cannot access.

SQL Connectivity level is currently on "Local (inside VM only)" and for strange reason dropdown is disabled and I cannot change to "Private within Virtual Network".

I wonder how to change SQL Connectivity Level.



Kenny_I

SQL Connectivity level dropdown disabled

$
0
0

I have SQL Server 2017 VM installed by another person. I would like to access SQL Server from another VM in same VNet, but I cannot access.

SQL Connectivity level is currently on "Local (inside VM only)" and for strange reason dropdown is disabled and I cannot change to "Private within Virtual Network".

I wonder how to change SQL Connectivity Level.



Kenny_I


Unable to send email from Azure VM

$
0
0

I am unable to send email from Azure VM to office 365. I have used below PS command to check:

PSC:\windows\system32> Send-MailMessage -To emailaddress -From emailaddress -Subject "Test Email" -S

mtpServer smtp.office365.com -Priority High -Port 587

Send-MailMessage : The operation has timed out.

At line:1 char:1

+ Send-MailMessage -Toemailaddress -From emailaddress...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (System.Net.Mail.SmtpClient:SmtpClient) [Send-MailMessage], SmtpExcept

   ion

    + FullyQualifiedErrorId : SmtpException,Microsoft.PowerShell.Commands.SendMailMessage

Note: Telnet to smtp.office365.com over port 25, 587 is working fine. Can someone please help me here.

Appreciate the help.

Thanks,

Devesh Awad

Unable to Create VM

$
0
0

Hi All

I'm unable to create a VM, it keeps complaining about a phone number.

I've entered it, but am unable to click create.

Any Ideas?

Scripts assistance & some queries - networks + multiple VMs

$
0
0

Hi All,

It's quite daunting trying to find what I am looking for, and hope someone can point me in the right direction.

Can someone help with the following query:

For a multi-tier network (DEV/QAS/PRD), is it best to create 3 separate VNETs, or just have 3 separate subnets within a single VNET?

I am also looking for the following scripts in order to run through them and see where they can assist with multiple deployments of Azure VMs of various sizes:

1. Networking script to address my query above (3 networks for DEV/QAS/PRD). Ideally this should deploy with an IP range per network, with customised names;

2. Script to deploy various sizes of Azure VMs into each of the networks needed (DEV/QAS/PRD).

3. Script to deploy an Azure firewall to route traffic between DEV/QAS/PRD.

I'll continue to check around in the meantime.

Thanks for the help!


nested virtualisation with visual studio android emulator

$
0
0

Hello

Is it possible to run visual studio android emulator with nested virtualisation with vm series D and E v3 ?

or can any android emulator support nested virtualisation ?

Symfony 4 on Azure Windows - Very slow output (3-10 secounds)

$
0
0

Hello,

I'm developing on Azure PHP applications with Symfony 4.
Currently is a standard installation without a database or extensions:
http://symfony.com/doc/current/setup.html

I start the server with "php bin / console server: run"
Then I call "https://localhost:8000" in the browser.

The page "Hello Word" appears after ~ 5-10 seconds,
although the page is rendered within ~ 300ms
(internal Degug Tool of Symfony, when Symfony dont

have to rebuild the cache ...).

Something slows down the every output, after the page
is rendered with PHP ...
The same program runs on my
laptop at lightning speed, after 300ms the page is visible ...)

I would be very happy about any help.
I use Azure Windows (not Linux)

Many thanks & Best regards
Simon

Allow Multiple RDP Logons to an Azure VM

$
0
0

Hi all,

We have stood up a test VM in Azure. Obviously the out of the box default allows for a maximum of two concurrent logons. However, we will most likely need to allow more than two simultaneous logons so can anyone tell me what the best way to do this is?

From having a google it seems that we may need to purchase RDS Subscriber Access Licenses (SALs) for each user. If this is indeed what we need to purchase, how would one go about assigning these licences to the server? Is a dependency on AD being installed (the reason i ask is that the VM is not part of a domain)?

Thanks for any info/advice.

Azure Firewall Support for TLS

$
0
0

Hello. My team would like to deploy Azure Firewall to protect virtual machine resources (deployed in within typical, N-tier application configurations).

We're wondering however, if Azure Firewall supports bi-directional TLS communication.  This is important to us because some of the key, external services we plan to use - such as Apigee Edge - require traffic be TLS encrypted.  Our plan is to use Azure Firewall as the single entry point for all external endpoints so the ability to support TLS is a key consideration.

Thanks!

Ubuntu 18 VM not able to scp/ssh into VM cluster

$
0
0
I have set up three virtual machines, two on one virtual network and one on another virtual network. The virtual network where set up in two different server Australia East and Australia South East, then I created two gateways and then connected them together. 
Now, my thought process would be that I have the main client, copy files to the other two servers updating the configurations, however, I have no clue how this can be achieved in Azure as I can not from the client server (ss) ssh into the data node server. 
Firstly, is there a way to do this, do I need to adjust the /ect/environment variables as I have read that they should basically be talking to each other without having to configure anything in the linux environment? I am at a lose and there doesn't seem to be anything out on the web that solves this problem. If you need anymore information, more than welcome to ask, and suggestions appreciated


Azure Win VM: Guest Agent Status - Not Ready/Unknown (GuestAgent is running within the VM)

$
0
0

Hi,

So, we've a Windows Azure VM on which all of a sudden Agent Status went to 'not ready' únknown' & unable to enable the replication as the Agent is not responding.

We tried, (1.) restarting the AzureGuestAgent service - didn't work (2.) Stopped the GuestAgent service & re-installed the latest GuestAgent (.msi file) again manually using elevated command - services started but @ portal level (& via powershell) agent status is still not ready. (3.) within taskmanager all the 3 required .exe are running (waapagent, guestagent, telemetry)

Enabling Replication Fails as the agent though running within the VM @ portal level is not ready/unknown.

Please, share your findings or work around in order to get the agent responding & captured @ portal level.

 

problem with the ports

$
0
0
ffasdahjuhnu<ghhifhofkdocan not open the ports. I have tried disabling the windows firewall. And it still does not work, it tells me they're closed.
I can not open the ports. I have tried disabling the windows firewall. And it still does not work, it tells me they're closed.

Cannot delete VM

$
0
0

I started a VM using Azure.Management.Fluent API. It remained in the "Creating" state in the Azure Portal although I could already connect to it using Remote Desktop. In all other regards it worked fine as well.

Then I tried to delete it again manually. It does fail with this very helpful error message:

"statusMessage":"{\"status\":\"Failed\",\"error\":{\"code\":\"ResourceOperationFailure\",\"message\":\"The resource operation completed with terminal provisioning state 'Failed'.\",\"details\":[{\"code\":\"InternalExecutionError\",\"message\":\"An internal execution error occurred.\"}]}}"



I am not willing to pay for an unusable VM.

Windows Update Server 2016

$
0
0
I have several windows servers in the same domain on Azure infrastructure. Some download updates quickly, others literally take multiple hours for the same update. They are all configured the same. Why would they not get the update from an update server within the Azure data center? either way there is a FAT pipe in the data center and the internal network speed is supposed to be 10Gbs

Lee

Managed data disks not appearing in disks in Linux VM

$
0
0

Hi,

I have created new Linux VM and attached a managed disk to it which was created from a snapshot of an earlier Linux VM. The managed disk is attached to it as an additional data disk and I undertook these steps in Azure portal.

However, I do not see the additional disk from within the VM. I have taken the steps mentioned on the page - https://docs.microsoft.com/en-us/azure/virtual-machines/linux/attach-disk-portal to mount the disk.

When I check the blkid, I get the response shown below with a duplicate entry -

/dev/sdc1: LABEL="knimeinstall" UUID="2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9" TYPE="ext4"

/dev/sdd1: LABEL="knimeinstall" UUID="2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9" TYPE="ext4"

/dev/sdb1: UUID="fe27703b-4999-4587-96f1-8491dc7a8b52" TYPE="ext4"

/dev/sda1: UUID="5268d5ab-25bf-4b8d-834c-a3092e0315f9" TYPE="xfs"

/dev/sda2: UUID="02bf2f98-ce4b-4628-98c9-daa44aaacb01" TYPE="xfs"

When I look for SCSI, I can see 4 UUIDs but no duplicates -

[ 0.407114] SCSI subsystem initialized

[ 1.174429] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)

[ 3.266498] sd 5:0:0:0: [sdc]Attached SCSI disk

[ 3.266545] sd 5:0:0:1:[sdd] Attached SCSI disk

[ 3.357931] sd 3:0:1:0: [sdb] Attached SCSI disk

[ 3.384601] sd 2:0:0:0: [sda] Attached SCSI disk

But, when I look in the /etc/fstab file, I can see only 3 entries -

UUID=02bf2f98-ce4b-4628-98c9-daa44aaacb01 / xfs defaults 0 0

UUID=5268d5ab-25bf-4b8d-834c-a3092e0315f9 /boot xfs defaults 0 0

UUID=2f8ec074-8ba6-4cdb-9c16-fda72e87c9e9 /knimeinstall ext4 defaults,nofail 1 2

Please can somebody help me find the disk on the VM, or I am missing any steps to be taken?



Thanks,

Archna



Issue with Deployment of Custom VM Image with SqlServer ,Reports Configured and Custom Software on it.

$
0
0

Hello ,

We are trying to make a base Product VM Image with Sqlserver installed and our Database added to it and reports(SSRS)  also configured , Product s/w also installed.

We deployed our Image on Azure  , but when we are making a new instance of VM from base image we found that Sql server is missing in new VM instance ,  kindly help us as  we need to get complete image including sqlserver and very thing configured as it in base VM Image.

Request all of you to support us , as we are trying to publish our product on Azure Market Place.

Issue Regarding ASP.NET WebAPI Hosted on Azure VM

$
0
0

Hi, I a facing a technical issue now with an ASP.NET Core 2.2 WebAPI hosted in an Azure Ubuntu 16.04 VM (Standard D1 v2 (1 vcpus, 3.5 GiB memory)).

When the WebAPI is executed via command line: e.g. dotnet myapp.dll it runs perfectly fine. But the issue arise when the same WebAPI is made to run via Systemd, it works on the first API call, but fails on subsequent calls. The error returned was:An error occurred while sending the request. Unable to read data from the transport connection: Connection reset by peer. This issue also occurs only when the expected data exceeds 1MB.

The WebAPI interfaces (via JSON RPC) with a blockchain API which resides on the same server.

Is there a difference between resource allocation somewhere that is different when systemd and manually running the application?


Viewing all 12545 articles
Browse latest View live