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
Subscribe to:
Post Comments (Atom)
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...
-
In this post I am going to describe how I was configuring auditd service in Ubuntu Linux 12.04 server and the challenges I faced during thi...
-
Let us imagine you need to upload large files into Mantis. For instance we will set a 40Mb limit. First of all you need to change configur...
-
If it is required to check what encryption and authentication is supported by IPSec service, ike-scan utility can be used. First we can laun...
No comments:
Post a Comment