First, understand that this issue does not affect any operations of vCenter Server as the /storage/archive partition can be full by design. This volume stores as much WAL history as possible, and is automatically cleaned up by the archiver service by automatically removing the oldest WAL segments. We often getting the below error vCenter /storage/archive storage partition […]
Continue reading…
Posts by Gopalakrishnan S
Install and setup own gitolite server in ubuntu
Gitolite is small, simple, and powerful. the backend application managing the fiddly bits that you configure using Git. You can easily set up your own git server with as many users and as many repositories as can be stored in the space on your server. First, let’s log in on the remote machine; the one you […]
Continue reading…
Convert Thick based volumes to Thin in VMware ESXi
You can save the disk space on the datastore, and the best advice is to convert thick provisioned to thin on VMware ESXi. All depend on your deployment requirements, just verify the usage and convert the disk format only if it is required. Before doing anything, read the VMware disk types. VMware disk types Thick Provision […]
Continue reading…