Step of Vmware workstation 6

Hi,
  please can you give me the steps  of installation VMware workstation 6 (screen short).
thank

My vmware install logs don't really help here but they do show where it trails off into oblivion:
Sep 06 21:47:10.011: app| Log for VMware Workstation pid=26637 version=6.5.3 build=build-185404 option=Release
Sep 06 21:47:10.012: app| Host codepage=UTF-8 encoding=UTF-8
Sep 06 21:47:11.081: app| Extracting the sources of the vmmon module.
Sep 06 21:47:11.117: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
Sep 06 21:47:20.240: app| The vmmon module loads perfectly in the running kernel.
Sep 06 21:47:20.240: app|
Sep 06 21:47:20.265: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.o
Sep 06 21:47:20.616: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.ko
Sep 06 21:47:21.673: app| Extracting the sources of the vmnet module.
Sep 06 21:47:21.697: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmnet-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
Last edited by jebus (2009-09-06 18:51:34)

Similar Messages

  • Issues on Installing Oracle on Windows Server 2008 Guested on VMware Workstation 10

    I am trying to install Oracle 11g R2 on Windows Server 2008 Guested on VMware Workstation 10 but I am getting this Warning on Enterprise Manager Configuration  at the end of installation.
    Besides, when I tried to connect to hr database through Oracle SQL Developer I am getting following error:
    Can you please let me know what I have done wrong? and how can I fix This? Thanks

    Farzanx1 wrote:
    I need to install and configure Active Directory and DNS service on a
    remote Windows Server 2008 R2 which has a public facing IP, gateway
    and DNS. I don't really understand such network structure:
    IP Address: xx.xx.93.158
    Subnet Mask: 255.255.255.252
    Default Gateway: xx.xx.93.157
    DNS: xx.xx.64.10
    I have experience on installing AD and DC, DNS services on local
    servers (which then the server becomes the DC for the local network)
    but I hesitate to do this on a publicly facing production server.
    Unfortunately I wasn't able to find a proper guide for my case.
    Would appreciate if someone could guide me on the steps I need to
    take so that I will not disturb the current network settings. (A
    little down time for installing the services and features is ok as
    long as I don't lose connectivity)
    Thanks
    You want to install AD on an Internet Server?
    According to your description your server has one public IP-address and
    no internal IP-address and you want to install AD on this Internet
    server?? Is that correct??
    Can you tell us the intended use of this server. Do you want to host
    services on this server, which need AD authentication?
    If you have a second NIC and your DC is on another local machine I
    would not expose your local AD on an public accessible server. If this
    server shall become a DC it should not have more than one IP-address.
    If you want to access data on this server via Internet securely I would
    recommend a VPN solution - preferably not running on the server itself
    but on a separate firewall between the server and the internet. In this
    case I would have no see a big security problem running AD on this
    server.
    Wolfgang

  • Installing vmware-workstation-6.5.3 with kernel26-2.6.32 walkthrough

    I changed my Fedora 10 laptop to Archlinux 2 weeks ago (and I'm loving it).
    So, I also had to move my vmware-workstation-6.5.3 to my new distro, and also all my virtual machines.
    I followed  the wiki (http://wiki.archlinux.org/index.php/Installing_VMware) but until I had a working vmware, I had to do something different from the instructions.
    So, I post here my walkthrough, if someone needs it.
    Vmware package and kernel:
    - VMware-Workstation-6.5.3-185404.i386.bundle.
    - kernel26-2.6.32.1-1
    1. As root cd to the directory where is VMware-Workstation and follow these steps:
    [root@hp]# mkdir -p /etc/rc.d/vmware.d/{rc{0,1,2,3,4,5,6}.d,init.d}
    [root@hp]# export VMWARE_SKIP_MODULES=true
    [root@hp]# sh VMware-Workstation-6.5.3-185404.i386.bundle --console --custom
    2. Read and accept EULA and go on.
    3. Then press enter to all answers except "System service runlevels", where you must enter /etc/rc.d/vmware/, like in the example:
    Do you agree? [yes/no]: yes
    System path prefix.  Please note that choosing a path other than /usr
    may result in missing icons, application launchers, and other desktop
    integrations [/usr]:
    System lib directory [/usr/lib]:
    Architecture-independent files [/usr/share]:
    User level binaries [/usr/bin]:
    Super user level binaries [/usr/sbin]:
    Documentation [/usr/share/doc]:
    Manual pages [/usr/share/man]:
    Header files [/usr/include]:
    System configuration files [/etc]:
    System service runlevels: /etc/rc.d/vmware.d/       <<--------------------------------
    System service scripts [/etc/rc.d/vmware.d/init.d]:
    Path to Eclipse directory for use with Integrated Virtual Debugger
    (optional):
    The product is ready to be installed.  Press enter to begin
    installation or Ctrl-C to cancel.
    4. Now exit from root and become normal user again. Then run vmware command.
    [memyselfandi@hp]$ vmware
    It asks to compile modules and you must press de "_Install" button.
    After some ERROR messages it asks you the root passord and then it starts to compile modules.
    Finally it starts vmware.
    5. You must close it again and do this as root:
    [root@hp]# ln -s /etc/rc.d/vmware.d/init.d/vmware /etc/rc.d/vmware
    6. Then with your favorite editor, include "vmware" to DAEMONS in /etc/rc.conf to allow vmware modules to load while computer boots:
    # /etc/rc.conf - Main Configuration for Arch Linux
    DAEMONS=(syslog-ng ... ... vmware)
    7. You must substitute /sbin/lsmod with /bin/lsmod in the file /etc/rc.d/vmware/init.d/vmware with your favorite editor or use this command instead:
    [root@hp]# sed -i 's/\/sbin\/lsmod/\/bin\/lsmod/g' /etc/rc.d/vmware.d/init.d/vmware
    8. Restart vmware services and load modules with this command:
    [root@hp]# /etc/rc.d/vmware restart
    9. There is a common mouse problem (it loses focus outside VGA area 640x480) because of GTK+ new version. To avoid this issue, add this line to the end of "/etc/vmware/bootstrap":
    # /etc/vmware/bootstrap
    export VMWARE_USE_SHIPPED_GTK=yes
    10. Now you can  start as normal user:
    [memyselfandi@hp]$ vmware
    Or in the gnome menu "System Tools" --> "VMware Workstation"
    I didn't experiment any problems with keycodes. I don't know, but they seem to be solved in 6.5.3 version(?)
    Hope this help someone!

    My vmware install logs don't really help here but they do show where it trails off into oblivion:
    Sep 06 21:47:10.011: app| Log for VMware Workstation pid=26637 version=6.5.3 build=build-185404 option=Release
    Sep 06 21:47:10.012: app| Host codepage=UTF-8 encoding=UTF-8
    Sep 06 21:47:11.081: app| Extracting the sources of the vmmon module.
    Sep 06 21:47:11.117: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
    Sep 06 21:47:20.240: app| The vmmon module loads perfectly in the running kernel.
    Sep 06 21:47:20.240: app|
    Sep 06 21:47:20.265: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.o
    Sep 06 21:47:20.616: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.ko
    Sep 06 21:47:21.673: app| Extracting the sources of the vmnet module.
    Sep 06 21:47:21.697: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmnet-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
    Last edited by jebus (2009-09-06 18:51:34)

  • Install vmware-workstation-7.0.0 with kernel26-2.6.32 walkthrough

    For anyone who need some help, and the same way I did with version 6.5.3 (http://bbs.archlinux.org/viewtopic.php?id=88103), I post here my install walkthrough for vmware-workstation-7.0.0.
    There are only a few differences.
    Vmware package and kernel:
    - VMware-Workstation-Full-7.0.0-203739.i386.bundle
    - kernel26-2.6.32.1-1
    1. As root, cd to the directory where is VMware-Workstation and follow these steps:
    [root@hp]# mkdir -p /etc/rc.d/vmware.d/{rc{0,1,2,3,4,5,6}.d,init.d}
    [root@hp]# shVMware-Workstation-Full-7.0.0-203739.i386.bundle --console --custom
    2. Read and accept EULA and go on.
    3. Then press enter to all answers except "System service runlevels", where you must enter /etc/rc.d/vmware/, like in the example:
    Do you agree? [yes/no]: yes
    System path prefix.  Please note that choosing a path other than /usr
    may result in missing icons, application launchers, and other desktop
    integrations [/usr]:
    System lib directory [/usr/lib]:
    Architecture-independent files [/usr/share]:
    User level binaries [/usr/bin]:
    Super user level binaries [/usr/sbin]:
    Documentation [/usr/share/doc]:
    Manual pages [/usr/share/man]:
    Header files [/usr/include]:
    System configuration files [/etc]:
    System service runlevels: /etc/rc.d/vmware.d/       <<--------------------------------
    System service scripts [/etc/rc.d/vmware.d/init.d]:
    Path to Eclipse directory for use with Integrated Virtual Debugger
    (optional):
    The product is ready to be installed.  Press enter to begin
    installation or Ctrl-C to cancel.
    4. After installation is done, you must substitute /sbin/lsmod with /bin/lsmod in the file /etc/rc.d/vmware/init.d/vmware with your favorite editor, or use this command instead:
    [root@hp]# sed -i 's/\/sbin\/lsmod/\/bin\/lsmod/g' /etc/rc.d/vmware.d/init.d/vmware
    5. Now create a link to the init script, inthe place where Arch can recognize it:
    [root@hp]# ln -s /etc/rc.d/vmware.d/init.d/vmware /etc/rc.d/vmware
    6. Then with your favorite editor, include "vmware" to DAEMONS in /etc/rc.conf to allow vmware modules to load while computer boots:
    # /etc/rc.conf - Main Configuration for Arch Linux
    DAEMONS=(syslog-ng ... ... vmware)
    7. Now exit from root and become normal user again. Then run vmware command and test it.
    [memyselfandi@hp]$ vmware
    That's all!

    Wow, thank you very much!! Your incredible guide help me installing VMware 7.01 in a snap, you're the king =D
    I think there should be a section like "Application instalation guides" with all guides like this.
    The question now is how to install VMware Tools into an Arch guest (currently using KDE SC).
    I'm investigating that right now...
    Last edited by martin77 (2010-05-26 01:47:39)

  • Can I install Oracle VM server on VMware Workstation 7 with linux?

    I have installed VMware Workstation 7 on my laptop that already has windows 7 operating system.
    Next I installed Oracle Enterprise Linux 4 on my VMware Workstation 7.
    Now am planing to setup a RAC environment.
    What should be my next step? The documentation says I need to install VMware server.
    Are VMware server and Oracle VM server the same?
    can we replace one with other.
    I am a newbie.. Please spare my questions.

    hi,
    your vm ware server is ok.. but you should install same o/s for RAC..
    remove the linux and install windows and try RAC node in vmware..
    or try install linux
    check the link
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
    for window 2003
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnWindows2003UsingVMware.php
    regards,
    Deepak

  • VMware Workstation 5 beta

    I have installed VMware® Workstation 5 beta replacing the version provided by your impressive package.
    I have restarted the initial Oracle10g_SLE9 OBE virtual machine but have lost the virtual network configuration. Have you already tried this 5 Beta installation on your configuration. What parameter/configuration files do I have to restore. Could you provide a short list of configurations I have to restore ?
    I was so impressed by your environment that I have the intention to buy VMware Workstation 5 when ready.
    Regards,
    Eugene Lejeune

    The current VMware WS 5 Beta (build 12544) works just fine with both the SuSE and Red Hat VMs. Minimal/optional changes if any.
    Irrespective of V5, each time you re-install VMware you have to make sure the subnets are set correctly as the installation process will choose a random subnet then the network will not be reachable to/from the VM. See readme for detailed manual steps to fix it. on the Guest you should see:
    Ethernet adapter VMware Network Adapter VMnet1:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter VMware Network Adapter VMnet8:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.203.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    I choose not to upgrade hardware and all worked without any changes at all. I see the warning about the VMware tools not up to-date, otherwise I can ping to/from the VM, all services are running as well as all the 2 NICs are defined. I suggest you review the network settings, press REVERT before you start with V5 and it will be OK.
    good luck,
    Saar.

  • Cisco ACS 5.0 on VMware workstation 7

    Hi,
    I am trying to install ACS 5.0 on workstation, however once the install finsihes it reboots and I enter the Linux bash command line rather than the Cisco CLI.
    Can anyone help?
    Thanks,
    Ash
    Note - this is now fixed. I followed the steps here to install ACS 5.0 on VMware Workstation 7:
    http://blog.sudonetworks.com/2010/10/installing-cisco-acs-52-on-a-laptop.html

    To log in to ACS server and access the CLI, use an SSH secure shell client or the console port.
    Accessing the ACS CLI
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.0/command/reference/CLIuse.html#wp1096003
    Regards,
    Jatin

  • Install VMWARE Workstation on Oracle Enterprise Linux 5.2

    Hi,
    I installed Oracle Enterprise Linux 5.2 and then i want to install Vmware Workstation 6.5. But the kernel pre-configured is installed with XEN option into kernel. And the Vmware package is not compatible with.
    So i must to desinstall Xen option from the kernel.
    Is someone can explain to me how to do ?
    Regards.
    Stéphane.

    There are several variations on the kernel RPM package. Some have XEN support and some do not.
    1) Make sure you have the simple kernel-<version> RPM package installed:
    # rpm -q kernel-$(uname -r)
    and install it if you don't:
    # up2date --install kernel
    2) Remove the kernel-xen RPM package:
    # rpm -e kernel-xen
    3) Reboot into your vanilla kernel installed in step #1

  • REQUEST: VMware Workstation 6.5 build 118166 non-beta release

    Hi,
    Linux newbie here.  Can anyone whip up a nice pgkbuild for the recent official release of vmware workstation 6.5?  The current build is 118166.  The 6.5 beta expires at the end of the month.
    No, I can't use virtualbox, since ESX doesn't run in it.  Yes, I need to run a couple ESX VMs.
    Thanks!

    To install Workstation on a Linux host using a bundle
    1 Download VMware-Workstation-6.5.0-118166.xxxxxx.bundle. Replace xxxxx for whichever architecture.
    2 In a terminal cd to the directory where you downloaded the file.
    3 Become root to perform the initial installation steps:
    $ su
    # mkdir -p /etc/rc.d/vmware.d/rc{0,1,2,3,4,5,6}.d
    # sh VMware-Workstation-6.5.0-118166.xxxxxx.bundle --console --custom
    4 Accept the EULA to continue.
    5 Accept the default settings until it prompts for System service runlevels then set to:
    /etc/rc.d/vmware.d/
    6 For System service scripts set to:
    /etc/rc.d
    7 (Optional) Enter the directory path to the Integrated Virtual Debugger for Eclipse
    if Eclipse is installed.
    Click Install.
    8 Open Workstation to launch the kernel module updater to install and configure the
    kernel.
    Credit: whompus

  • Oracle rac installation in vmware workstation?

    iam very eager to learn the oracle rac, for that in my pc i created the 2 virtual machines in vmware workstation and installed redhat linux AS3.0 o.s.
    i need a steps to install the oracle 9i rac in these vmware enviornment....

    See my articles at http://www.dbasupport.com

  • Issues with Arch 2009.02 in VMware Workstation [SOLVED]

    I installed Arch Linux 2009.02 i686 as a guest in VMware Workstation 6.5.1, my host is Vista x64. The installation of Arch itself and Xorg wasn't a problem although from this point I've had several issues.
    I was unable to 'startx' or 'xinit' without getting crashes, however adding hal to the daemons fixed that problem - some wiki entries state to add dbus, but dbus is already started. A lot of content on the wiki is outdated, telling users to use hwd; I did install hwd separately (from sourceforge) although it gave me hundreds? of errors related to PCI and eventually failure to parse some x configuration binary in /usr/bin.
    Multimedia Issues
    I then installed xfce4 and gstreamer-plugins. All video and audio play back too quickly, i.e. it seems to play the streams as fast as they can decode. This also happens with flash content such as youtube after I'd installed the appropriate programs. Thinking this may be a timing issue, I editted the vmware config file on my Windows host although it did not help; the timing in the VM seemed to be correct anyway.
    Display Issues
    When I run 'startxfce4' from a terminal, Xfce will start as 800x600 - if I go to change this resolution all options show 0Hz as the refresh rate and many options my monitor cannot display are shown even though I have VMware set to allow a maximum size of 1680x1050. I was unable to generate a 'good' xorg.conf file using 'X -configure' and as mentioned earlier, hwd would not work for me. I installed xf86-video-vmware and xf86-video-vesa as well as both open-vm-tools and normal vmware-tools (not at the same time or together) but can't seem to sort this issue. vmware-tools was able to generate a valid xorg.conf file but it only included a handful of 4:3 resolutions and some of these still showed 0hz. For some strange reason 'startx' and 'xinit' now do not work having failed to find /dev/fb0.
    VMware Tools
    When I did try to install vmware-tools, it had many difficulties trying to build the modules - mostly regarding to not recognising __FREEBSD__, I cannot remember the complete error. I also tried to build open-vm-tools but that gave an error about not being able to find libproc even though I had procps installed. Stopping open-vm-tools on shutdown also always fails and occurs twice.
    I'm going to try reinstalling now that I know a little more about what I did to get things working but if anyone could give me a hand it'd be much appreciated.
    Last edited by andyxl987 (2009-08-04 00:17:29)

    After a lot of experimentation I've got a satisfactory installation although a few minor problems remain:
    Adjustments required to correctly run Alsa+Xorg in Arch Linux 2009.02 using VMware Workstation
    The current kernel does not play nicely with alsa, downgrade to kernel26-2.6.29.4-1:
    wget http://www.schlunix.org/archlinux/core/ … pkg.tar.gz
    pacman -U kernel26-2.6.29.4-1-i686.pkg.tar.gz
    Install/Upgrade dbus:
    pacman -Sy dbus
    Add hal (if it's not installed then make sure to do so) to your daemons located in /etc/rc.conf, e.g.
    DAEMONS=(syslog-ng network netfs crond hal)
    The current open-vm-tools-modules is not compatible with the older kernel, instead use open-vm-tools-modules-2009.04.23-1:
    wget http://www.schlunix.org/archlinux/commu … pkg.tar.gz
    pacman -U open-vm-tools-modules-2009.04.23-1
    The installation will prompt you with an error that /etc/modprobe.conf could not be found (as does the current version), add the following to /etc/modprobe.d/modprobe.conf:
    install pcnet32 /sbin/modprobe -q --ignore-install vmxnet; /sbin/modprobe -q --ignore-install pcnet 32 ; /bin/true;
    You can now install open-vm-tools:
    pacman -S open-vm-tools
    To autoload open-vm-tools on start up you need to add it to your daemons located in /etc/rc.conf, e.g.
    DAEMONS=(syslog-ng network netfs crond hal open-vm-tools)
    Add vmware-user to your /etc/X11/xinit/xinitrc file if you desire (for seamless mouse and display switching), e.g. my xinitrc with xfce4 ends with:
    vmware-user &
    exec startxfce4
    Install the following components: xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse:
    (You will not be able to start x if you have installed xf86-video-fbdev and do not have a valid xorg.conf file, this is addressed later)
    pacman -S xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse
    Lastly we need to edit/create the /etc/X11/xorg.conf file to use our vmware drivers, this will enable automatic resolution switching and seamless mouse functionality:
    (All of the following is necessary otherwise X will ignore our vmware drivers)
    Section "ServerFlags"
        Option "AllowEmptyInput" "false"
    EndSection
    Section "InputDevice"
        Identifier  "VMware Mouse"
        Driver      "vmmouse"
        Option "Protocol"         "ps/2"
        Option "Device"           "/dev/input/mice"
        Option "ZAxisMapping"     "4 5"
        Option "Emulate3Buttons"  "true"
    EndSection
    Section "Device"
        Identifier  "VMware SVGA"
        Driver      "vmware"
    EndSection
    Section "ServerLayout"
        Identifier  "VMware Config"
        InputDevice "VMware Mouse" "CorePointer"
    EndSection
    Issues
    * open-vm-tools fails to stop during a shutdown or /etc/rc.d/open-vm-tools stop/restart
    * most screen resolutions show 0Hz (although everything works correctly) and adding VertRefresh to xorg.conf produces a major error
    * playback of flash video produces a sound artefact when starting - although I think this may be to do with the decoder rather than system
    I've marked this as solved although I welcome any suggestions regarding these minor issues. The open-vm-tools one I can probably sort out but it's too late now to look into tonight
    Last edited by andyxl987 (2009-08-04 00:21:03)

  • [SOLVED] VMware Workstation 7.1.4 fails to start/build on kernel 3.0

    Since new kernel 3.0 update I cannot rebuild vmware modules
    ~ >>> sudo vmware-modconfig --console --install-all
    Unable to initialize kernel module configuration
    or start the Workstation
    ~ >>> vmware
    Logging to /tmp/vmware-igor/setup-7740.log
    Unable to initialize module building library
    Does anybody know what's wrong?
    Last edited by karabaja4 (2011-08-12 17:55:38)

    Hi, I've been reading these forums since switched from slackware and gentoo to arch about 4 years ago. This is the first time I've been unable to fix a problem from searching here or the wiki
    I'm having trouble installing vmware workstation.
    So I recompiled the kernel and nvidia linking it to the .0-ARCH.
    └⇥ uname -a
    Linux myhost 3.0.0-ARCH #1 SMP PREEMPT Wed Aug 10 07:29:07 UTC 2011 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-56 AuthenticAMD GNU/Linux
    For the rest I followed the wiki to install vmware. Everything goes swimmingly until
    └⇥ sudo vmware-modconfig --console --install-all
    Password:
    Stopping VMware services:
       VMware USB Arbitrator                                               done
       VM communication interface socket family                            done
       Virtual machine communication interface                             done
       Virtual machine monitor                                             done
       Blocking file system                                                done
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmmon-only'
    make -C /lib/modules/3.0.0-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
      MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.0.0-ARCH'
      CC [M]  /tmp/vmware-root/modules/vmmon-only/linux/driver.o
    /tmp/vmware-root/modules/vmmon-only/linux/driver.c:40:28: fatal error: linux/smp_lock.h: No such file or directory
    compilation terminated.
    make[2]: *** [/tmp/vmware-root/modules/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-3.0.0-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
    Unable to install vmmon
    Does anyone have a suggestion of where to poke around?

  • Creating a thin client network in VMWare Workstation

    I have recently been informed that many our customers have a thin client network in place using Microsoft RDP, Terminal Services / Remote Desktop Services.
    What I would like to do is create a virtual thin client network using Server 2008 | Server 2008 R2 | Server 2012. What I am not certain of is how to emulate the "desktop" environments for the clients and how to configure VMWare to work with this type of network.
    Is this possible?
    I admit that I have never configured a TS before, so hopefully someone here has done this before and can provide some pointers.
    I have been searching Google for information but so far have come up short. Perhaps my search criteria is wrong.
    I have VMWare Workstation 10 and access to MSDN for a number of ISOs.
    Thank you.
    Dan

    user12049849 wrote:
    I have Oracle VM server release 2.1.5, IPTABLES is disable on both the VM Server host and client. I am able to ping the gateway from the VM Host; but, not from the VM client. I can't even ping the VM Host from the VM client or ViceVersa.
    bridge name bridge id STP enabled interfaces
    xenbr0 8000.feffffffffff no vif2.0vif2.0 is the connection between the bridge and your guest. It is connected to xenbr0
    peth0
    vif0.0
    xenbr1 8000.feffffffffff no peth1
    vif0.1
    xenbr2 8000.feffffffffff no peth2
    vif0.2
    xenbr3 8000.feffffffffff no peth3
    vif0.3
    ethtool -i peth1
    driver: e1000
    version: 7.6.15.5ora-NAPI
    firmware-version: 5.11-2
    bus-info: 0000:25:00.1Why are you showing us information about peth1? Did you intend to connect the guest to it / xenbr1?
    VM HOST:
    # ping 10.1.1.1
    PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
    64 bytes from 10.1.1.1: icmp_seq=1 ttl=255 time=0.812 ms
    64 bytes from 10.1.1.1: icmp_seq=2 ttl=255 time=0.765 ms
    64 bytes from 10.1.1.1: icmp_seq=3 ttl=255 time=0.885 msWhere is this 10.1.1.1 on your network? What is the relevance of this output?
    >
    >
    The VM Client ifconfig shows eth0 configured correctly IP, MASK and Broadcast, then the loopback... nothing else. Route command shows the correct Gateway. Well, nobody is perfect, so maybe you can post the complete config for review? Maybe you used xenbr1 when you should be using xenbr0, or something like that. Saying that it's correct is not the same as showing us that it is correct.
    - ifconfig -a on dom0 and domU
    - route -n on dom0 and domU
    - vm.cfg of the domU

  • Not able to install server 2012 R2 on a VMware Workstation 10 .

    Dear Team,
    Thanks in advance. 
    I am facing an issue when installing server 2012 R2 on a VMware Workstation 10 .
    This is the error message i get ''windows cannot find the microsoft software license terms. make sure the installation sources are valid and restart the installation.'' 
    i have tried changing the initial install option of OS  to ''other''. But still its the same.
    Finally i have installed it without adding the OS disk in the initial setup. But the problem here is that its asking me activation key. 
    if you have the activation key for 180 days please let me know.

    I have the same problem here.
    With VMWare Workstation 10, downloading and using the Windows 2012 R2 ISO evaluation to test.
    Shortly after booting up with the ISO, it complains about this message:  ''windows cannot find the microsoft software
    license terms. make sure the installation sources are valid and restart the installation.''
    BUT, if you uninstall VMWare Workstation 10 and install VMWare Workstation 9, no problem.
    Something wrong with either VMWare Workstation 10 or Windows 2012 R2.

  • Bootable ISO not recognized by Hyper-V on Win 8.1 Enterprise 64-bit - VMware Workstation understands perfectly

    I activated Hyper-V on my fully patched Windows 8.1 Enterprise 64-bit host PC and tried to create a Windows Server 2008 R2 virtual machine that should have installed from the bootable ISO (the one I downloaded from my MSDN subscription) for Windows Server
    2008 R2, but when the VM starts, it goes through its boot device progression and fails to recognize the ISO as bootable.  No amount of coaxing will convince Hyper-V to use the bootable ISO to install the operating system in the VM.
    To see if there was an issue with the ISO, I removed Hyper-V from the host (because, as I discovered, VMware refuses to run when Hyper-V is present) and then fired up VMware Workstation 10, pointed it to the exact same ISO and it created the VM from that
    ISO just fine.  That proves there is nothing wrong with the ISO image.
    I'm new to Hyper-V since I've been using VMware Workstation for quite some time and figured it was high time I began to make the switch to Hyper-V (since I'm paying for it anyway).
    What setting(s) do I need to adjust to insure that Hyper-V sees the bootable ISO properly so it will install that OS in the virtual machine?
    If you think development is tough now, think how hard it was using punched cards :-)

    I followed the Hyper-V wizard instructions to the letter, including telling it the full path to where the ISO I wanted to use in creating my very first VM is located.  I assume (perhaps incorrectly) that the Hyper-V wizard mounted that ISO on whatever
    device it deemed appropriate, hopefully one that is in the boot device sequence.  It all was very straight-forward and easy to understand; however, it doesn't work.  
    The corresponding wizard in VMware Workstation 10 fully understands the ISO and proceeds with its "Easy Install" process without anything else except the license key.
    I didn't capture a video of the failed Hyper-V boot process, but to summarize, it went through its "progression" of devices and simply never found the ISO that I had previously designated.
    Despite its seeming simplicity, the Hyper-V creation wizard doesn't perform what it is instructed to do while the equivalent VMware Workstation 10 wizard works flawlessly.
    If you think development is tough now, think how hard it was using punched cards :-)

Maybe you are looking for

  • Unable to access certain websites

    for the past week or so I've been unable to access a number of websites. they're timing out halfway through the connection. other sites hosted by the same companies work fine. looking through the archives i found a similar issue from a year ago in MD

  • Mobile Me Gallery Login & Password using Aperture

    I recently migrated my entire iPhoto library to Aperture and I have a few questions. 1. How can I tell if an Album in Aperture is a Mobile Me Album? 2. Where can I find the Username and Password info. for each of my already existing Mobile Me Albums?

  • When I save an rtf file in text edit, it retrieves with codes

    Every time I save an RTF file since lion, when I later retrieve a file it's code filled file. Does anyone know what this is and how to prevent it (or tell text edit to retrieve normally)? example from a recent file: {\rtf1\ansi\ansicpg1252\cocoartf11

  • Ipod Nano 4th gen others...

    hello the others section of my ipod is too big, but i have not pictures stored on my ipod. Just today while i was deleting archives i could see the other section was increasing while i deleted archives. It was 142 MB when connected to itunes, but aft

  • Automatic vendor selection in PR

    Hi, we have one Scenario: Our Client has 2 kind of customer divided on zone basis North and south. Requirement is like : IF the Sales order comes comes from North zone customers  :    group company (A) will deliver the stock to the customer and if Sa