1,491 questions
Score of -2
1 answer
81 views
Unable to connect SQL Developer to an Oracle database from the host but able to connect to the same database from the Hyper V VM [closed]
I am using the Hyper V Virtual Machine where I run the company's VPN, and using the SQL developer with the port 20010 I can successfully connect to an Oracle database
However, when using exactly the ...
Advice
0
votes
0
replies
125
views
Hyper-V VM Not Getting DHCP Address (169.254.x.x APIPA)
I’ve been troubleshooting an issue with my Hyper-V setup where my VM keeps getting an automatic private IP address (169.254.x.x) instead of receiving a proper DHCP address from my router. Any advice ...
Advice
0
votes
2
replies
100
views
How do I upgrade the Cygwin package?
Consider:
I have the Cygwin 3.0.0 version and wish to keep all packages under the Cygwin and only upgrade three packages, but I am confused on what to select. I need to upgrade them for a CVE fix (xz ...
Score of -1
1 answer
108 views
How to do to a Replication > Test Failover using Powershell
I have a failover cluster called Cluster1. In the Roles I have a VM called VM1.
If i use the GUI i can select VM, right click then select Replication > Test Failover
This works perfectly
I want to ...
Score of 1
0 answers
146 views
Hyper-V Get-VM output language
So I've roamed stackoverflow searching for a good answers, but none worked.
I'm trying to get Hyper-V VM status in a script using Get-VM powershell scriptlet.
Example to get the first VM status (Get-...
Score of 0
0 answers
965 views
After WSL install or enable subsystem for linux windows , if I restart my laptop. The system stuck on a black screen
I want to install docker on my fresh installed windows 11 pro. But , when I install wsl 2 buy run this command
wsl —install
on powershell as an administrator and restart my computer. My computer ...
Score of 2
0 answers
338 views
Issues with VPP+DPDK Configuration: unable to ping VPP+DPDK interface using same vpp+dpdk interface or ifconfig interface
I am new to using VPP+DPDK and its applications, and I am seeking your assistance based on some clues to resolve these issues. Here are the situations I am encountering:
Case 1: I am trying to ping ...
Score of 0
0 answers
82 views
How to resolve startup boot order in creating multiple VMs all at once?
I’ve created a script that successfully created multiple VMs in hyper-v. However, I still have problem with the error displayed regarding startup order. Any suggestions to resolve this issue? Thanks.
...
Score of -1
1 answer
69 views
How can i convert influxql to flux
I want convert influxql to flux.
SELECT mean("Percent_User_Time") AS "% User Time"
FROM "win_cpu" WHERE "host" =~ /^$hostname$/
AND $timeFilter
GROUP BY time($...
Score of 0
0 answers
754 views
How can I use both WSL2 and the Android Studio emulator?
I usually use WSL2+VSCode, but am starting to use Android Studio. I cannot seem to run both the Android Studio emulator and use WSL2 at the same time.
I cannot install HAXM without first disabling ...
Score of 0
1 answer
65 views
Script not work for create machines by hyper-v
Hello my script not work for create machines by hyper-v
$list = Get-Content -Path "my place"
foreach ($vmy in $list)
{
New-VM -Name $vmName -MemoryStartupBytes (Invoke-Expression $...
Score of 0
1 answer
565 views
Remotely execute on Hyper-V guest from host with admin rights on the guest
How may my Hyper-V host remotely execute an elevated program on its guest running Windows 11?
I'm authoring some tooling to manage a GUI test program on a Hyper-V guest running Windows 11. Ideally ...
Score of 0
1 answer
946 views
Powershell Set-VMFirmware syntax error - do I need a different version of Powershell?
I am using Windows 11 Pro, and Powershell version 5.1
I am following this wiki to setup a VM https://techcommunity.microsoft.com/t5/educator-developer-blog/step-by-step-how-to-create-a-windows-11-vm-...
Score of 1
0 answers
420 views
how do I delete unwanted checkpoint on Hyper-V
I am currently running a failover Cluster Manager on Hyper-V. I am getting this error on my backup on a virtual machine. 'VMname' failed to take a checkpoint. (Virtual machine ID A9CC8FC3-B861-4805-...
Score of 0
1 answer
192 views
Copy HyperVM Iotedge docker container offline files into Local Drive
I'm having a Windows 10 host with Hyper-V Linux VM having IOT EdgeAgent and EdgeHub modules installed.
I have provided storageFolder mount to EdgeAgent & Hub to store offline files at var/iotedge/...