Vmware server on Arch64

Was wondering if it is possible to install vmware server on an arch64 install.  The vmware install the wiki mentions to create a 32 bit environment, but after looking at the vmware server release notes, it indicates it has 64bit support.  I tried to install vmware server using the normal wiki install http://wiki.archlinux.org/index.php/Installing_VMware and I get the following errors.  It seems to install perfectly untill I try to enter the license key.  Anyway, here's the error I get when trying to start vmware.
[root@mythfe1 rc.d]# ./xinetd restart
:: Stopping xinetd [DONE]
:: Starting xinetd [DONE]
[root@mythfe1 rc.d]# ./vmware restart
Stopping VMware services:
Virtual machine monitor done
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet done
Starting VMware services:
Virtual machine monitor done
Virtual ethernet done
Bridged networking on /dev/vmnet0 done
Host-only networking on /dev/vmnet8 (background) done
NAT service on /dev/vmnet8 done
[root@mythfe1 rc.d]# exit
exit
[lind@mythfe1 lib]$ vmware &
[1] 11611
[lind@mythfe1 lib]$ /usr/lib/vmware/bin/vmware: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
/usr/lib/vmware/bin/vmware: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
Any ideas?  I'm a newbie so be gentle.

Here's someinfo I pulled off the vmware manual on their website.  Although I could be wrong, this looks like vmware supports 64 bit linux host systems.
Linux Host Operating System Requirements
       Supported distributions and kernels are listed in this section. VMware Server might not
       run on systems that do not meet these requirements. Platforms that are not listed are
       not supported.
      64‐bit host computers can run the following operating systems for 64‐bit extended
      systems:
      !     Red Hat Enterprise Linux 3.0 AS, ES, and WS, stock 2.4.21, update 2.4.21‐15, and
            updates 6 and 7
      !     Red Hat Enterprise Linux 3.0 AS, ES, and WS, update 8 (experimental support)
      !     Red Hat Enterprise Linux 4.0 AS, ES, and WS, including update 3
      !     Red Hat Enterprise Linux 4.0 update 4 (experimental support)
      !     SUSE Linux Enterprise Server 10 (experimental support)
      !     SUSE Linux Enterprise Server 9, including SP1, SP2, and SP3
      !     SUSE Linux 10
      !     SUSE Linux 10.1
      !     SUSE Linux 9.3
      !     SUSE Linux 9.2, including SP1
      !     SUSE Linux 9.1 stock 2.6.4‐52
      !     Mandriva Linux 2006
      !     Ubuntu Linux 5.04 and 5.10
      !     Ubuntu Linux 6.06 (experimental support)

