Power off the virtual machine. Edit the virtual machine settings and extend the virtual disk size. Power on the virtual machine. root@static01:~# fdisk -l root@static01:~# fdisk /dev/sdab Command (m for help): p Select (default p): p Command (m for help): n Partition number (1-4, default 1): 3 Command (m for help): t Command (m for help): w root@static01:~# fdisk -l root@static01:~# vgdisplay root@static01:~# pvcreate /dev/sdb3 vgextend kayals-vg /dev/sdb3 root@static01:~# lvdisplay root@static01:~#  lvextend -l +100%FREE /dev/mapper/kayals--vg-root root@static01:~# df -kh root@static01:~# resize2fs -p /dev/mapper/kayals--vg-root root@static01:~# df...

Read More

ESXi Upgrade by Using ESXCLI   In the ESXi direct console (DCUI), open System customization and in Troubleshooting options, hit Enable ESXi Shell and Enable SSH. This configuration enables SSH and ESXi Shell permanently until you manually disable them. Enter the IP address of your ESXi host in a web browser. Log into the VMware Host Client by using your ESXi root credentials. In the web...

Read More