VMDK Failed to Clone (copy) – Invalid Change Tracker Error Code (7228)

When attempting to copy (clone) a VMDK, we were experiencing the issue that a copy of a VMDK would get to about 100% then fail. Performing via the Web UI or via the CLI (from a host directly) would give the same issue. We attempted this on another VM and it worked fine, it turned […]

More...

SSH – Show Supported (Encryption) Algorithms

If you want to verify what your SSH server is providing to clients as options of supported algorithms you can use the following command: It makes use of an NMAP script “ssh2-enum-algos.nse” to enumerate the list of algorithms that the SSH server supports. Useful if you are having issues with clients connecting using supported methods, […]

More...

Testing S3 Access (and Performance) with s3cmd (for Dell ECS)

There are graphical tools to test and use the Dell ECS S3 interface, but everyone wants a CLI right? The below should also work for AWS S3 (with some modification) but this documentation is intended for specific use with the Dell ECS S3 endpoint to verify behaviour and perform some performance testing. The below assumes […]

More...