Thursday, 23 September 2010

Virtualization

Vmware Server uses two ports: 8333/TCP(HTTPS) for web administration and 902/TCP for console.


To fix error when trying to install VMWare Server 2.0 on Windows:
Start > Control Panel
Open Administrative Tools
Open Local Security Settings
Click Software Restriction Policies a. If no software restrictions are defined, right click the Software Restriction Policies node and select New Software Restriction Policy
Double click Enforcement
Select “All users except local administrators”
Click OK
Reboot the machine or run gpupdate /force

Resize virtual hard disk. 
You can do this using vmware-vdiskmanager program. For example to set new size to 20 GB:
vmware-vdiskmanager -r 20GB disk.vmdk

Show running virtual machines in Vmware server:
vmrun -T server -h http://127.0.0.1:8222/sdk -u root -p password list

No comments:

Post a Comment

Ping does not work

Today I would like to discuss a banal situation: host A is directly connected to host B, ping from host A to host B does not work. What are...