1,491 questions
-2
votes
1
answer
63
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
113
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
93
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 ...
-1
votes
1
answer
106
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 ...
1
vote
0
answers
143
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-...
0
votes
0
answers
950
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 ...
2
votes
0
answers
327
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 ...
0
votes
0
answers
80
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.
...
-1
votes
1
answer
68
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($...
0
votes
0
answers
745
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 ...
0
votes
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 $...
0
votes
1
answer
544
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 ...
0
votes
1
answer
928
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-...
1
vote
0
answers
412
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-...
0
votes
1
answer
189
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/...
