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

      Hyper-V Architecture 2016 and How To Install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v virtualization hyper-v 2016
      38
      8 Votes
      38 Posts
      4k Views
      scottalanmillerS

      I should add that this is not exactly true. "Windows Dedupe" is not available in Hyper-V, which might sound obvious, as it is a Windows feature. But Hyper-V does have ReFS which has a new feature in 2016 that is not called dedupe but acts like a really light dedupe option. So while "Windows Dedupe" is not available, there is a dedupe technology available to use. But it's not a great one, it's super basic. But it also has like zero overhead, so can be pretty nice to use even if it doesn't do a lot.

    • gjacobseG

      NextCloud VM with NFS storage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v hyper-v 2012 r2 nextcloud 12 cloud storage
      18
      0 Votes
      18 Posts
      7k Views
      JaredBuschJ

      @scottalanmiller said in NextCloud VM with NFS storage:

      @dafyre said in NextCloud VM with NFS storage:

      @scottalanmiller said in NextCloud VM with NFS storage:

      @gjacobse said in NextCloud VM with NFS storage:

      @scottalanmiller said in NextCloud VM with NFS storage:

      How can you ingest NFS storage into NextCloud?

      The Current is part of a VM, NextCloud would be a VM - Why could you not mount both?

      How woudl that work? What would NextCloud do with a bunch of random files that have no metadata? They don't exist in the database, what would happen to them?

      There's a command you can run that will take a list of files and make them available to a user, I think.

      So one user would just get "everything." Or else it's a huge manual process.

      Not exactly. Have you ever looked at the file structure of ownCloud/Nextcloud?

      Basically in the /data folder there are subfolders per user. You would populate those with the files from the old file server. Then you pop into the CLI and issue this command to rescan the folders and put the stuff in the database.

      sudo -u apache php occ files:scan --all -v

      You can also do it per user.

      I would not recommend ever doing this on an existing system that was not already hosed for some other reason.

    • EddieJenningsE

      Sage 50 Quantum in Hyper-V VM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sage virtualization hyper-v
      28
      0 Votes
      28 Posts
      4k Views
      scottalanmillerS

      @Tim_G said in Sage 50 Quantum in Hyper-V VM:

      So when they are ready to make their software production-ready, it will be the other way around.

      Exactly. Like if they ONLY supported VMware or ONLY supported Hyper-V or ONLY supported Windows we'd understand. Those are all potential production ways to run software. But a physical deployment? This means that they've never tested and don't support ANY production environment.

      There is a big gap between having "one tested environment for production" and "not tested or supported for production."

      Exact same reason we dropped FogBugz. They only supported non-production platforms.

    • BRRABillB

      What Are the Latest Virtualization Platform Recommendations

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xen xenserver virtualization hyper-v kvm
      50
      1 Votes
      50 Posts
      8k Views
      BRRABillB

      @hobbit666 said

      I still love XenServer and XenOrchestra as my one of choice for now. But then i'm only running small Linux/Windows servers on it anyway like Zabbix, Radius, Unifi. Nothing full production like the DC or Dynamics/SQL

      Same here, but cautiously watching...

    • EddieJenningsE

      Hyper-V Guest and iSCSI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v iscsi storage n00b
      7
      1 Votes
      7 Posts
      1k Views
      EddieJenningsE

      This won't be an overnight fix. My first step though is complete. The Synology is now in RAID 10 with 1 hot spare disk. One thing to note; the disks in this Synology are WD reds :(. So even though the storage connects to the Hyper-V host via iSCSI, the VHDX stored on it, which contains the data for our file server is at least not living on a RAID 5 anymore.

      Next will be dealing with the local storage situation on the Hyper-V host (the two-drive RAID 1 and the three-drive RAID 5). The only "production" VM storage left on the RAID 5 is our Spiceworks VM, which I'll move to the RAID 1 storage. The other VMs that have their VHDs on the RAID 5 are non-production / testing VMs, so if they're lost, it's not a big deal to just rebuild them.

    • scottalanmillerS

      Hyper-V 2016 Drivers for Dell PERC S300 Software RAID

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell perc s300 software raid driver hyper-v hyper-v 2016
      5
      0 Votes
      5 Posts
      2k Views
      dbeatoD

      @dbeato But again this is the official article
      http://www.dell.com/support/article/us/en/4/SLN266045/windows-server---the-poweredge-raid-controller-s100-and-s300-are-unsupported-on-a-hyper-v-host?lang=EN

    • scottalanmillerS

      How to Download Hyper-V 2016

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion virtualization hyper-v microsoft technet hypervisor hyper-v 2016
      7
      9 Votes
      7 Posts
      2k Views
      scottalanmillerS

      @Tim_G said in How to Download Hyper-V 2016:

      Yay! Finally something real to link to.

      That's why I made it, I needed it this morning 🙂

    • JaredBuschJ

      Adventures in Installing Linux Integrations Service 4.1 for Hyper-V

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux linux integration services hyper-v hyper-v server 2016 centos 7
      10
      0 Votes
      10 Posts
      4k Views
      matteo nunziatiM

      @JaredBusch dumb question: did you check all services are up and running?

      systemctl status | grep hv │ │ └─10000 grep --color=auto hv ├─hv-kvp-daemon.service │ └─563 /usr/lib/linux-tools/4.8.0-49-generic/hv_kvp_daemon -n ├─hv-vss-daemon.service │ └─577 /usr/lib/linux-tools/4.8.0-49-generic/hv_vss_daemon -n

      on my ubuntu machines the fcopy is always down. don't know why... but I do not need it.
      May be somthing is not running and hyperv badly detects the event

    • Mike DavisM

      Managing Hyper-V 2016 without Windows 8.1 or 10

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion virtualization hyper-v hyper-v 2016
      12
      4 Votes
      12 Posts
      2k Views
      AlexKA

      Thank you for your feedback on 5nine Manager, guys.
      Our goal is to provide an intuitive yet powerful product for complete centralized Hyper-V management experience.
      It is now de-facto standard for managing environments with up to 20 Hyper-V host.

      Now we are going even further, and prepared a great product, that can help you scale, segregate user management roles with RBAC, automation support and even more. Enjoy!

      Beta program for 5nine Manager Datacenter is now open to public:
      http://try.5nine.com/beta-5nine-managerdatacenteredition/

    • OksanaO

      StarWind Virtual Storage Appliance now on Linux

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind vsa virtual storage appliance linux esxi hyper-v starwind web console storage shared storage
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • OksanaO

      StarWind brings its software defined storage to Linux

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind vsa starwind linux vcenter server virtual san esxi xen kvm virtual storage appliance hyper-v vcenter plugin
      1
      7 Votes
      1 Posts
      1k Views
      No one has replied
    • OksanaO

      Deploying a 2-node StarWind VSAN Free for VMware ESXi 6.5

      Watching Ignoring Scheduled Pinned Locked Moved Starwind vmware vmware esxi esxi starwind vsan free starwind vsan free high availability hyper-v windows server 2016 core windows server 2016 hyperconvergence hyperconverged
      12
      7 Votes
      12 Posts
      5k Views
      DustinB3403D

      @TheDeepStorage said in Deploying a 2-node StarWind VSAN Free for VMware ESXi 6.5:

      @hobbit666 said in Deploying a 2-node StarWind VSAN Free for VMware ESXi 6.5:

      Thanks just that I might have some kit becoming available but they are all different Dell models, just wondered if the Hard Drive space/RAID matched that would be OK for a test lab,

      e.g.
      R610, 64GB RAM with 4x 600GB SAS
      R410, 64GB RAM with 4x 600GB SAS

      Sounds like it will work just fine for a test lab, anyways, once you get down to testing, DM me and I'll get you in touch with an engineer, who will review your environment to make sure everything will work perfectly.

      See now I want to purchase more lab equipment to test this. . . .

    • YanaY

      NAKIVO Backup & Replication v7 protects VMware, Hyper-V and AWS EC2 environments!

      Watching Ignoring Scheduled Pinned Locked Moved IT Business nakivo backup vmware esxi hyper-v amazon ec2
      8
      4 Votes
      8 Posts
      2k Views
      FATeknollogeeF

      I've tried to import the Multi-Tenant Director .ova into XS & convert the .ova into vhd & vhdx.
      It will not boot in XS or Hyper-V, I get a black screen.
      It boots in vmWare Workstation.

      Nakivo support says the .ova is ONLY for use in vmWare (not for XS)

    • thwrT

      Hyper-V Networking 101 article series

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion starwind blog starwind hyper-v networking
      2
      4 Votes
      2 Posts
      905 Views
      KOOLERK

      This is great one! Hope more Hyper-V related stuff is coming 🙂

    • Mike DavisM

      switch and NIC teaming in Hyper-v

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

      @Mike-Davis said in switch and NIC teaming in Hyper-v:

      Good points. Now that I think about it, in this case it's pointless since they have a 1GB uplink to the main switch. Since all ports go in to one switch and there is only one 1GB uplink nothing is gained in terms or redundancy or bandwidth.

      You always gain redundancy you can have 3 links fail.

    • Alket_tuxA

      Hyper-V VMs in Stopping Critical State

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v hyper-v 2012 r2 virtualization
      28
      3 Votes
      28 Posts
      15k Views
      Alket_tuxA

      @wirestyle22 updates were applied only in the VM's not the host.. everything is ok, just for a vm an error about integration services

    • Alket_tuxA

      Windows Server 2012 R2 Licensing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows server 2012 windows server 2012 r2 microsoft licensing hyper-v virtualization licensing
      44
      3 Votes
      44 Posts
      8k Views
      scottalanmillerS

      @Dashrender said in Windows Server 2012 R2 Licensing:

      @JaredBusch said in Windows Server 2012 R2 Licensing:

      @Dashrender said in Windows Server 2012 R2 Licensing:

      @JaredBusch said in Windows Server 2012 R2 Licensing:

      Server 2016 have a install method called Core.

      Actually it doesn't. The install options are

      standard standard with desktop experience datacenter datacenter with desktop experience

      The ones without desktop experience are what used to be called Core installs. I think MS does have the term Core still sprinkled around inside the OS and documentation though.. just adding more to the confusion.

      They changed again? I have not installed 2016 yet.

      Yep. And this time I actually agree. The whole idea, I think, being that MS is moving toward a non GUI on the servers being the standard way of installing/using Windows Server going forward.

      They made that very public as their goal when PowerShell was released long ago.

    • JaredBuschJ

      Hyper-V Server 2016 not marked unlimited evaluation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v microsoft hyper-v server 2016 evaluation
      18
      0 Votes
      18 Posts
      3k Views
      scottalanmillerS

      The thing that points to there not being anything to worry about, while lacking the "unlimited" is a bit odd, is that those with limits say that there are limits. It doesn't say unlimited, but it does give a limit, either.

    • JaredBuschJ

      CentOS 7 using old version of Linux Integration Services

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft hyper-v hyper-v server 2016 linux linux integration services centos 7
      19
      3 Votes
      19 Posts
      6k Views
      JaredBuschJ

      0_1485979989423_upload-eac96def-3233-451e-94e1-38891c8ca962

    • FATeknollogeeF

      XS 7 or HyperV 2016

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xenserver xen hyper-v virtualization
      34
      1 Votes
      34 Posts
      4k Views
      JaredBuschJ

      @Dashrender said in XS 7 or HyperV 2016:

      @FATeknollogee said in XS 7 or HyperV 2016:

      @Dashrender said in XS 7 or HyperV 2016:

      Wouldn't that mean exposing your XS to the internet? I suppose not if you lock the inbound ports to the IP of the XO, where ever it's hosted. So from a management point of view, that's great, but I don't think most would end up using the backup portion in that situation, soooo...

      How is this different from using (as an example) the built-in replication tool in Hyper-V? Either way you still need the 'net?

      I've never tested this, so I am working from an assumption. But upon the assumption here is my explanation.

      You have a XS host in your office in Dallas, 100 Mb internet connection.

      The MSP has a XO VM running in a hosted DC in Cali that's used to manage the XS host. How does the data flow to the backup target? Does it flow through the XO system then to the target? I know that Veeam works this way. Assuming it does flow through the XO box, the data would flow out the 100 Mb connection to the XO, and then to where ever the backup target is. Assuming that's at the customer site, that would also be on that single 100 Mb connection.

      Again - I admit to an assumption here - if my assumption is wrong, please don't be an ass about it, just inform me, and the rest here.

      So with that assumption, assuming you want your first backup target to be onsite, then you'd either need a separate backup solution, or another copy of XS locally that runs backups inside the network.

      Actually, no, Veeam does not work that way.

      By default, the paid version of Veeam installs proxy stuff on each host as well as the box that Veeam is installed on. When a backup job runs, it chooses the best place to run through each time unless you specify a specific option in the backup job.

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