ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. hyper-v
    Log in to post
    • All categories
    • S

      I did a thing, have a quick Linux question

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux xen xenserver hyper-v kvm
      61
      3 Votes
      61 Posts
      9k Views
      scottalanmillerS

      @r0dISK said in I did a thing, have a quick Linux question:

      22TB ? mdadm + RAID6...

      That's a lot to have under RAID 6, but for a home lab is fine.

    • scottalanmillerS

      Anyone Using Windows 10 Hyper-V with Linux to Replace Dual Booting?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v virtualization windows 10 linux mint 18 linux windows
      43
      3 Votes
      43 Posts
      5k Views
      scottalanmillerS

      The Linux system gets the use 99% of the time and needs priority as to performance and what not. The Windows install is just for gaming and is not even my main gaming machine. Just a secondary one. And I've lived with zero Windows access for most of a year, not a big deal.

    • DustinB3403D

      Hyper-V 2008 VM System State Backup to USB

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v system state virtual machine backup backup and disaster recovery
      23
      0 Votes
      23 Posts
      4k Views
      DustinB3403D

      @coliver I know, I wasn't even included in the conversation at the time when we migrated to O365, and I wasn't included in the conversation when they setup Hyper-V.

      Nor was I included when they built this VM, or the other reporting VM on Hyper-V to which 16GB of memory and 2 cores assigned to it...

      #SweepItLikeAJanitor

    • Mike DavisM

      NIC teaming on Hyper-V

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v teaming bonding
      7
      1 Votes
      7 Posts
      2k Views
      thwrT

      @JaredBusch said in NIC teaming on Hyper-V:

      Then you make you vSwitch. If you already have your vSwitch setup, make a team with the ports NOT on the vSwitch, move the vSwitch to the team and then add the final NIC to the team.

      Not much to add here. SwitchIndependent mode is a big one on Hyper-V. Sure, Windows can easily use LACP and other means, but what if you want to use two or more uplink switches for redundancy? LACP can't handle this and there is just a handful of proprietary protocols that can. SwitchIndependent mode is doing exactly this by "load balancing" VMs and Host traffic between the available links and failover in case something goes south.

      This way, like @JaredBusch said above, you can have LACP-like functionality (max single port speed for a single traffic source) over multiple inexpensive switches. In fact, the switch doesn't know anything about that type of teaming, you could even use unmanaged switches (but really, don't do that)

      My hosts are running in this mode.

    • JaredBuschJ

      CentOS 7 VM on Hyper-V losing DHCP assigned address

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos 7 dhcp failed hyper-v chrony
      60
      1 Votes
      60 Posts
      14k Views
      jt1001001J

      Question: have you tried setting up the DHCP server as the time master, and having the Centos system sync time to the DHCP server (with said DHCP server syncing to NIST or whatever time source you prefer) instead of the NTP Pool? That way theoretically DHCP server and Centos should be at the same time. Just a thought.

    • mlnewsM

      Microsoft 74-409 Virtualization Study Guide from Veeam

      Watching Ignoring Scheduled Pinned Locked Moved News 74-409 hyper-v windows server 2012 microsoft windows server certification veeam system center
      2
      2 Votes
      2 Posts
      1k Views
      iroalI

      Looks great !!

      Thanks for the doc.

    • DashrenderD

      Hyper-V as a service

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v
      67
      1 Votes
      67 Posts
      14k Views
      scottalanmillerS

      @Dashrender said:

      I agree that it's nothing more than myself boxing myself into incorrect assumption (something that most of us do) - Hey this is GUI-less, therefore anything that requires GUI interaction (at least for install) won't work.

      Many Linux installs (not mine, but many) have the GUI libraries there but no GUI running. Meaning that the code is around but the services don't run. So the attack surface remains small and the CPU and memory are not being used unnecessarily but if you need to fire something up with a GUI, you can.

      In the Linux world, we do "minimal" server installs and don't install those libraries. But lots of people go for more bloated installs that have that stuff there.

    • DustinB3403D

      Export Hyper-V 2008 VM and import into XenServer 6.5

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v xenserver export
      9
      0 Votes
      9 Posts
      2k Views
      DashrenderD

      I only have one VM, it is 2012 R2 on my XS.

    • gjacobseG

      Hyper-V Unable to reach VMhost RPC call failed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v manager hyper-v server 2012
      6
      0 Votes
      6 Posts
      2k Views
      JaredBuschJ

      If it is a restart of the Hyper-V host, then check the services once it fails to respond like that.

    • JaredBuschJ

      I hate VMQ

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft hyper-v vmq intel broadcom networking
      10
      6 Votes
      10 Posts
      3k Views
      dafyreD

      @jt1001001 said:

      @dafyre I know on one of my Dell machines I did a new driver that seemed to fix the vmq performance issue; on the other I did just completely shut it off.

      I'd be less hesitant to leave it enabled if I could trust it to not cause problems.

    • JaredBuschJ

      Updating the Linux boot image before migrating from VMWare to Hyper-V

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 5 centos 6 centos 7 initrd how to hyper-v migration vmware
      13
      7 Votes
      13 Posts
      37k Views
      AdamFA

      In case anyone else runs across this same issue, I got this resolved with a simple command:

      dracut --regenerate-all -f && grub2-mkconfig -o /boot/grub2/grub.cfg

      After doing this, everything booted up properly.

      I then installed hyperv-daemons, rebooted, and everything works great.

    • JaredBuschJ

      Install Dell OpenManage Server Administrator on Hyper-V Server 2012 R2

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell openmanage administration server hyper-v how to omsa
      18
      8 Votes
      18 Posts
      15k Views
      dbeatoD

      @CharlesHTN said in Install Dell OpenManage Server Administrator on Hyper-V Server 2012 R2:

      That's why I always change it to "hobbes"!

      hahaha, Shaw and Hobbs 😛 but anyway yeah I hear you.

    • JoelJ

      Virtual Server - USB connection

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v virtualization usb usb redirection
      6
      1 Votes
      6 Posts
      1k Views
      wirestyle22W

      @dafyre said:

      Hey Joel,

      Have you considered a USB over IP type product? I've just been made aware of them and haven't had a chance to use one yet... but basically it is a USB connection with a Network card, and whatever server you want to use it has to run a software package to do so...

      It's worth taking a look at.

      Interesting product. What a great idea.

    • FATeknollogeeF

      Hyper-V & XenServer backup & DR: single pane of glass

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v xenserver 6.5 backup disaster recovery management
      24
      1 Votes
      24 Posts
      4k Views
      scottalanmillerS

      @FATeknollogee said:

      @scottalanmiller said:

      I'm watching the videos trying to figure out what it does. Looks like a decent product but haven't seen any single pane of glass stuff yet.

      Did you at least find one compelling feature?

      Not yet.

    • DashrenderD

      DR test - Windows 2008 R2 physical restored to Hyper-V VM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion disaster recovery windows 2008 r2 hyper-v
      14
      0 Votes
      14 Posts
      2k Views
      DashrenderD

      @LAH3385
      Eventually I will end up where you are suggesting - though I currently use Dell's Appassure Replay, not Veeam.

    • JaredBuschJ

      Veeam pricing changed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion veeam hyper-v backup pricing
      22
      0 Votes
      22 Posts
      4k Views
      JaredBuschJ

      @Dashrender said:

      @JaredBusch said:

      I am not happy with the amount of the increase. I never said a company should not or cannot raise their costs.

      Considering my other theory, I'm not surprised with the hike. Happy, maybe not, but surprised, nah!

      Another question - how often are you buying new licenses?

      And when you compare prices, what beats it?

      Nothing beats it yet on price for paid solutions that work with Hyper-V.

      Unitrends free is a possibility for this particular client.

    • DashrenderD

      New Hyper-V 2012 R2 install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v hp dl380 gen8 windows server 2012 r2
      7
      1 Votes
      7 Posts
      2k Views
      DashrenderD

      Well - continuing down the fan spin up, spin down saga - Today HP had me send them logs from iLo. Those logs showed that I am using a NIC firmware that they have since pulled (but it was in the service pack DVD ISO - so WTF?). They want me to downgrade the NIC firmware.

      Of course, the single install file for NIC firmware is gui based, and even though you can extract the dozen or so files from the installer and run them direct, they don't have instructions for doing so.

      So now I'm stuck downloading and old Service Pack DVD ISO so I can boot from that and downgrade my firmware. oh boy!

    • JaredBuschJ

      Storage for offsite VM replication

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion replication vm veeam hyper-v storage
      22
      0 Votes
      22 Posts
      5k Views
      DenisKelleyD

      @JaredBusch said:

      @DenisKelley said:

      If you are trying to use Veeam, the standard setup would to have a server running a second copy of Veeam B&R at the target site. You'll link the two and configure the replicas. You do not need to purchase a second Veeam license to do this, but you will need a running B&R at the DR site.

      That was my understanding of how it works, but it has been almost two years since I talked to Veeam about it.

      With what I've seen with v9, you now can do full failover scripted ahead of time to make it a bit more turn-key during a disaster.

    • L

      Poor network bandwidth on VM (failover cluster)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v
      29
      2 Votes
      29 Posts
      6k Views
      O

      @LAH3385 BTW, as I mentioned in the other post to you, we are welcomed to jump with you on the remote session to look deeper into the issue and try to solve it. I'm going to PM you right now.

    • brianlittlejohnB

      Hyper-V 2012 R2 and CentOS 7. Gen 1 or Gen 2 Virtual Machine?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos 7 hyper-v hyper-v 2012 r2 centos linux virtualization
      24
      1 Votes
      24 Posts
      6k Views
      scottalanmillerS

      Going to do so now, thanks.

    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 11 / 12