ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. virtual machine
    Log in to post
    • All categories
    • OksanaO

      Can’t Access a BitLocker-Encrypted Azure VM?

      Starwind
      • starwind azure virtual machine bitlocker powershell azure key vault • • Oksana
      1
      0
      Votes
      1
      Posts
      59
      Views

      No one has replied

    • OksanaO

      StarWind Success Story: Deploy a high availability cluster with StarWind VSAN

      Starwind
      • starwind starwind virtual san vsan high availability virtual machine infrastructure • • Oksana
      1
      0
      Votes
      1
      Posts
      102
      Views

      No one has replied

    • OksanaO

      Stop Copying Data You Don’t Need To

      Starwind
      • starwind virtual machine snapshot database • • Oksana
      1
      0
      Votes
      1
      Posts
      203
      Views

      No one has replied

    • OksanaO

      Installing Debian 12 on Proxmox VE 8.3

      Starwind
      • starwind proxmox proxmox ve debian virtual machine • • Oksana
      1
      0
      Votes
      1
      Posts
      158
      Views

      No one has replied

    • OksanaO

      Unlock Cost Savings with Memory Tiering

      Starwind
      • starwind vmware vmware vsphere 8 virtual machine tco • • Oksana
      1
      0
      Votes
      1
      Posts
      136
      Views

      No one has replied

    • OksanaO

      Rescue Your Data: How to Extract Data from a Failed VM

      Starwind
      • starwind vmdk vmdk files vmware virtual machine • • Oksana
      1
      0
      Votes
      1
      Posts
      508
      Views

      No one has replied

    • OksanaO

      Discover How VMware's Latest Update Simplifies Snapshot Management

      Starwind
      • starwind vmware vsphere 8 vmware vsphere 8 virtual machine • • Oksana
      1
      0
      Votes
      1
      Posts
      278
      Views

      No one has replied

    • OksanaO

      Discover the Latest Advancements in VM Migration with StarWind V2V Converter

      Starwind
      • starwind starwind v2v converter hyper-v vmware oracle virtualbox ovirt virtual machine • • Oksana
      1
      0
      Votes
      1
      Posts
      403
      Views

      No one has replied

    • OksanaO

      StarWind Success Story: Build a hyperconverged IT infrastructure with StarWind

      Starwind
      • starwind starwind virtual san vsan virtual machine hyperconverged infrastructure • • Oksana
      1
      0
      Votes
      1
      Posts
      540
      Views

      No one has replied

    • OksanaO

      Exploring Virtual Machine Storage Types

      Starwind
      • starwind virtual machine virtualization smb3 nfs iscsi nvme-of storage • • Oksana
      1
      0
      Votes
      1
      Posts
      415
      Views

      No one has replied

    • OksanaO

      Convert VMware VM to KVM

      Starwind
      • starwind starwind v2v converter kvm vsphere virtual machine • • Oksana
      1
      1
      Votes
      1
      Posts
      313
      Views

      No one has replied

    • OksanaO

      A Sure-Fire Way to Backup ZFS Partitions With Veeam

      Starwind
      • starwind veeam linux backup zfs virtualization virtual machine • • Oksana
      1
      0
      Votes
      1
      Posts
      363
      Views

      No one has replied

    • OksanaO

      Using Azure Site Recovery for Replication to Another Region

      Starwind
      • starwind microsoft azure azure data virtual machine • • Oksana
      1
      1
      Votes
      1
      Posts
      222
      Views

      No one has replied

    • OksanaO

      Clustered Apps Migration for Azure Shared Disks

      Starwind
      • starwind microsoft azure azure azure shared disks vm virtual machine • • Oksana
      1
      1
      Votes
      1
      Posts
      266
      Views

      No one has replied

    • OksanaO

      Distribute VMware Content Across vSphere with GuestStore

      Starwind
      • starwind vmware vmware tools virtual machine vsphere • • Oksana
      1
      1
      Votes
      1
      Posts
      360
      Views

      No one has replied

    • JaredBuschJ

      Yet another way Azure sucks

      IT Discussion
      • azure virtual machine • • JaredBusch
      23
      3
      Votes
      23
      Posts
      2.5k
      Views

      stacksofplatesS

      @flaxking said in Yet another way Azure sucks:

      @stacksofplates said in Yet another way Azure sucks:

      @IRJ said in Yet another way Azure sucks:

      @JaredBusch said in Yet another way Azure sucks:

      When you want to delete a virtual machine, you have to clean up all the its manually.

      There is not even an option to remove everything at once.

      This is by design, because all your resources are separate. Companies that leverage Azure/AWS are not using the console to deploy resources for this very reason. Using infrastructure as code is the only way to go. Both Azure and AWS offer their own IaC at no cost, but you can use terraform as an open source before neutral deployment method as well.

      Azure VMs and AWS EC2 are not VPS as you know. AWS does offer VPS style servers called lightsail. It's more affordable than EC2 and you would be able to delete with one click like youre used to doing. Of course you don't get all the other features like advanced networking, storage, etc.

      We've been looking at Pulumi lately for IaC. I'm kind of over DLCs to write things and then having to wait for that DLC to support control flows. Just let the language your used to using do the work.

      Coming from a company that only uses ARM templates, Bicep was the most exciting thing I saw at Ignite.

      The scariest thing was using AR and Teams to remotely assist with surgeries. Teams didn't even work properly for that whole presentation.

      Yeah I'm even kind of over things like Terraform.

      With Pulumi you can do things like this:

      import pulumi import pulumi_aws as aws def make_ec2(name: str): size = 't2.micro' ami = aws.get_ami(most_recent="true", owners=["137112412989"], filters=[{"name":name,"values":["amzn-ami-hvm-*"]}]) group = aws.ec2.SecurityGroup('webserver-secgrp', description='Enable HTTP access', ingress=[ { 'protocol': 'tcp', 'from_port': 22, 'to_port': 22, 'cidr_blocks': ['0.0.0.0/0'] } ]) server = aws.ec2.Instance(name, instance_type=size, vpc_security_group_ids=[group.id], # reference security group from above ami=ami.id) pulumi.export('publicIp', server.public_ip) pulumi.export('publicHostName', server.public_dns) vms = ["test","myvm","things"] for x in vms: make_ec2(x)

      You don't need to wait 6 years for the DSL to support for loops or if statements. And you can build in whatever scaffolding you want around it. Want to test your infrastructure? Include the same stuff in a testing suite. It's just much nicer overall.

    • FATeknollogeeF

      Proxmox: relocation project? eazy, peezy

      IT Discussion
      • proxmox fedora32 windows old virtual machine proxmox 6.2 • • FATeknollogee
      2
      3
      Votes
      2
      Posts
      504
      Views

      scottalanmillerS

      That's awesome.

    • CCWTechC

      Associate existing drive with new Proxmox VM

      IT Discussion
      • proxmox virtual machine • • CCWTech
      7
      0
      Votes
      7
      Posts
      594
      Views

      scottalanmillerS

      @Pete-S said in Associate existing drive with new Proxmox VM:

      You have that info in the thread below from the other day:
      https://mangolassi.it/topic/21751/import-a-qcow2-into-proxmox

      Basically you need to put it in the right place and it has to have the right name (depending on config file, what filesystem, VM ID)

      So the problem that I've seen from this is that it causes PM to get confused and not be able to display the storage data. Everything works, it just can't tell you where files are or delete unused space or whatever.

    • OksanaO

      Deploying Azure Active Directory Domain Services (AADDS)

      Starwind
      • azure active directory virtual machine • • Oksana
      1
      1
      Votes
      1
      Posts
      355
      Views

      No one has replied

    • OksanaO

      Protect Azure VMs with Just in time VM access

      Starwind
      • azure virtual machine • • Oksana
      1
      1
      Votes
      1
      Posts
      212
      Views

      No one has replied

    • 1
    • 2
    • 3
    • 1 / 3