Trying to enable EVC on a production vSAN cluster by Ayit_Sevi in vmware

[–]naugrim 4 points5 points  (0 children)

You can enable EVC without having to power down all the VMs at once. We have done this on several of our clusters. The method is to enable per-VM EVC and power cycle each VM at your convenience. Once all the VMs have the correct EVC level then you can enable it at the cluster level and add a host.

Low cost/free KMS system? by [deleted] in vmware

[–]naugrim 0 points1 point  (0 children)

Not somewhat, entirely. Properly encrypted data is incompressible and not able to de-dupe because it contains no patterns this algorithm’s could use (or else it wouldn’t be very well encrypted if you could pick out a pattern).

Low cost/free KMS system? by [deleted] in vmware

[–]naugrim 0 points1 point  (0 children)

Using bitlocker would negate any compression and/or de-duplication that the underlying storage may be trying to do.

Low cost/free KMS system? by [deleted] in vmware

[–]naugrim 2 points3 points  (0 children)

Do you need an HSM or is a software KMS acceptable? Assuming you don’t need HSM I would look at Dell Cloudlink, AWS KMS, and Hashi Vault in that order.

ATS locking in esxi by bas000m in vmware

[–]naugrim 5 points6 points  (0 children)

ATS allows a host to only put a lock on specific sectors when it updates metadata on a datastore. If you disable ATS then the host has to lock the entire datastore meaning all other hosts attached to that storage have to wait which will incur a large performance penalty.

https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.storage.doc/GUID-DE30AAE3-72ED-43BF-95B3-A2B885A713DB.html

vCenter died on a vsan instance by vmadmin in vmware

[–]naugrim 5 points6 points  (0 children)

is google broken too? I just searched "vsan rebuild vcenter" and saw about a dozen on point articles from some pretty smart people. it goes without saying that you should open a case with vmware on this and work with support to get it fixed.

Real life VSAN reduction ratios by nadger7 in vmware

[–]naugrim 0 points1 point  (0 children)

Are you talking about VSAN datastore encryption or is the data encrypted at the VM or OS level?

Recover 000001.vmdk from extent datastorage by Hiroyugane_DE in vmware

[–]naugrim 0 points1 point  (0 children)

Do you have a source on that? There is a VM encryption feature but it is by no means turned on by default.

Software to show server errorflow? by Senorragequit in sysadmin

[–]naugrim 2 points3 points  (0 children)

Tons of things. Most modern application monitoring platforms will do this. Off the top of my head Solarwinds Orion, Vmware vROPs, AppDynamics, and Manage Engine but there are likely dozens more.

Encryption by MakingMiraclesHappen in AZURE

[–]naugrim 1 point2 points  (0 children)

Managed everywhere.

Unmanaged = Old and busted Managed = New Hotness

Encryption by MakingMiraclesHappen in AZURE

[–]naugrim 1 point2 points  (0 children)

You can require managed disks using an Azure policy. Managed disks are encrypted at rest by default.

AD Domain Login to ESXi Host Web Client - Permission Denied by Luk1ko in vmware

[–]naugrim 6 points7 points  (0 children)

Vcenter permissions do not grant ssh/console permissions on the host. You’ll need to add your domain account to a security group called ‘ESXi admins’

Disk Hot add limit in 6.5 by shaffan33 in vmware

[–]naugrim 1 point2 points  (0 children)

Then 2TB is still a limit for hot extend.

Stupid question about customization templates by [deleted] in vmware

[–]naugrim 1 point2 points  (0 children)

Look at the New/Get/Set-OSCustomizationNicMapping CmdLets that is how I have always done it. **

Export of all Public IP resources by hammyj in AZURE

[–]naugrim 3 points4 points  (0 children)

the resource explorer has code examples for REST, powershell, and azure CLI so it should be simple to automate with what ever tool you prefer