23
Nov
Posted by admin in VMWare, Virtualization | No Comments
I am gonna upgrade out ESX4-hosts to u1 and i came across this problem. One of the VMs would not vmotion to another host. I am getting this error
“Migrate virtual machine ubuntu02.domain.tld The operation is not allowed in the current state.”
The thing that was wierd was, that it was only that VM that had the problem. The CPU and memory-usage counter showed 0. So i tried reinstalling vmware tools and reboot. Nothing helped.
I found the solution here
service mgmt-vmware restart
and
service vmware-vpxa restart
solved the problem
20
Nov
Posted by admin in Uncategorized | No Comments
Use mail at goit.dk instead
16
Nov
Posted by admin in Linux, VMWare, Virtualization | No Comments
I had to add another harddrive to a test VM and wondered how to take advantage of thin provisioning in linux. On Windows VM’s you have to do a “Quick Format” to use thin provisioning. Here is what you do on a linux (ubuntu) VM.
- Shutdown the VM (if you dont have Hotadd-feature licensed)
- Add a new harddrive with thin provisioning
- Start the VM
- Log in
- Check the dmesg to find the devicename of the new harddrive ( in my case /dev/sdb )
- sudo mkfs.ext3 /dev/sdb (use another mkfs-command to use the filesystem of your choise)
- /dev/sdb is entire device, not just one partition!
Proceed anyway? (y,n) y
- Wait for it to finish
- Mount the harddrive (sudo mount /dev/sdb /home/newharddrive)
9
Nov
Posted by admin in Linux, VMWare, Virtualization | No Comments
This is the way it worked for me
- Upgrade all apps (sudo apt-get update && sudo apt-get upgrade)
- Reboot
- Upgrade the kernel (sudo apt-get dist-upgrade)
- Reboot
- Install new kernel headers ( sudo apt-get install linux-headers-`uname -r` )
- Choose “Install/update vmware tools” in the VI-client
- Mount the CD (sudo mkdir /mnt/cdrom && sudo mount /dev/cdrom /mnt/cdrom )
- Copy the tar to your homefolder ( cp /mnt/cdrom/VMwareTools-x.x.x-yyyyyy.tar.gz /home/username)
- Untar (cd /home/username && tar zxvf VMwareTools-x.x.x-yyyyyy.tar.gz)
- Install the upgrade (sudo /home/username/vmware-tools-distrib/vmware-install.pl)
- Follow the instructions on the screen
- Reboot
Done
6
Nov
Posted by admin in Apps, Windows | No Comments
The first apps i would like to mention is mRemote. mRemote is a multi-tab remote connections manager. It supports RDP, VNC, ICA, SSH, Telnet, Http/s and Rlogin. I am using it for RDP to administrate windows servers and VNC to remote clients.

5
Nov
Posted by admin in VMWare, Windows | No Comments
After I upgraded from ESX 3.5 to 4.0 I also upgraded the virtual hardware from V4 to V7. That meaning the some of the virtual hardware in the vm had to be reinstalled. In Windows 2008 server it installed a new NIC called “Local Area Connection 2″ with the E1000-driver. Some services like DNS did not like that. I fixed it by adding another NIC (VMXNET3) and adding the former IP. Then I deleted the E1000-NIC.
5
Nov
Posted by admin in Juniper, Network, Security | No Comments
get session > tftp 10.0.0.1 session.txt
If you want to clear some sessions, use the “clear session”-command from the cli.
4
Nov
Posted by admin in Backup, Network, Security, VMWare, Virtualization | No Comments
For the console:
User: root
Password: vmw@re
For the backup appliance
User: vmware
Password: vmware
4
Nov
Posted by admin in VMWare, Virtualization, Windows | No Comments
I recently upgraded to Vsphere an began upgrading VMware tools. I had a problem on a Windows 2008 VM, that would not install the new version of VMware tools. I could not uninstall the old version either. I found this solution.
1) Switch to the CD-ROM with the VMware Tools ISO mounted.
2) Run setup.exe /c to do a manually removal of the registry keys from the previous VMware Tools version
3) Re-run the setup.