Similar Messages

  • VMWare Server-64bit in Arch64

    There is a 64-bit version of VMWare2 available from vmware's site. Has anyone used this to install vmware server on Arch64?

    Well, I got the tarbal for VMWare2.0 from their website. I followed the guide for installing VMWare in 32-bit Arch with the exception of running the any-to-any patch. I'm running a default kernel and everything worked as is.
    EDIT: Changed website link to point directly at download page. Click on Download Now under VMWare Server 2.0 and it will take you to a page where you can register for your free serial and then get the download.
    Last edited by 0x001A4 (2008-11-07 16:08:48)

  • Virtualization on Arch64 (qemu, vmware server, etc.)

    Does anyone have any of these things working with Arch64? I've been trying to get them all working all day long and nothing goes.  If you have something working what did you do to get it running?
    thanks
    karsten

    edit2--i figured it out by using some of the script in the other vmware wiki article that this one links to about changing some references in the .c files to work with the .19 kernel.  now it works
    edit-- i that that part to work by not being in the chroot, but the second one now fails (vmnet):
    $ make -C vmnet-only auto-build HEADER_DIR=/usr/src/linux-`uname -r`/include CC=gcc SUPPORT_SMP=1 GREP=grep IS_GCC_3=no
    Using 2.6.x kernel build system.
    make: Entering directory `/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only'
    make -C /usr/src/linux-2.6.19-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/driver.o
    CC [M] /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/hub.o
    CC [M] /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o
    /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c: In function 'VNetCopyDatagramToUser':
    /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: 'CHECKSUM_HW' undeclared (first use in this function)
    /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once
    /home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: for each function it appears in.)
    make[2]: *** [/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o] Error 1
    make[1]: *** [_module_/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    make: *** [vmnet.ko] Error 2
    make: Leaving directory `/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmnet-only'
    i'm trying to compile the modules and am getting this error, can you tell me why? thx
    $ make -C vmmon-only auto-build HEADER_DIR=/usr/src/linux-`uname -r`/include CC=/usr/bin/gcc SUPPORT_SMP=1 GREP=grep IS_GCC_3=no
    Using 2.6.x kernel build system.
    make: Entering directory `/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /usr/src/linux-2.6.19-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    Makefile:492: /usr/src/linux-2.6.19-ARCH/arch/x86_64/Makefile: No such file or directory
    make[1]: *** No rule to make target `/usr/src/linux-2.6.19-ARCH/arch/x86_64/Makefile'. Stop.
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/home/karsten/vmware/vmware-server-distrib/lib/modules/source/vmmon-only'

  • Running VMware Server 2 services as a non-root user

    Hello,
    I have switched from VirtualBox to VMware Server 2 on my Arch64 server and the transition has been relatively painless. I am at the point now where I want to run VMware's services as a non-root user account (I have a service account called "svc-vmadmin" that I'd like to use). I'm generally not comfortable running services as root, but at the same time I'm conscious of the time and effort required vs. overall benefits.
    I've done the usual Google searches and even checked the VMware Server 2 user guide and the VMware community, but I can't find specific details on how to achieve this.
    Is this even plausible in a Linux environment? I used to run VMware Server 1 under the SYSTEM account on Windows Server, so I'm hopinga similar thing can be done on Arch.
    I would greatly appreciate any information or personal experience that fellow Archers can share.
    Thanks,
    Thom

    System services are handled by launchd.
    If you look in /System/Library/LaunchDaemons/ you'll see a plist file for each service including org.isc.named.plist, the plist for named.
    If you edit this file you'll see it's an XML document that describes the service and how the OS should handle it, including the part:
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/named</string>
    <string>-f</string>
    </array>
    Just append another entry in the array that says <string>-u nobody</string> (or whatever username you want to run as.

  • VMware server: Error trying to compile the vmmon and vmnet modules.

    Hello,
    I am trying to install VMware server following the wiki: http://wiki.archlinux.org/index.php/Ins … _on_Arch64
    I can't get very far as I can't even compile vmmon and vmnet and I have no idea on how to solve this problem
    [21:02:38][root@phusis]
    [/opt/arch32/root/vmware-server-distrib/lib/modules/source]Arch64# make -C vmmon-only auto-build HEADER_DIR=/usr/src/linux-`uname -r`/include CC=gcc SUPPO_SMP=1 GREP=grep IS_GCC_3=no
    Using 2.6.x kernel build system.
    make: Entering directory `/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /usr/src/linux-2.6.28-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.28-ARCH'
    CC [M] /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86.h:20,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/machine.h:24,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.h:15,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:49:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86apic.h:79:1: warning: "APIC_BASE_MSR" redefined
    In file included from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/numa_64.h:5,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/numa.h:4,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/acpi.h:28,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/fixmap_64.h:15,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/fixmap.h:7,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/apic.h:8,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/smp.h:13,
    from include/linux/smp.h:30,
    from include/linux/topology.h:33,
    from include/linux/mmzone.h:763,
    from include/linux/gfp.h:4,
    from include/linux/kmod.h:22,
    from include/linux/module.h:13,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:12:
    /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/apicdef.h:132:1: warning: this is the location of the previous definition
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/machine.h:24,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.h:15,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:49:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86.h:830:1: warning: "PTE_PFN_MASK" redefined
    In file included from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/pda.h:8,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/current.h:19,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/processor.h:15,
    from include/linux/prefetch.h:14,
    from include/linux/list.h:6,
    from include/linux/module.h:9,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:12:
    /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/page.h:22:1: warning: this is the location of the previous definition
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/vmhost.h:13,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:71:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:146: error: unknown field 'nopage' specified in initializer
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:150: error: unknown field 'nopage' specified in initializer
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c: In function 'LinuxDriver_Ioctl':
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:1670: error: too many arguments to function 'smp_call_function'
    make[2]: *** [/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.28-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only'
    Do you know what I could do to sort the above issue?
    Thanks
    Ludo

    hi,
    i am not able to use the patch. there are always missing files and i dont know the path for this files.
    here is the output of the console:
    patch -p1 -i /home/felix//Desktop/vmware-workstation-6.5.1.126130-2.6.29_x86_64.patch
    can't find file to patch at input line 4
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmblock-only/include/compat_wait.h new/vmblock-only/include/compat_wait.h
    |--- orig/vmblock-only/include/compat_wait.h 2008-10-28 22:47:20.000000000 -0700
    |+++ new/vmblock-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 19
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmci-only/include/compat_wait.h new/vmci-only/include/compat_wait.h
    |--- orig/vmci-only/include/compat_wait.h 2008-10-28 22:47:21.000000000 -0700
    |+++ new/vmci-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch: y
    y: No such file or directory
    Skip this patch? [y]
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 34
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/include/compat_wait.h new/vmmon-only/include/compat_wait.h
    |--- orig/vmmon-only/include/compat_wait.h 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmmon-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 49
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/include/x86apic.h new/vmmon-only/include/x86apic.h
    |--- orig/vmmon-only/include/x86apic.h 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/include/x86apic.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 64
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/driver.c new/vmmon-only/linux/driver.c
    |--- orig/vmmon-only/linux/driver.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmmon-only/linux/driver.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 85
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/hostif.c new/vmmon-only/linux/hostif.c
    |--- orig/vmmon-only/linux/hostif.c 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/linux/hostif.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    4 out of 4 hunks ignored
    can't find file to patch at input line 173
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/vmmonInt.h new/vmmon-only/linux/vmmonInt.h
    |--- orig/vmmon-only/linux/vmmonInt.h 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/linux/vmmonInt.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 188
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/bridge.c new/vmnet-only/bridge.c
    |--- orig/vmnet-only/bridge.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmnet-only/bridge.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 203
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/compat_wait.h new/vmnet-only/compat_wait.h
    |--- orig/vmnet-only/compat_wait.h 2008-10-28 22:47:19.000000000 -0700
    |+++ new/vmnet-only/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 218
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/driver.c new/vmnet-only/driver.c
    |--- orig/vmnet-only/driver.c 2008-10-28 22:47:19.000000000 -0700
    |+++ new/vmnet-only/driver.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 235
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/netif.c new/vmnet-only/netif.c
    |--- orig/vmnet-only/netif.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmnet-only/netif.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    4 out of 4 hunks ignored
    can't find file to patch at input line 286
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vsock-only/include/compat_wait.h new/vsock-only/include/compat_wait.h
    |--- orig/vsock-only/include/compat_wait.h 2009-01-20 14:11:34.000000000 +0100
    |+++ new/vsock-only/include/compat_wait.h 2009-01-20 14:51:05.000000000 +0100
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    thanks
    felix

  • VMWare-server in 64 bit

    Sorry I don't speak German
    I set up Arch to play with it and I've been impressed, it's a pretty nice distro. I set up everything that I had working in Debian Sid (even though for Picasa I had to set up a 32 bit chroot environment) however I can't install VMware-server, in comparison it's pretty trivial to set it up in Sid...
    Anyway, I've tried to set it up in 32 bit chroot and that didn't work, the install seems successful but it doesn't start. I assume it's not possible to run it in chroot, I'm not sure what are chroot limitation, maybe one cannot install kernel modules?
    In 64 bit I had a problem to get all the 32-bit libraries, can anyone who has it install assure me it's not a lost case so I will dedicate more time with it? Do you have some advice?
    Thanks!
    PS. Oh and what's the deal with 32 bit libraries overwriting 64 bit ones... I had bunch a problems with that, apt-get would have never allowed that...

    I've made a mistake, this PKGBUILD is not prepared for Arch64. Maintainer seems not to be using Arch64. Probably he cannot test this package on x86_64 architecture and PKGBUILD needs some more changes to run under x86 arch. It is still possible, but you would have to get some 32bit libraries.
    I have found similar topic in ArchWiki: http://wiki.archlinux.org/index.php/Ins … _on_Arch64
    I was using vmware-workstation package from AUR, you may be interested in it. You would have to install lib32-libxtst package from pacman before using it (maybe installing this package makes vmware-server to run under x86_64 architecture...).

  • Error when starting a converted VM (from vmware server edition)

    Hi, i am trying to start a converted VM from VMWARE SERVER. I think i have followed steps to import an VMWARE machine (using resources >> virtual machines images) and it does not return errors when converting VM but then, when trying to start it, it returns
    failed:<OVSException: no server selected to run vm('/OVS/running_pool/SIR_xxx') memory=512> StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVM.py", line 77, in start_vm raise e
    I have also checked that there is enough memory.
    This is the contect for vm.cfg
    acpi = 1
    apic = 1
    builder = 'hvm'
    device_model = '/usr/lib/xen/bin/qemu-dm'
    disk = ['file:/OVS/running_pool/SIR_xxx/SIR_xxx.img,hda,w',
    'file:/OVS/running_pool/SIR_consulnor/SIR_xxx (2).img,hdb,w',
    ',hdc:cdrom,r',
    kernel = '/usr/lib/xen/boot/hvmloader'
    memory = '512'
    name = 'SIR_xxx'
    on_crash = 'restart'
    on_reboot = 'restart'
    pae = 1
    serial = 'pty'
    timer_mode = '1'
    uuid = 'e23767cc-dc3d-0255-a7ac-65f111b589d7'
    vcpus = 1
    vif = ['bridge=xenbr0,mac=00:16:3E:71:AF:B1,type=ioemu']
    vif_other_config = []
    vnc = 1
    vncconsole = 1
    vnclisten = '0.0.0.0'
    vncpasswd = 'xxx'
    vncunused = 1
    Thanks for your help

    user559432 wrote:
    failed:<OVSException: no server selected to run vm('/OVS/running_pool/SIR_xxx') memory=512> StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVM.py", line 77, in start_vm raise eDo your servers have Hardware/Full Virtualization enabled? You can check on the console and ensure the console says that Hardware Virtualization is enabled. If not, check in your BIOS that the processor hardware virtualization is enabled. If you don't have an option, your PC may not have the Intel VT-x or AMD-v extensions required to support hardware virtualization.
    You can check to see if your processor supports this extension by using:
    Intel processor:
    # cat /proc/cpuinfo | grep vmxAMD processor:
    # cat /proc/cpuinfo | grep svmIf you see a result, it means the processor has that support. You still need to ensure that it is enabled in the BIOS.

  • Start Guest OS Automatically through VMware Server 2 Web Console

    Hi All,
    Does anyone know how to get the guest OS to automatically start/stop when VMware starts/stops?  The user's manual says to click on Edit Virtual Machine Startup/Shutdown Settings, but that link is not there for me under the Commands tab.  I also upgraded this from Hardware v4 to v7.  I'm not sure if that makes a difference.  Any thoughts or ideas would be greatly appreciated, because when my VMware server restarts, I cannot get it to automatically start the virtual machines.
    Reference from the User's Manual:
    Enabling System-Wide Startup and Shutdown Settings
    You can enable virtual machines to be started and shut down automatically and configure how and when virtual machines are started and shut down.
    To enable system-wide startup and shutdown settings
    1 Select the host in the Inventory panel.
    2 In the Commands section of the host Summary tab, click Edit Virtual Machine Startup/Shutdown Settings.
    This is within the VMware Server 2 user's guide under Managing Your VMware Server -&gt; Configuring Virtual Machine Startup and Shutdown Settings

    Hi Paul,
    I see now what you mean.  You have to select the host for the entire system, not the guest OS.  That's what confused me. 
    Didn't previous versions have a link on there to define how the startup of the specific guest OS functioned?
    Chris

  • [solved] vmware-server aur build fails

    I'm trying to install vmware-server from aur.  Downloaded the .tar.gz file from vmware, placed it in the build directory, and let it go.  Build fails with the following:
    (in building vmware-server-modules)
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1536:7: warning: "_MSC_VER" is not defined
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1663:7: warning: "_MSC_VER" is not defined
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1796:7: warning: "_MSC_VER" is not defined
    make[2]: *** [/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.33-ARCH'
    make: *** [vmci.ko] Error 2
    make: Leaving directory `/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only'
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build vmware-server-modules package.
    Does anyone know of a solution?  virtualbox works great, but doesn't support TI's MSP430UIF FET, which is why I'm trying out vmware.
    Last edited by beretta (2010-05-07 17:32:03)

    Trying again... I haven't been able to find a solution.  Is there something else I should be doing to install vmware-server and vmware-server-modules?

  • Vmware server 2: error in vmware-config after update to kernel 2.6.31

    Hi,
    After upgrading my system today, vmware-config.pl issues the following error:
    /tmp/vmware-config0/vmmon-only/linux/driver.c: In function 'LinuxDriverSyncCallOnEachCPU':
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1423: error: too many arguments to function 'smp_call_function'
    /tmp/vmware-config0/vmmon-only/linux/driver.c: In function 'LinuxDriver_Ioctl':
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: 'struct task_struct' has no member named 'euid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: 'struct task_struct' has no member named 'uid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: 'struct task_struct' has no member named 'fsuid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: 'struct task_struct' has no member named 'uid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: 'struct task_struct' has no member named 'egid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: 'struct task_struct' has no member named 'gid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: 'struct task_struct' has no member named 'fsgid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: 'struct task_struct' has no member named 'gid'
    /tmp/vmware-config0/vmmon-only/linux/driver.c:2007: error: too many arguments to function 'smp_call_function'
    make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.31-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    Unable to build the vmmon module.
    My previous vmware server 2 installation was patched for kernel 2.6.30 according to the information here:
    http://communities.vmware.com/message/1286903
    Before attempting to run vmware-config.pl I reinstalled with vmware-install.pl.
    Thanks.

    For reference I post here the solution to the mouse flickering, in case anyone has the same problem:
    http://radu.cotescu.com/2009/10/30/how- … mic-koala/
    Just follow step 6 to solve the problem.
    JAcky wrote:
    dabd wrote:hi
    following the instructions here http://blog.mymediasystem.net/uncategor … la-x86_64/
    Thank you very much, that works just fine.
    I have not noticed any strange VM behavior on my Windows XP installation. But I only use it to test websites with IE and it does not run in full screen mode.
    Now I only need to find out why Opera is running at 101% CPU load since the update and I will be all set
    Thanks again.

  • Cannot uninstall VMware Server 1.0. from Windows 7

    [pictures attached]
    I tried to install VMware Server 1.0.10, but got this message:
    Windows requires a digitally signed driver
    A recently installed program tried to install an unsigned driver.
    This version of Windows requires all drivers to have a valid digital signature.
    The driver is unavailable and the program that uses this driver might not work correctly.
    Uninstall the program or device that uses this driver and check the
    publisher's support website to get a digitally signed driver.
    Driver: VMware bridge driver (64-bit)
    Service: VMware Bridge Protocol
    PROBLEM: cannot uninstall VMware Server
    QUESTION: how can I manually uninstall VMware Server from my Windows 7?
    Thanks in advance.

    If you're being flooded with this (literally every second) in /var/log/messages I would recommend applying patch 5679560 (if you have access to metalink):
    Oct 16 11:05:06 vmerin su(pam_unix)[8725]: session closed for user oracle
    Oct 16 11:05:06 vmerin su(pam_unix)[8768]: session opened for user oracle by (uid=0)
    This will reduce the load significantly.

  • Bump VMware Server 1.0.7 Latest error --Not enough memory...

    VMware Server Help Post
    Platform:
    Intel core 2 Duo E2168.
    2G ram, but 1/2 just went missing. If this is causing my problems, the mind wobbles, yet it's easy to fix, yay!
    Lots of harddrives! Lots of harddrive space.
    gigabit eth.
    Nvidia 7600GS 512MB
    Highpoint raid card (soft) 132Gigs for VMs
    Archlinux w/ 2.6.26.3-1 kernel
    kernel-headers 2.6.25.8-1
    History:
    Four weeks ago--
    Patched and installed VMware Server 1.0.5 on Archlinux with kernel 2.6.25... everything worked well. Bliss!
    About 2 weeks ago--
    Upgraded kernel to 2.6.26... time suck began.
    Current status:
    After banging on VMware and vmmon patch and source code for a while,
    now have on kernel 2.6.26-arch--
    VMware Server 1.0.7 with patch ...117d, modified as follows:
        In .../vmmon-only/include/iocontrols.h
    line 48 #define VMMON_VERSION           (168 << 16 | 0)   changed to:
    line 48 #define VMMON_VERSION           (138 << 16 | 0)
    Patch reasoning [limited newb alert]:
    Without 117d, vmmon fails to compile with error re: .nopage
    With 117d, vmmon compiles and installs successfully but VMs
      won't start with error re: expect version 138 got 168
    With patch modified, now past the version error, but getting the error:
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    In log:
    Failed to connect to vm: /mnt/VMs/Test Booger/Test Booger.vmx
    vmdbPipe_Streams Couldn't read: OVL_STATUS_EOF
    Error during launch: 11, The process exited with an error:
    End of error message
    Operation failed to change the VM to the expected power state.
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    There's plenty of memory and disk free space--
    top -b >> top_out
    top - 06:59:46 up 40 min,  0 users,  load average: 0.02, 0.05, 0.03
    Tasks: 113 total,   1 running, 112 sleeping,   0 stopped,   0 zombie
    Cpu(s):  1.1%us,  0.5%sy,  0.0%ni, 97.2%id,  1.2%wa,  0.0%hi,  0.0%si,  0.0%st
    Mem:   1034920k total,   441944k used,   592976k free,    17604k buffers
    Swap:  2000084k total,        0k used,  2000084k free,   227224k cached
    df -ha
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda3              72G   44G   25G  65% /
    /dev/sdc1              20G   12G  7.5G  61% /mnt/home2
    /dev/mapper/hpt45x_dcafabbcai1
                          153G   21G  132G  14% /mnt/VMs
    I reduced host memory settings to 408MB and guest to 256MB as a test.            [No effect]
    After the tests I've done, I don't believe this error really has anything to do with low memory.
    I don't know whether this is a bug, a patch problem, or, or, or, or .....
    And so I post.
    What next?
    thanx in advance.
    Last edited by maxbally (2008-09-15 23:33:21)

    Hi Mike,
    Mike23 wrote:
    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    It's likely that instead of trying to plot 5 charts with 150000 data-points, you're trying to plot 150000charts with 5 data-points!  Try right-clicking on the chart - do you see "Transpose Array" property? If it's checked, UNcheck it (if UNchecked, check it!)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Can't download vmware server 1.0.10 (fail)

    I tried today to download vmware server 1.0.10, but the download link location on the download page (https://my.vmware.com/group/vmware/details?downloadGroup=SERVER1010&productId=25) points to https://www.vmware.com/go/getserver.  This unfortunately does not have links for VMware server 1.0 (any release).  Can someone please fix this?  I know VMware server 1.0 is outdated, but the fabulous tool liveview depends on it.
    Does anyone know of a working download link?

    Guys, email me and I'll send you a link,
    My email can be found here:
    http://iknowu.dnsalias.com/files/public/vmware/VMWare-Server-v1-CPU-Detection-Fix.htm

  • Vmware Server 1.0.3 and kernel 2.6.22

    Maybe this will be of help to anyone...
    The modules for vmware server 1.0.3 don't compile under 2.6.22-ARCH kernel from testing, and as far as I know there is no patch to fix that automatically yet.  I was able to to compile them successfully using the information from post 11 in this thread: http://www.vmware.com/community/thread. … adID=92709 - the specific file that I had to edit was "/usr/src/linux-2.6.22-ARCH/include/asm-i386/page.h".

    To compile vmware workstation 6 for the new kernel check out this link.
    http://npw.net/2007/05/17/vmware-workst … inux-2622/

  • [solution] Installing vmware server on x86_64

    I have been getting errors when attempting to run vmware-config.pl on vmware-server with kernel 2.6.30
    The error happened when compiling the modules
    A solution and a download link for the patch can be found here
    http://communities.vmware.com/message/1285430#1285430
    Last edited by JAcky (2009-07-04 14:33:27)

    Here's the errors I get after running vmware-config.pl
    The correct version of one or more libraries needed to run VMware Server may be
    missing. This is the output of ldd /usr/bin/vmware:
    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/tls/libm.so.6 (0x00d8a000)
    libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xf7fe0000)
    libX11.so.6 => not found
    libXtst.so.6 => not found
    libXext.so.6 => not found
    libXt.so.6 => not found
    libICE.so.6 => not found
    libSM.so.6 => not found
    libXrender.so.1 => not found
    libz.so.1 => not found
    libc.so.6 => /lib/tls/libc.so.6 (0x00b86000)
    /lib/ld-linux.so.2 (0x00b6d000)
    This program cannot tell for sure, but you may need to upgrade libc5 to glibc
    before you can run VMware Server.
    Some info about my OS:
    # uname -mrs
    Linux 2.6.9-42.0.0.0.1.ELsmp x86_64
    #/cat /etc/enterprise-release
    Enterprise Linux Enterprise Linux AS release 4 (October Update 4)
    Thanks!

Maybe you are looking for

  • 250GB database creation

    Hello all, I am a beginner and I am lost...I'm hoping that you can help me get started on the right path... I was asked by management to create a database with 250 GB in size. It is a data warehouse type of database that pulls data from 2 non-oracle

  • Limit on select lists in mru regions

    Has anynone experienced limtits on the number of select_list_lov(s) in multi-row updatable regions? I have experienced this using a wizard as well as creating the region manually. The thing is that if I use popup lov(s) it works fine with no errors -

  • RDP for Mac 8.0.5, Where does it store configuration files?

    The old 2.1.0 RDP client would store its RDP configuration files in ~/Documents/RDP Connections, and had plists in Preferences. Where does the new 8.0.5 version store RDP configurations and general prefs? Thanks!

  • What is the concept of setup tables in LO extraction?

    Hi, what is the concept of set up tables  in LO EXTRACTION? GIVE ME COMPLETE DETAILS and how to run deltas? I want step by step procedure. Thanks in advance. ravi.

  • Noise Reduction in Photoshop Touch does not work

    Noise reduction in Photoshop Touch does not work.  Move slider and nothing happens. I also have Photoshop Express, and noise reduction works fine with it. Is it me or the software. Used on iPad mini.