vmware
This is an old revision of the document!
VmWare
Nice free full virtualization system. I am keeping entry of few command line tools for easy referance.
Start / Stop Guest OS from command line
- | stop
vmrun -h https://localhost:8333/sdk -u root -p <password> stop "[standard] Windows 7/Windows 7.vmx"
- | start
vmrun -h https://localhost:8333/sdk -u root -p <password> start "[standard] Windows 7/Windows 7.vmx"
vmware-converter-client
vmware-converter-client fail loading on 64 bit linux.
I have fixed it installing following package.
Listed package naming is for fedora 15.
yum install \
glibc.i686 \
libSM.i686 \
libXi.i686 \
libXrender.i686 \
libXrandr.i686 \
libXfixes.i686 \
libXcursor.i686 \
libXinerama.i686 \
libpng.i686 \
freetype.i686 \
fontconfig.i686 \
glib2.i686 \
That should do it.
vmware.1307031784.txt.gz · Last modified: 2020/08/10 02:29 (external edit)