Expand an EXT4, on a SCSI device
If you have vmware ESXi or Microsoft Hyper-v, you can expand a disk, from the hypervisor console, very simple. But afterwards the partition the servers is not expand.It is always…
If you have vmware ESXi or Microsoft Hyper-v, you can expand a disk, from the hypervisor console, very simple. But afterwards the partition the servers is not expand.It is always…
Back in December i replaced my Certificate on my VMWare Appliance with a our new Wildcard certificate.But here in January, i got an alarm saying “Certificate Alarm” and it trigger…
To use this examples, there requirements are: VMware PowerCLI and a VMWare vCenter. This example will copy all vlan’s (Virtualportgroup) from one host to another. It will take all vlan’s…
If you have follow my guide to install the Dell Openmanage on a ESXi 4.1 host, and try the same thing on a ESXi 5.1 you will get a warning…
I have P2V a windows 2008 R2, from Xenserver to vmware. But after the first good boot, it come with: Status: 0xc0000225, Info: The boot selection failed because a required…
Error: host cpu is incompatible with the virtual machine’s requirements at cpuid level 0x1 Details If you take a snapshot of the virtual machine and then VMotion or cold-migrate the…
First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in,…
First you need to install: http://www.vmware.com/downloads/download.do?downloadGroup=VCLI40U1 This is a vmware CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else…
I have some trouble install vmware-mui on my Ubuntu 8.04. I got it fix, doing this: ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 ln -s /usr/lib/vmware-mui/lib/libssl.so.4 /lib/libssl.so.4 ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 And after…