Samba is amazing, Windows server is a lot less so. The problem with Windows server is that it takes tons of steps to do basic things. On Samba I had Samba tool and it was very nice and friendly. On Windows server you have a ton of different management panels.

If there was a way I could hold off I would but due to changing requirements I didn’t have much of a choice. (We needed Windows Server bare metal and I was not about to go and buy another machine.)

  • Onno (VK6FLAB)
    link
    42 months ago

    Why did you need a bare metal anything?

    I realise that with the enshitification of VMware, there’s one less viable option for virtualisation, but it’s not the only one around.

    • slazer2au
      link
      fedilink
      English
      22 months ago

      If you are using LDAP auth for your hypervisor (vsphere as an example) how do you auth after a kaboom event and your AD server VMs have not auto started.

      I remember reading somewhere (prob /r/Sysadmin) that having one bare metal AD server just incase everything goes offline.

      • @IHawkMike@lemmy.world
        link
        fedilink
        72 months ago

        You connect directly to the ESXi host with root. Because you’re going to have to boot up vCenter in addition to the DC anyway when you’re using SSO. I would use DRS rules to prefer host1 for vCenter and the PDCe for that reason.

        Only in the very early days of virtualization (2008-2012) did I recommend keeping a physical server around. I know a lot more now than I did then.

        But anymore, I don’t recommend using SSO for hypervisors or backup infrastructure. It’s better to add another wall in front of an attacker trying to laterally move onto these critical platforms for ransom, data exfiltration, etc.

        And in reality, these “kaboom events” aren’t terribly common unless you’ve neglected some other part of your infrastructure.

      • Onno (VK6FLAB)
        link
        42 months ago

        In the same way as if your Windows Server on bare metal doesn’t start after an update, via the console.

        • slazer2au
          link
          fedilink
          English
          12 months ago

          I recall that ESXi doesn’t let you do crap from the console. Just configure management. Be interesting to hear what options Prox and Hyper-V may have.

          • @computergeek125@lemmy.world
            link
            fedilink
            English
            5
            edit-2
            2 months ago

            You use console to turn on embedded shell then Ctrl+Alt+Fn over to it (I forget whether it’s on f1 or f2), then you can use esxcli and all the rest of that to fix it up.

            Once you get enough networking/storage pieces sorted out you can get back into the management HTML UI and SSH

            Then when you’re done fixing, turn shell and SSH back off.

    • Possibly linuxOP
      link
      fedilink
      English
      12 months ago

      Simplicity, at the end of the day it was to complex to manage

      It wasn’t exactly running that many services anyway