virtual machine
10 TopicsLinux Virtual Machine Agent Status "Not Ready"
We currently have a CEF server deployed in Azure which is a Linux VM. This morning I had no logs in sentinel and checked on the vm and noticed there was an error stating the Agent Status is "Not Ready". Having a hard time finding a solution to this problem, has anyone had this issue before? Thanks.11KViews0likes9CommentsNetwork Monitoring
Hi, I recently applied Network Security Groups on Virtual Networks (NSG). Now my question is, is it possible to monitor / record the network traffic? For example, I've configured many rules on the NSG, now a application on a Server won't work and my first guess is the NSG is blocking the communication. How do I see now which port the application is using so I can set a new rule to the NSG? I know when you already know the port you can check it in Network Watcher "IP flow verify and NSG diagnostics" as a whatif state. Traffic Analytics isn't the right answer too or am I seeing it wrong? Vnet Flow Logs should be the right thing. I configured it, applied traffic analytics and a account storage. Applied it for testing on a nic but I don't see anything practical for my use? The only thing Iwish is to see live or logged the traffic if the NSG blocked anything and troubleshoot.315Views0likes4CommentsAzure VM can't connect to FileShare
Hi guys, I am trying to connect an Azure VM (other subscription) to an Azure Storage Account (FileShare). I am using the "Enabled from selected virtual networks and IP addresses" and already add the public IP of the VM but when I try to map the File Share on Azure VM, I receive this error: CMDKEY: Credential added successfully. New-PSDrive : Access is denied At line:5 char:5 + New-PSDrive -Name Q -PSProvider FileSystem -Root "\\xxxxxxxx... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Q:PSDriveInfo) [New-PSDrive], Win32Exception + FullyQualifiedErrorId : CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand If I permit all public connections everything works fine and I am able to map the FS also in an other VM that is in the same subscription and is permitted with VNET is able to connect too.3.3KViews0likes1CommentInflux in Azure Marketplace
Hi, I have subscribed to the Influx DB from Azure Marketplace, as per the documentation of the Influx, when the subscription and account creation is done, Influx cloud will use the AKS and VM's from the Azure. But I didn't see any AKS or VM's created for the Influx. Thanks, Shashi.1.1KViews0likes1CommentUnable to set size for virtual machine
Hi I am a new user to azure and I have just created an account and bind my credit card to the account. Also, i upgrade the trial account to Pay-As-You-Go. However when I want to create virtual machine and select the size of it, the selection just grey out. I tried to clear the filters but it's the same.3.7KViews0likes4CommentsAccess denied on FileShare using access keys
Hi Hi! I created and Azure Storage account and a Fileshare in it. I have 2 VM's running Windows Server 2016 and both are in the same Region. On VM1 i can connect to the fileshare using the Storage account username and access keys with the New-PSDrive command without any problems On VM2 i get "access denied" when trying to connect to the fileshare the same way with the storage account username and access keys, anyone know why this would happen? i execute the exact same New-PSDrive on both servers. Error from PowerShell: PS C:\temp> .\MountBackup.ps1 CMDKEY: Credential added successfully. New-PSDrive : Access is denied At C:\temp\MountBackup.ps1:6 char:5 + New-PSDrive -Name Z -PSProvider FileSystem -Root "\\europrod.f ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Z:PSDriveInfo) [New-PSDrive], Win32Exception + FullyQualifiedErrorId : CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand27KViews0likes3CommentsVirtual machine shutdown in Azure
Hello, I have been searching all over the internet to try and find a solution to a problem I got with some Virtual Machines in Azure. They are randomly shutting down and I can't find a solution to it, and I hope someone here can point me in the right direction. Currently got 4 virtual machines deployed: B2MS - Windows 10 Pro - With Office and Microsoft Nav 2009R2 installed - Domain joined with Azure AD DS The machines is shutting down randomly, up to 7-8 times a day. This is the information I am getting from the eventlog: Loggnavn: System Kilde: User32 Dato: 07.02.2019 15:12:30 Hendelses-ID: 1074 Oppgavekategori:Ingen Nivå: Information Nøkkelord: Classic Bruker: S-1-5-21-3361540728-1458010002-743927306-1111 Datamaskin: VDI3.lorentzen.no Beskrivelse: Prosessen C:\Windows\System32\RuntimeBroker.exe (VDI3) has initiated Shutdown for computer VDI3 on behalf of user domain\user for the following reason: Other (Unplanned) Årsakskode: 0x0 Avslutningstype: Shutdown Kommentar: Hendelses-XML-fil: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="User32" Guid="{b0aa8734-56f7-41cc-b2f4-de228e98b946}" EventSourceName="User32" /> <EventID Qualifiers="32768">1074</EventID> <Version>0</Version> <Level>4</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2019-02-07T14:12:30.413409200Z" /> <EventRecordID>8934</EventRecordID> <Correlation /> <Execution ProcessID="492" ThreadID="508" /> <Channel>System</Channel> <Computer>VDI3.lorentzen.no</Computer> <Security UserID="S-1-5-21-3361540728-1458010002-743927306-1111" /> </System> <EventData> <Data Name="param1">C:\Windows\System32\RuntimeBroker.exe (VDI3)</Data> <Data Name="param2">VDI3</Data> <Data Name="param3">Other (Unplanned)</Data> <Data Name="param4">0x0</Data> <Data Name="param5">Shutdown</Data> <Data Name="param6"> </Data> <Data Name="param7">LORENTZEN\radek</Data> </EventData> </Event> (I have translated the important parts of the event log) I have googled as much as I can and I have tried the following fixes. Disable automatic Windows update Manually updated windows Disable TimeBrokerSvc in regedit Turned of every option like "Download updates from other computers" Ran stresstest to see if it triggers on high CPU usage Killed the RuntimeBroker process I have ran out of ideas and the customer is starting to get annoyed by the random shutdowns. Anyone that have experienced this either on-premises or in Azure and anyone know what the problem can be? Thanks in advance.1.7KViews0likes2CommentsHow can I install ssh2 in Windows_NT (Azure web service) to connect VM from web service?
To make my question more clear, I'm breaking them into parts. I have created webpage in Microsoft azure using app service {http:/####.azurewebsites.net} I have created virtual machine linux (Ubuntu) platform Both the service (web and vm) are in the same account (####@outlook.com). Now, I want to connect web service with vm. I have seen solutions connecting using ssh2 in php codes as shown https://stackoverflow.com/questions/18799799/ssh-connection-to-a-remote-server-using-php. I tried this in my local system (ubuntu). It was working fine. Now I want to connect to vm from web service. For this purpose how can I install ssh2 in webservice provided by azure. I have logged into azure web service via ftp using terminal. It shows remote system is Windows_NT. How can I install ssh2 into webservice so that I can access vm from webservice. Any help appreciated. Thank You1.2KViews0likes0CommentsAzure Virtual Machine Inaccessible
We have an azure virtual machine that was running Qlik Sense (web facing application). The server suddenly became inaccessible through the webpage. It is also inaccessible through RDP. It is not a security group configuration as the correct ports are open. The health of the VM is listed as healthy/running and all resource usage looks normal. Restarting the server didn't help. We can't access the machine at all to diagnose this issue. Any ideas as to what might be causing this would be greatly appreciated. Thanks -Kenny3.4KViews0likes7Comments