Anzeige:
Ergebnis 1 bis 10 von 10

Thema: vmware-server-console connect-Fehler localhost

  1. #1
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105

    vmware-server-console connect-Fehler localhost

    Hi,

    ich hab auf Suse 10 installiert:

    VMware-server-2.0.1-156745.x86_64.rpm
    VMware-server-console-1.0.6-91891.i386.rpm

    und aufgerufen:
    /usr/bin/vmware-config.pl
    /usr/bin/vmware-config-server-console.pl
    Nachdem ich alle vm-Prozesse aus der Prozessliste gekillt habe liefert
    Code:
    /etc/init.d/vmware start
    ein prima Ergebnis:
    PHP-Code:
    Starting VMware services:
       
    Virtual machine monitor                                             done
       Virtual machine communication 
    interface                             done
       VM communication 
    interface socket family:                           done
       Virtual ethernet                                                    done
       Bridged networking on 
    /dev/vmnet0                                   done
       Host
    -only networking on /dev/vmnet1 (background)                    done
       DHCP server on 
    /dev/vmnet1                                          done
       Host
    -only networking on /dev/vmnet8 (background)                    done
       DHCP server on 
    /dev/vmnet8                                          done
       NAT service on 
    /dev/vmnet8                                          done
       VMware Server Authentication Daemon 
    (background)                    done
       Shared Memory Available                                             done
    Starting VMware management services
    :
       
    VMware Server Host Agent (background)                               done
       VMware Virtual Infrastructure Web Access
    Starting VMware autostart virtual machines
    :
       
    Virtual machines                                                    done 
    Dann rufe ich
    Code:
    vmware-server-console
    auf
    will zu localhost connecten und dann kommt
    die Fehlermeldung:
    PHP-Code:
    The local VMWare Server is not installed or is not currently running 
    Was läuft denn hier falsch ?

    Gruss
    Mox

  2. #2
    Mod. FAQ/Howto/Emulation
    Registriert seit
    Sep 2000
    Beiträge
    17.397
    Lief es denn schon mal? Der Server 2 wird doch per Browser verwaltet, nicht per Konsole.

  3. #3
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105
    # nee, lief noch nie, habs heute abend erst versucht.

    Beim rumprobieren hat er dann auch mal den Browser gestartet,
    wo dann ein Username/Passwort eingegeben werden sollte.

    Wie leg ich denn da einen User für an ?

  4. #4
    Mod. FAQ/Howto/Emulation
    Registriert seit
    Sep 2000
    Beiträge
    17.397
    Den User legst du im Rahmen von "vmware-config.pl" an. Gerade selbst gemacht, gegen Ende wurde nach einem zweiten User gefragt.

  5. #5
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105
    hm, konnte ich bir mir nicht entdecken eine Möglichkeit zur Useranlage, hier das komplette posting: von /usr/bin/vmware-config.pl

    Code:
    tux:~ # /usr/bin/vmware-config.pl
    Making sure services for VMware Server are stopped.
    
    Stopping VMware autostart virtual machines:
       Virtual machines                                                   failed
    Stopping VMware management services:
       VMware Virtual Infrastructure Web Access
       VMware Server Host Agent                                           failed
    Stopping VMware services:
       VMware Authentication Daemon                                        done
       Virtual machine monitor                                             done
    
    You must read and accept the End User License Agreement to continue.
    Press enter to display it.
    
    
    Do you accept? (yes/no) yes
    
    Thank you.
    
    None of the pre-built vmmon modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vmmon module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Using compiler "/usr/bin/gcc". Use environment variable CC to override.
    
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.13-15.13-default/build/include]
    
    Extracting the sources of the vmmon module.
    
    Building the vmmon module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmmon-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
    /tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverSyncCallOnEachCPU’:
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1423: warning: statement with no effect
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
      CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
      LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
      Building modules, stage 2.
      MODPOST
      CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o
      LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    The vmmon module loads perfectly into the running kernel.
    
    None of the pre-built vmci modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vmci module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Extracting the sources of the vmci module.
    
    Building the vmci module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmci-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o
      CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o
      LD [M]  /tmp/vmware-config0/vmci-only/vmci.o
      Building modules, stage 2.
      MODPOST
      CC      /tmp/vmware-config0/vmci-only/vmci.mod.o
      LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vmci.ko ./../vmci.o
    make: Leaving directory `/tmp/vmware-config0/vmci-only'
    The vmci module loads perfectly into the running kernel.
    
    None of the pre-built vsock modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vsock module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Extracting the sources of the vsock module.
    
    Building the vsock module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vsock-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o
      LD [M]  /tmp/vmware-config0/vsock-only/vsock.o
      Building modules, stage 2.
      MODPOST
    *** Warning: "VMCIDatagram_CreateHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCIDatagram_DestroyHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCI_GetContextID" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCIDatagram_Send" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
      CC      /tmp/vmware-config0/vsock-only/vsock.mod.o
      LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vsock.ko ./../vsock.o
    make: Leaving directory `/tmp/vmware-config0/vsock-only'
    The vsock module loads perfectly into the running kernel.
    
    Do you want networking for your virtual machines? (yes/no/help) [yes]
    
    Configuring a bridged network for vmnet0.
    
    Please specify a name for this network.
    [Bridged]
    
    Your computer has multiple ethernet network interfaces available: eth0, eth1.
    Which one do you want to bridge to vmnet0? [eth0]
    
    The following bridged networks have been defined:
    
    Do you wish to configure another bridged network? (yes/no) [no]
    
    Do you want to be able to use NAT networking in your virtual machines? (yes/no)
    [yes]
    
    Configuring a NAT network for vmnet8.
    
    Please specify a name for this network. [NAT]
    
    Do you want this program to probe for an unused private subnet? (yes/no/help)
    [yes] no
    
    What will be the IP address of your host on the private
    network?
    
    The answer "" is invalid.  It must be of the form a.b.c.d where a, b, c and d
    are decimal numbers between 0 and 255.
    
    What will be the IP address of your host on the private
    network? 192.168.178.12
    
    What will be the netmask of your private network? 255.255.255.0
    
    The following NAT networks have been defined:
    
    Do you wish to configure another NAT network? (yes/no) [no]
    
    Do you want to be able to use host-only networking in your virtual machines?
    [yes]
    
    Configuring a host-only network for vmnet1.
    
    Please specify a name for this network.
    [HostOnly]
    
    Do you want this program to probe for an unused private subnet? (yes/no/help)
    [yes] no
    
    What will be the IP address of your host on the private
    network? 192.168.178.12
    
    What will be the netmask of your private network? 255.255.255.0
    
    The new private network has collided with existing private network vmnet8. Are
    you sure you wish to add it? [no]
    
    What will be the IP address of your host on the private
    network?
    
    The answer "" is invalid.  It must be of the form a.b.c.d where a, b, c and d
    are decimal numbers between 0 and 255.
    
    What will be the IP address of your host on the private
    network?
    tux:~ # /usr/bin/vmware-config.pl
    Making sure services for VMware Server are stopped.
    
    Stopping VMware autostart virtual machines:
       Virtual machines                                                   failed
    Stopping VMware management services:
       VMware Virtual Infrastructure Web Access
       VMware Server Host Agent                                           failed
    Stopping VMware services:
       VMware Authentication Daemon                                        done
       VM communication interface socket family:                           done
       Virtual machine communication interface                             done
       Virtual machine monitor                                             done
       Bridged networking on /dev/vmnet0                                   done
       Host network detection                                              done
       DHCP server on /dev/vmnet8                                          done
       NAT service on /dev/vmnet8                                          done
       Host-only networking on /dev/vmnet8                                 done
       Virtual ethernet                                                    done
    
    None of the pre-built vmmon modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vmmon module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Using compiler "/usr/bin/gcc". Use environment variable CC to override.
    
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.13-15.13-default/build/include]
    
    Extracting the sources of the vmmon module.
    
    Building the vmmon module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmmon-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
    /tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverSyncCallOnEachCPU’:
    /tmp/vmware-config0/vmmon-only/linux/driver.c:1423: warning: statement with no effect
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
      CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
      CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
      LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
      Building modules, stage 2.
      MODPOST
      CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o
      LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    The vmmon module loads perfectly into the running kernel.
    
    None of the pre-built vmci modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vmci module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Extracting the sources of the vmci module.
    
    Building the vmci module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmci-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o
      CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o
      CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o
      LD [M]  /tmp/vmware-config0/vmci-only/vmci.o
      Building modules, stage 2.
      MODPOST
      CC      /tmp/vmware-config0/vmci-only/vmci.mod.o
      LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vmci.ko ./../vmci.o
    make: Leaving directory `/tmp/vmware-config0/vmci-only'
    The vmci module loads perfectly into the running kernel.
    
    None of the pre-built vsock modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vsock module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Extracting the sources of the vsock module.
    
    Building the vsock module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vsock-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o
      CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o
      LD [M]  /tmp/vmware-config0/vsock-only/vsock.o
      Building modules, stage 2.
      MODPOST
    *** Warning: "VMCIDatagram_CreateHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCIDatagram_DestroyHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCI_GetContextID" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
    *** Warning: "VMCIDatagram_Send" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
      CC      /tmp/vmware-config0/vsock-only/vsock.mod.o
      LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vsock.ko ./../vsock.o
    make: Leaving directory `/tmp/vmware-config0/vsock-only'
    The vsock module loads perfectly into the running kernel.
    
    You have already setup networking.
    
    Would you like to skip networking setup and keep your old settings as they are?
    (yes/no) [yes] no
    
    Do you want networking for your virtual machines? (yes/no/help) [yes]
    
    Would you prefer to modify your existing networking configuration using the
    wizard or the editor? (wizard/editor/help) [wizard]
    
    The following bridged networks have been defined:
    
    Do you wish to configure another bridged network? (yes/no) [no]
    
    Do you want to be able to use NAT networking in your virtual machines? (yes/no)
    [yes]
    
    The following NAT networks have been defined:
    
    Do you wish to configure another NAT network? (yes/no) [no]
    
    Do you want to be able to use host-only networking in your virtual machines?
    [yes]
    
    Configuring a host-only network for vmnet1.
    
    Please specify a name for this network.
    [HostOnly]
    
    Do you want this program to probe for an unused private subnet? (yes/no/help)
    [yes]
    
    Probing for an unused private subnet (this can take some time)...
    
    The subnet 192.168.230.0/255.255.255.0 appears to be unused.
    
    The following host-only networks have been defined:
    
    Do you wish to configure another host-only network? (yes/no) [no]
    
    None of the pre-built vmnet modules for VMware Server is suitable for your
    running kernel.  Do you want this program to try to build the vmnet module for
    your system (you need to have a C compiler installed on your system)? [yes]
    
    Extracting the sources of the vmnet module.
    
    Building the vmnet module.
    
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmnet-only'
    make -C /lib/modules/2.6.13-15.13-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    make -C ../../../linux-2.6.13-15.13 O=../linux-2.6.13-15.13-obj/x86_64/default modules
      CC [M]  /tmp/vmware-config0/vmnet-only/driver.o
      CC [M]  /tmp/vmware-config0/vmnet-only/hub.o
      CC [M]  /tmp/vmware-config0/vmnet-only/userif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/netif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o
      CC [M]  /tmp/vmware-config0/vmnet-only/filter.o
      CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac.o
      CC [M]  /tmp/vmware-config0/vmnet-only/vnetEvent.o
      CC [M]  /tmp/vmware-config0/vmnet-only/vnetUserListener.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o
      Building modules, stage 2.
      MODPOST
      CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/x86_64/default'
    cp -f vmnet.ko ./../vmnet.o
    make: Leaving directory `/tmp/vmware-config0/vmnet-only'
    The vmnet module loads perfectly into the running kernel.
    
    Please specify a port for remote connections to use [902]
    
    Please specify a port for standard http connections to use [80]
    
    Please specify a port for secure http (https) connections to use [443]
    
    The current administrative user for VMware Server  is ''.  Would you like to
    specify a different administrator? [no]
    
    Using root as the VMware Server administrator.
    
    insserv: script vmware-mgmt: service VMware already provided!
    insserv: script vmware: service VMware already provided!
    insserv: exiting now!
    illegal runlevel specified for vmware: r
    In which directory do you want to keep your virtual machine files?
    [/var/lib/vmware/Virtual Machines]
    
    The path "/var/lib/vmware/Virtual Machines" does not exist currently. This
    program is going to create it, including needed parent directories. Is this
    what you want? [yes]
    
    You have a pre-existing datastores.xml.  The new version will be created as
    /etc/vmware/hostd/NEW_datastores.xml.  Please check the new file for any new
    values that you may need to migrate to your current datastores.xml.
    
    Do you want to enter a serial number now? (yes/no/help) [no] yes
    
    Please enter your 20-character serial number.
    
    Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel:  meine seriennummer eingegeben
    
    Creating a new VMware VIX API installer database using the tar4 format.
    
    Installing VMware VIX API.
    
    In which directory do you want to install the VMware VIX API binary files?
    [/usr/bin]
    
    In which directory do you want to install the VMware VIX API library files?
    [/usr/lib/vmware-vix/lib]
    
    The path "/usr/lib/vmware-vix/lib" does not exist currently. This program is
    going to create it, including needed parent directories. Is this what you want?
    [yes]
    
    In which directory do you want to install the VMware VIX API document pages?
    [/usr/share/doc/vmware-vix]
    
    The path "/usr/share/doc/vmware-vix" does not exist currently. This program is
    going to create it, including needed parent directories. Is this what you want?
    [yes]
    
    The installation of VMware VIX API 1.6.2 build-156745 for Linux completed
    successfully. You can decide to remove this software from your system at any
    time by invoking the following command: "/usr/bin/vmware-uninstall-vix.pl".
    
    Enjoy,
    
    --the VMware team
    
    Starting VMware services:
       Virtual machine monitor                                             done
       Virtual machine communication interface                             done
       VM communication interface socket family:                           done
       Virtual ethernet                                                    done
       Bridged networking on /dev/vmnet0                                   done
       Host-only networking on /dev/vmnet1 (background)                    done
       DHCP server on /dev/vmnet1                                          done
       Host-only networking on /dev/vmnet8 (background)                    done
       DHCP server on /dev/vmnet8                                          done
       NAT service on /dev/vmnet8                                          done
       VMware Server Authentication Daemon (background)                    done
       Shared Memory Available                                             done
    Starting VMware management services:
       VMware Server Host Agent (background)                               done
       VMware Virtual Infrastructure Web Access
    Starting VMware autostart virtual machines:
       Virtual machines                                                    done
    
    The configuration of VMware Server 2.0.1 build-156745 for Linux for this
    running kernel completed successfully.

  6. #6
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105
    also das Problem ist gelöst, der Root-Zugang funktioniert für das Web-Interface.

    Nur gehe ich jetzt auf "Add Existing Virtual Machine",
    dann öffnet sich zwar ein Dialogfenster mit
    Inventory/Contents/Informations, aber
    keine File-Browse-Box zum Auswählen des VM-Images.

    Na ich google mal ...

  7. #7
    Mod. FAQ/Howto/Emulation
    Registriert seit
    Sep 2000
    Beiträge
    17.397
    Ist das ein veralteter Rootserver?

  8. #8
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105
    ist gar kein Rootserver, sondern mein heimischer PC mit Suse 10.0 64-Bit.
    Vmware ist frisch runtergeladen von vmware.com/download/server/

  9. #9
    Registrierter Benutzer Avatar von michel_vaclav
    Registriert seit
    Jan 2003
    Ort
    daheim
    Beiträge
    1.055
    Zitat Zitat von mox Beitrag anzeigen
    "Add Existing Virtual Machine",
    dann öffnet sich zwar ein Dialogfenster mit
    Inventory/Contents/Informations...
    Da bist Du schon nah dran. In dieser Darstellung werden Dir nur die existierenden VMs angezeigt, die sich in dem Ordner befinden, den Du für die vmx-Dateien angegeben hast (bei der Konfiguration). In Deinem Fall war das
    Code:
    [/var/lib/vmware/Virtual Machines]
    zumindest entnehme ich das Deinem Log-File. Entweder Du kopierst Deine VMs dorthin, oder Du lässt das Skript nochmal laufen und änderst dort das Verzeichnis, wenn Du danach gefragt wirst. Dann kannst Du auch gleich den User noch mitändern, damit das Ganze nicht mehr nur als Root läuft.

    Gruß

    michel_vaclav

  10. #10
    Registrierter Benutzer
    Registriert seit
    Jun 2005
    Beiträge
    105
    # dankeschön, jetzt geht's :-)

Ähnliche Themen

  1. Zugriff auf Server nicht möglich - Server läuft aber
    Von marlap im Forum Dedizierte Spiele Server
    Antworten: 0
    Letzter Beitrag: 05.11.07, 08:41
  2. Gnome startet nicht (Fedora Core 4)
    Von Stift im Forum Windowmanager
    Antworten: 8
    Letzter Beitrag: 25.06.06, 17:21
  3. Antworten: 5
    Letzter Beitrag: 12.11.05, 10:57
  4. was ist hier passiert?
    Von Bruce im Forum Linux Allgemein
    Antworten: 1
    Letzter Beitrag: 25.01.05, 18:36
  5. fehler beim starten von Interface ppp0 - Internetconnection läuft trotzdem
    Von ChristophSeipel im Forum Anbindung an die Aussenwelt
    Antworten: 9
    Letzter Beitrag: 28.06.02, 15:31

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •