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)

Similar Messages

  • 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)

  • 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...).

  • VMware Server Web Access Console interface Q

    Hi,
    Running VMware Server 2.0.2 with VMware Remote Console Plug-in (vmware-vmrc-win32-x86.exe). How do get the VMware machine to appear in the cosole area instread of a seperate pop-up window. Also if I open multiple windows how to get them to appear under as tabs in the console window instead of seperate windows.
    New at this so details would be appreciated so I can do it. By the way is there 64bit versions of the Console exe? what about VMware server 2.0.2?
    Thanks

    I managed to install Windows 7 in Vmware Server yesterday. And it worked fine, except that my whole system became very unresponive together with the Windows 7 installation. But it did work. I rebooted my computer today and started up the vmware deamon, and no luck in connecting to the server. I only get an 'Unable to connect' error in Firefox. To fix this, I will have to remove /etc/vmware and install vmware-server over again.
    So at the moment, Virtualbox is winning hands down. It don't slow down my hole system, and Windows feels as fast as it was running not in a VM. And it works. The only issue is very slow IO.
    Vmware Workstation 6 was alot faster than the Server version. Maybe I shuld try it instead. Just have to find a PGKBUILD for it.
    Last edited by orjanp (2010-04-14 08:09:52)

  • Problem with vmware server 1.0.10 and usb mounting into guest

    Hi, I really ve a serious problem here because  I ve some reason that I need to use vmware sv 1.0.10 with windows 7 64bit pro as the host and win xp pro sp3 as guest os  .... now i can installed vmware on my win 7 with pressing F8 then disble driver signature technique and I also sign vmware driver with win7 using some tool...
    However, my problem is that i cant mount USB flash drive into the guest... it just show me my flash drive's name at the toolbar>>removable device>>usb    but when i click on it.. nothing happen .. and after that when i check vmware log I've found that  my vmware saw my flashdrive normally as it should be...  i really ve no idea how to solve this....
    I also tried set .vmx config with many methods but nth can help me...
    Ps. I know that vmware server may b ve a big issue with win7 compatible things but i do really need to make this version of VM working  with my usb flashdrive... plz help me.. Thank you guys all:)))

    Hi creamac,
    Welcome to communites
    Please install vmware tool and then on vmware task bar select connect or unplug usb drive . You
    will find that on right hand corner above to task bar of host machine  .
    "Nature always wears the colors of the spirit."

  • Vmware server or vmware workstation

    Hi all,
    Dear experts,
    I would like to bring kind notice that I have OS windows servers 2003 R2 64bit,
    two CPU Xeon 3.40 GHz , 16 GB RAM
    I want to install RAC 10g on vmware for intensive practice. So i have two options vmware workstation 32bit
    and vmware server which one is best for intensive practice.
    I need your precious advice
    thanks a lot

    hi Ilmar Kerm,
    thanks for your immediate reply and good idea about Oracle Virtual-box.
    my requirement is that i want to installed 10gr2 RAC on three nodes over OEL5.5
    for testing purpose.
    if my host is Linux i will preferred Oracle Virtual-box because i have no option the OS is windows server 2003 r2
    any good idea please about VMWARE or Virtual-box.

  • 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

  • Install Netweaver 7.1, service pack 3 on Windows 2008 Server 64bit

    Hi All,
    Good Morning. I am working as Oracle APPS DBA. I had a requirement for installing  Netweaver 7.1, service pack 3 on Windows 2008 Server 64bit machine.
    I need this Application server for Vertex O-Series which is working with SQL Server as the database.
    Can any of you guys help me in providing the document or steps in order to install this application server?
    1. Pre-Requisties steps
    2. Installation
    3. Post steps
    I apperciat your help in this.
    Thanks,
    Srinivas.

    Hello.
    We are at the same point too.
    Anybody here install the Vertex O series 6 running on the Java Stack? if so, what NW release and what component?
    We are currently running an older version on SAP NW640 JAVA with no issue, and I am making the assumption the new Vertex would be running on the same SAP java AS for 7*... maybe not?
    The install  documents from Vertex say the requirement for SAP is:
    "SAP NetWeaver 7.1 with Service Pack 3 or higher" and I see that there is only 7.1 for PI and Mobile.
    (Maybe they mean SAP NW 7 SP3?)
    We did ask Vertex, the company, about running this on the java app and they wrote:
    "Netweaver 7.1 is currently supported for deployment of O Series 6.0. Versions 7.0 and 7.3 of Netweaver are not supported.
    O Series 6.0 is supported for use with Java 1.5 and Java 1.6. "
    Thanks for your help. And I will post here again if I find my answer.

  • Install R12 on windows 2003 server 64bit

    Hi Experts,
    I need to install Oracle Apps R12 on windows 2003 server 64Bit.
    what are all the steps should be followed to install Apps R12 on win 2003 server 64bit,
    Please help me to do this,
    Thanks
    Sundaravel.R

    Oracle E-Business Suite R12 Installation on Windows 2003
    http://onlineappsdba.com/index.php/2007/02/20/prepare-for-oracle-apps-r12-installation/
    HTH
    Aman....

  • [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.

Maybe you are looking for