Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!

vmrun -> NOT IMPLEMENTED

VMware auf dem MAC

Moderatoren: irix, Dayworker

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

vmrun -> NOT IMPLEMENTED

Beitragvon Rumplst1lzchen » 15.03.2012, 16:12

Hallo VMware-Community,

Erstmal ein allgemeines Hallo an alle!

Ich habe VMware Fusion 4.1.1 im Einsatz, installiert auf einem Mac Mini 10.7.3 welcher ein VM Image mit einem Webserver 10.6.8 beinhaltet und möchte das VMware File jeden Abend wegsichern. Dazu hab ich ein Script geschrieben...

Code: Alles auswählen

#!/bin/bash

vmrun stop /Users/v1admin/Documents/Webserver\ Snow/Webserver\ Snow.vmwarevm/
rsync -av /Users/v1admin/Documents/Webserver\ Snow /Users/v1admin/VM_Backup/
vmrun start /Users/v1admin/Documents/Webserver\ Snow/Webserver\ Snow.vmwarevm/


sobald ich das Script ausführe bekomme ich diese Fehlermeldung:

Code: Alles auswählen


v1server:Desktop v1admin$ ./vmware.sh
NOT_IMPLEMENTED bora/lib/user/msg.c:2355

vmrun Error:
vmrun unrecoverable error: (vix)
NOT_IMPLEMENTED bora/lib/user/msg.c:2355
A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-30369.log".  You can request support and include the contents of the log file. 
To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
We will respond on the basis of your support entitlement.

building file list ... done
Webserver Snow/Webserver Snow.vmwarevm/
Webserver Snow/Webserver Snow.vmwarevm/Webserver Snow-000005-s001.vmdk
^Crsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at /SourceCache/rsync/rsync-42/rsync/rsync.c(244) [sender=2.6.9]
NOT_IMPLEMENTED bora/lib/user/msg.c:2355

vmrun Error:
vmrun unrecoverable error: (vix)
NOT_IMPLEMENTED bora/lib/user/msg.c:2355
A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-30380.log".  You can request support and include the contents of the log file. 
To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
We will respond on the basis of your support entitlement.


Das ist das Fehlerprotokoll.... 2 am Stück werden erzeugt

Code: Alles auswählen


v1server:vmware-v1admin v1admin$ ls
vmware-vix-v1admin-30369.log   vmware-vix-v1admin-30380.log

v1server:vmware-v1admin v1admin$ cat vmware-vix-v1admin-30369.log
2012-03-15T15:43:23.898+01:00| vix| I120: Log for Vix pid=30369 version=-1 build=build-536016 option=Release
2012-03-15T15:43:23.898+01:00| vix| I120: The process is 32-bit.
2012-03-15T15:43:23.898+01:00| vix| I120: Host codepage=UTF-8 encoding=UTF-8
2012-03-15T15:43:23.898+01:00| vix| I120: Host is Mac OS X Server 10.7.3 (11D50b)
2012-03-15T15:43:23.727+01:00| vix| I120: Msg_Reset:
2012-03-15T15:43:23.759+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-15T15:43:23.759+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:23.759+01:00| vix| I120: PREF Optional preferences file not found at /Library/Preferences/VMware Fusion/config. Using default values.
2012-03-15T15:43:23.772+01:00| vix| I120: Msg_Reset:
2012-03-15T15:43:23.772+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Users/v1admin/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-15T15:43:23.772+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:23.772+01:00| vix| I120: PREF Optional preferences file not found at /Users/v1admin/Library/Preferences/VMware Fusion/config. Using default values.
2012-03-15T15:43:25.608+01:00| vix| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
2012-03-15T15:43:25.608+01:00| vix| I120: Vix_InitializeGlobalState: vixLogLevel = 0
2012-03-15T15:43:25.608+01:00| vix| I120: Vix_InitializeGlobalState: vixApiTraceLevel = 0
2012-03-15T15:43:25.608+01:00| vix| I120: Vix_InitializeGlobalState: vixDebugPanicOnVixAssert = 0
2012-03-15T15:43:25.608+01:00| vix| I120: Vix_InitializeGlobalState: vixLogRefcountOnFinalRelease = 0
2012-03-15T15:43:25.608+01:00| vix| I120: Vix_InitializeGlobalState: asyncOpWarningThreshold = 1000000
2012-03-15T15:43:25.654+01:00| vix| I120: Vix_InitializeGlobalState: enableSyncOpSelection = FALSE
2012-03-15T15:43:25.665+01:00| vix| I120: Vix_InitializeGlobalState: enableExternalThreadInterface = TRUE
2012-03-15T15:43:25.666+01:00| vix| I120: Vix_InitializeGlobalState: enableVigor = FALSE
2012-03-15T15:43:25.693+01:00| vix| I120: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=de
2012-03-15T15:43:25.693+01:00| vix| I120: NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace:
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[0] 0xbfffefd8 eip 0x2f2c6a
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[1] 0xbffff418 eip 0x04be48
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[2] 0xbffff448 eip 0x04bf9b
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[3] 0xbffff498 eip 0x2e9f1f
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[4] 0xbffff508 eip 0x2eb769
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[5] 0xbffff528 eip 0x2eb7f0
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[6] 0xbffff6d8 eip 0x35107a
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[7] 0xbffffb58 eip 0x352821
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[8] 0xbffffc48 eip 0x003a0c
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[9] 0xbffffc64 eip 0x001f76
2012-03-15T15:43:25.693+01:00| vix| I120: Backtrace[10] 00000000 eip 0x000003
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[0] 0xbfffefd8 eip 0x2f2c6a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[1] 0xbffff418 eip 0x04be48 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[2] 0xbffff448 eip 0x04bf9b in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[3] 0xbffff498 eip 0x2e9f1f in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[4] 0xbffff508 eip 0x2eb769 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[5] 0xbffff528 eip 0x2eb7f0 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[6] 0xbffff6d8 eip 0x35107a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[7] 0xbffffb58 eip 0x352821 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[8] 0xbffffc48 eip 0x003a0c in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[9] 0xbffffc64 eip 0x001f76 in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:25.693+01:00| vix| I120: SymBacktrace[10] 00000000 eip 0x000003
2012-03-15T15:43:25.716+01:00| vix| W110:
2012-03-15T15:43:25.716+01:00| vix| W110+ The core dump limit is set to ZERO; no core dump should be expected
2012-03-15T15:43:29.720+01:00| vix| W110: Child process 30374 failed to dump core (status 0x6).
2012-03-15T15:43:29.720+01:00| vix| I120: Msg_Post: Error
2012-03-15T15:43:29.720+01:00| vix| I120: [msg.log.error.unrecoverable] vmrun unrecoverable error: (vix)
2012-03-15T15:43:29.720+01:00| vix| I120+ NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-15T15:43:29.720+01:00| vix| I120: [msg.panic.haveLog] A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-30369.log". 
2012-03-15T15:43:29.720+01:00| vix| I120: [msg.panic.requestSupport.withLog] You can request support and include the contents of the log file. 
2012-03-15T15:43:29.720+01:00| vix| I120: [msg.panic.requestSupport.vmSupport.apple.menu]
2012-03-15T15:43:29.720+01:00| vix| I120+ To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
2012-03-15T15:43:29.720+01:00| vix| I120+ You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
2012-03-15T15:43:29.720+01:00| vix| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
2012-03-15T15:43:29.720+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:29.720+01:00| vix| I120: Exiting


hier das 2te:

Code: Alles auswählen


v1server:vmware-v1admin v1admin$ cat vmware-vix-v1admin-30380.log
2012-03-15T15:43:33.711+01:00| vix| I120: Log for Vix pid=30380 version=-1 build=build-536016 option=Release
2012-03-15T15:43:33.711+01:00| vix| I120: The process is 32-bit.
2012-03-15T15:43:33.711+01:00| vix| I120: Host codepage=UTF-8 encoding=UTF-8
2012-03-15T15:43:33.711+01:00| vix| I120: Host is Mac OS X Server 10.7.3 (11D50b)
2012-03-15T15:43:33.695+01:00| vix| I120: Msg_Reset:
2012-03-15T15:43:33.696+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-15T15:43:33.696+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:33.696+01:00| vix| I120: PREF Optional preferences file not found at /Library/Preferences/VMware Fusion/config. Using default values.
2012-03-15T15:43:33.696+01:00| vix| I120: Msg_Reset:
2012-03-15T15:43:33.696+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Users/v1admin/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-15T15:43:33.696+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:33.696+01:00| vix| I120: PREF Optional preferences file not found at /Users/v1admin/Library/Preferences/VMware Fusion/config. Using default values.
2012-03-15T15:43:33.818+01:00| vix| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: vixLogLevel = 0
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: vixApiTraceLevel = 0
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: vixDebugPanicOnVixAssert = 0
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: vixLogRefcountOnFinalRelease = 0
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: asyncOpWarningThreshold = 1000000
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: enableSyncOpSelection = FALSE
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: enableExternalThreadInterface = TRUE
2012-03-15T15:43:33.818+01:00| vix| I120: Vix_InitializeGlobalState: enableVigor = FALSE
2012-03-15T15:43:33.820+01:00| vix| I120: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=de
2012-03-15T15:43:33.820+01:00| vix| I120: NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace:
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[0] 0xbfffefd8 eip 0x2f2c6a
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[1] 0xbffff418 eip 0x04be48
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[2] 0xbffff448 eip 0x04bf9b
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[3] 0xbffff498 eip 0x2e9f1f
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[4] 0xbffff508 eip 0x2eb769
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[5] 0xbffff528 eip 0x2eb7f0
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[6] 0xbffff6d8 eip 0x35107a
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[7] 0xbffffb58 eip 0x352821
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[8] 0xbffffc48 eip 0x003a0c
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[9] 0xbffffc60 eip 0x001f76
2012-03-15T15:43:33.820+01:00| vix| I120: Backtrace[10] 00000000 eip 0x000003
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[0] 0xbfffefd8 eip 0x2f2c6a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[1] 0xbffff418 eip 0x04be48 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[2] 0xbffff448 eip 0x04bf9b in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[3] 0xbffff498 eip 0x2e9f1f in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[4] 0xbffff508 eip 0x2eb769 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[5] 0xbffff528 eip 0x2eb7f0 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[6] 0xbffff6d8 eip 0x35107a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[7] 0xbffffb58 eip 0x352821 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[8] 0xbffffc48 eip 0x003a0c in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[9] 0xbffffc60 eip 0x001f76 in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-15T15:43:33.820+01:00| vix| I120: SymBacktrace[10] 00000000 eip 0x000003
2012-03-15T15:43:33.820+01:00| vix| W110:
2012-03-15T15:43:33.820+01:00| vix| W110+ The core dump limit is set to ZERO; no core dump should be expected
2012-03-15T15:43:34.821+01:00| vix| W110: Child process 30385 failed to dump core (status 0x6).
2012-03-15T15:43:34.821+01:00| vix| I120: Msg_Post: Error
2012-03-15T15:43:34.821+01:00| vix| I120: [msg.log.error.unrecoverable] vmrun unrecoverable error: (vix)
2012-03-15T15:43:34.821+01:00| vix| I120+ NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-15T15:43:34.821+01:00| vix| I120: [msg.panic.haveLog] A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-30380.log". 
2012-03-15T15:43:34.821+01:00| vix| I120: [msg.panic.requestSupport.withLog] You can request support and include the contents of the log file. 
2012-03-15T15:43:34.821+01:00| vix| I120: [msg.panic.requestSupport.vmSupport.apple.menu]
2012-03-15T15:43:34.821+01:00| vix| I120+ To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
2012-03-15T15:43:34.821+01:00| vix| I120+ You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
2012-03-15T15:43:34.821+01:00| vix| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
2012-03-15T15:43:34.821+01:00| vix| I120: ----------------------------------------
2012-03-15T15:43:34.821+01:00| vix| I120: Exiting


Weiss von euch VMware Profis jemand wie ich das Problem beheben kann?

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 15.03.2012, 17:12

du musst die vmx-file angeben - nicht den Ordner in dem sie liegt !

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

Beitragvon Rumplst1lzchen » 16.03.2012, 09:56

continuum hat geschrieben:du musst die vmx-file angeben - nicht den Ordner in dem sie liegt !


Hallo continuum,

es scheitert alleine schon daran wenn ich den Befehl so eingebe:

Code: Alles auswählen


Last login: Fri Mar 16 09:05:59 on ttys002
v1server:~ v1admin$ vmrun stop /Users/v1admin/Documents/Webserver_Snow/Webserver\ Snow.vmwarevm
NOT_IMPLEMENTED bora/lib/user/msg.c:2355

vmrun Error:
vmrun unrecoverable error: (vix)
NOT_IMPLEMENTED bora/lib/user/msg.c:2355
A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-32810.log".  You can request support and include the contents of the log file. 
To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
We will respond on the basis of your support entitlement.

v1server:~ v1admin$


PS: ich habe den Ordner wo meine VM liegt unbenannt in Webserver_Snow (vorher ohne Unterstrich).
Die VM dann runtergefahren, aus der Bibliothek genommen, neu eingefügt und verschoben angegeben.

Ich gebe hier noch das Logfile dazu was ich bekomme sobald ich nur den Befehl eingebe um die VM zu beenden:

Code: Alles auswählen



v1server:vmware-v1admin v1admin$ ls
vmware-vix-v1admin-32810.log
v1server:vmware-v1admin v1admin$ cat vmware-vix-v1admin-32810.log
2012-03-16T09:55:10.723+01:00| vix| I120: Log for Vix pid=32810 version=-1 build=build-536016 option=Release
2012-03-16T09:55:10.723+01:00| vix| I120: The process is 32-bit.
2012-03-16T09:55:10.723+01:00| vix| I120: Host codepage=UTF-8 encoding=UTF-8
2012-03-16T09:55:10.723+01:00| vix| I120: Host is Mac OS X Server 10.7.3 (11D50b)
2012-03-16T09:55:10.719+01:00| vix| I120: Msg_Reset:
2012-03-16T09:55:10.720+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-16T09:55:10.720+01:00| vix| I120: ----------------------------------------
2012-03-16T09:55:10.720+01:00| vix| I120: PREF Optional preferences file not found at /Library/Preferences/VMware Fusion/config. Using default values.
2012-03-16T09:55:10.720+01:00| vix| I120: Msg_Reset:
2012-03-16T09:55:10.720+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Users/v1admin/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-16T09:55:10.720+01:00| vix| I120: ----------------------------------------
2012-03-16T09:55:10.720+01:00| vix| I120: PREF Optional preferences file not found at /Users/v1admin/Library/Preferences/VMware Fusion/config. Using default values.
2012-03-16T09:55:10.914+01:00| vix| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: vixLogLevel = 0
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: vixApiTraceLevel = 0
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: vixDebugPanicOnVixAssert = 0
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: vixLogRefcountOnFinalRelease = 0
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: asyncOpWarningThreshold = 1000000
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: enableSyncOpSelection = FALSE
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: enableExternalThreadInterface = TRUE
2012-03-16T09:55:10.914+01:00| vix| I120: Vix_InitializeGlobalState: enableVigor = FALSE
2012-03-16T09:55:10.916+01:00| vix| I120: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=de
2012-03-16T09:55:10.916+01:00| vix| I120: NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace:
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[0] 0xbfffef98 eip 0x2f2c6a
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[1] 0xbffff3d8 eip 0x04be48
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[2] 0xbffff408 eip 0x04bf9b
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[3] 0xbffff458 eip 0x2e9f1f
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[4] 0xbffff4c8 eip 0x2eb769
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[5] 0xbffff4e8 eip 0x2eb7f0
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[6] 0xbffff698 eip 0x35107a
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[7] 0xbffffb18 eip 0x352821
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[8] 0xbffffc08 eip 0x003a0c
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[9] 0xbffffc20 eip 0x001f76
2012-03-16T09:55:10.916+01:00| vix| I120: Backtrace[10] 00000000 eip 0x000003
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[0] 0xbfffef98 eip 0x2f2c6a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[1] 0xbffff3d8 eip 0x04be48 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[2] 0xbffff408 eip 0x04bf9b in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[3] 0xbffff458 eip 0x2e9f1f in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[4] 0xbffff4c8 eip 0x2eb769 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[5] 0xbffff4e8 eip 0x2eb7f0 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[6] 0xbffff698 eip 0x35107a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[7] 0xbffffb18 eip 0x352821 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[8] 0xbffffc08 eip 0x003a0c in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[9] 0xbffffc20 eip 0x001f76 in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-16T09:55:10.916+01:00| vix| I120: SymBacktrace[10] 00000000 eip 0x000003
2012-03-16T09:55:10.916+01:00| vix| W110:
2012-03-16T09:55:10.916+01:00| vix| W110+ The core dump limit is set to ZERO; no core dump should be expected
2012-03-16T09:55:11.917+01:00| vix| W110: Child process 32815 failed to dump core (status 0x6).
2012-03-16T09:55:11.918+01:00| vix| I120: Msg_Post: Error
2012-03-16T09:55:11.918+01:00| vix| I120: [msg.log.error.unrecoverable] vmrun unrecoverable error: (vix)
2012-03-16T09:55:11.918+01:00| vix| I120+ NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-16T09:55:11.918+01:00| vix| I120: [msg.panic.haveLog] A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-32810.log". 
2012-03-16T09:55:11.918+01:00| vix| I120: [msg.panic.requestSupport.withLog] You can request support and include the contents of the log file. 
2012-03-16T09:55:11.918+01:00| vix| I120: [msg.panic.requestSupport.vmSupport.apple.menu]
2012-03-16T09:55:11.918+01:00| vix| I120+ To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
2012-03-16T09:55:11.918+01:00| vix| I120+ You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
2012-03-16T09:55:11.918+01:00| vix| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
2012-03-16T09:55:11.918+01:00| vix| I120: ----------------------------------------
2012-03-16T09:55:11.918+01:00| vix| I120: Exiting
v1server:vmware-v1admin v1admin$


Das Problem liegt daran das er die VM nicht beendet.

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 16.03.2012, 10:33

vmrun stop /Users/v1admin/Documents/Webserver_Snow/Webserver\ Snow.vmwarevm

ist ja auch nicht komplett
wie schon gesagt - du musst die vmx-Datei angeben - nicht den Ordner

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

Beitragvon Rumplst1lzchen » 16.03.2012, 10:47

continuum hat geschrieben:vmrun stop /Users/v1admin/Documents/Webserver_Snow/Webserver\ Snow.vmwarevm

ist ja auch nicht komplett
wie schon gesagt - du musst die vmx-Datei angeben - nicht den Ordner


Ich hab jetzt den Paketinhalt von der Webserver Snow.vmwarevm geöffnet und die vmx Datei gesucht und ins Terminal eingefügt:

Code: Alles auswählen


v1server:vmware-v1admin v1admin$ vmrun stop /Users/v1admin/Documents/Webserver_Snow/Webserver\ Snow.vmwarevm/Webserver\ Snow.vmx
NOT_IMPLEMENTED bora/lib/user/msg.c:2355

vmrun Error:
vmrun unrecoverable error: (vix)
NOT_IMPLEMENTED bora/lib/user/msg.c:2355
A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-32946.log".  You can request support and include the contents of the log file. 
To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
We will respond on the basis of your support entitlement.

v1server:vmware-v1admin v1admin$ ls
vmware-vix-v1admin-32946.log
v1server:vmware-v1admin v1admin$ cat vmware-vix-v1admin-32946.log
2012-03-16T10:46:16.706+01:00| vix| I120: Log for Vix pid=32946 version=-1 build=build-536016 option=Release
2012-03-16T10:46:16.706+01:00| vix| I120: The process is 32-bit.
2012-03-16T10:46:16.706+01:00| vix| I120: Host codepage=UTF-8 encoding=UTF-8
2012-03-16T10:46:16.706+01:00| vix| I120: Host is Mac OS X Server 10.7.3 (11D50b)
2012-03-16T10:46:16.670+01:00| vix| I120: Msg_Reset:
2012-03-16T10:46:16.670+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-16T10:46:16.670+01:00| vix| I120: ----------------------------------------
2012-03-16T10:46:16.670+01:00| vix| I120: PREF Optional preferences file not found at /Library/Preferences/VMware Fusion/config. Using default values.
2012-03-16T10:46:16.670+01:00| vix| I120: Msg_Reset:
2012-03-16T10:46:16.670+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Users/v1admin/Library/Preferences/VMware Fusion/config": No such file or directory.
2012-03-16T10:46:16.670+01:00| vix| I120: ----------------------------------------
2012-03-16T10:46:16.670+01:00| vix| I120: PREF Optional preferences file not found at /Users/v1admin/Library/Preferences/VMware Fusion/config. Using default values.
2012-03-16T10:46:16.975+01:00| vix| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: vixLogLevel = 0
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: vixApiTraceLevel = 0
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: vixDebugPanicOnVixAssert = 0
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: vixLogRefcountOnFinalRelease = 0
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: asyncOpWarningThreshold = 1000000
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: enableSyncOpSelection = FALSE
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: enableExternalThreadInterface = TRUE
2012-03-16T10:46:16.975+01:00| vix| I120: Vix_InitializeGlobalState: enableVigor = FALSE
2012-03-16T10:46:16.978+01:00| vix| I120: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=de
2012-03-16T10:46:16.978+01:00| vix| I120: NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace:
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[0] 0xbfffef88 eip 0x2f2c6a
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[1] 0xbffff3c8 eip 0x04be48
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[2] 0xbffff3f8 eip 0x04bf9b
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[3] 0xbffff448 eip 0x2e9f1f
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[4] 0xbffff4b8 eip 0x2eb769
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[5] 0xbffff4d8 eip 0x2eb7f0
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[6] 0xbffff688 eip 0x35107a
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[7] 0xbffffb08 eip 0x352821
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[8] 0xbffffbf8 eip 0x003a0c
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[9] 0xbffffc18 eip 0x001f76
2012-03-16T10:46:16.978+01:00| vix| I120: Backtrace[10] 00000000 eip 0x000003
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[0] 0xbfffef88 eip 0x2f2c6a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[1] 0xbffff3c8 eip 0x04be48 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[2] 0xbffff3f8 eip 0x04bf9b in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[3] 0xbffff448 eip 0x2e9f1f in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[4] 0xbffff4b8 eip 0x2eb769 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[5] 0xbffff4d8 eip 0x2eb7f0 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[6] 0xbffff688 eip 0x35107a in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[7] 0xbffffb08 eip 0x352821 in function VMMon_MXSemaphorePipe in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[8] 0xbffffbf8 eip 0x003a0c in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[9] 0xbffffc18 eip 0x001f76 in function (null) in object /bin/vmrun loaded at 0x001000
2012-03-16T10:46:16.978+01:00| vix| I120: SymBacktrace[10] 00000000 eip 0x000003
2012-03-16T10:46:16.978+01:00| vix| W110:
2012-03-16T10:46:16.978+01:00| vix| W110+ The core dump limit is set to ZERO; no core dump should be expected
2012-03-16T10:46:17.979+01:00| vix| W110: Child process 32951 failed to dump core (status 0x6).
2012-03-16T10:46:17.979+01:00| vix| I120: Msg_Post: Error
2012-03-16T10:46:17.979+01:00| vix| I120: [msg.log.error.unrecoverable] vmrun unrecoverable error: (vix)
2012-03-16T10:46:17.979+01:00| vix| I120+ NOT_IMPLEMENTED bora/lib/user/msg.c:2355
2012-03-16T10:46:17.979+01:00| vix| I120: [msg.panic.haveLog] A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-32946.log". 
2012-03-16T10:46:17.979+01:00| vix| I120: [msg.panic.requestSupport.withLog] You can request support and include the contents of the log file. 
2012-03-16T10:46:17.979+01:00| vix| I120: [msg.panic.requestSupport.vmSupport.apple.menu]
2012-03-16T10:46:17.980+01:00| vix| I120+ To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
2012-03-16T10:46:17.980+01:00| vix| I120+ You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
2012-03-16T10:46:17.980+01:00| vix| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
2012-03-16T10:46:17.980+01:00| vix| I120: ----------------------------------------
2012-03-16T10:46:17.980+01:00| vix| I120: Exiting
v1server:vmware-v1admin v1admin$

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 16.03.2012, 11:06

gib mal nur "vmrun" ein - crasht es dann auch schon ?

hast du mal
vmrun -T fusion
probiert ?

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

Beitragvon Rumplst1lzchen » 16.03.2012, 11:19

continuum hat geschrieben:gib mal nur "vmrun" ein - crasht es dann auch schon ?

hast du mal
vmrun -T fusion
probiert ?



vmrun:

Code: Alles auswählen


v1server:vmware-v1admin v1admin$ vmrun

vmrun version 1.11.1 build-536016

Usage: vmrun [AUTHENTICATION-FLAGS] COMMAND [PARAMETERS]



AUTHENTICATION-FLAGS
--------------------
These must appear before the command and any command parameters.

   -h <hostName>  (not needed for Fusion)
   -P <hostPort>  (not needed for Fusion)
   -T <hostType> (ws|fusion)
   -u <userName in host OS>  (not needed for Fusion)
   -p <password in host OS>  (not needed for Fusion)
   -vp <password for encrypted virtual machine>
   -gu <userName in guest OS>
   -gp <password in guest OS>



POWER COMMANDS           PARAMETERS           DESCRIPTION
--------------           ----------           -----------
start                    Path to vmx file     Start a VM or Team
                         [gui|nogui]

stop                     Path to vmx file     Stop a VM or Team
                         [hard|soft]

reset                    Path to vmx file     Reset a VM or Team
                         [hard|soft]

suspend                  Path to vmx file     Suspend a VM or Team
                         [hard|soft]

pause                    Path to vmx file     Pause a VM

unpause                  Path to vmx file     Unpause a VM



SNAPSHOT COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
listSnapshots            Path to vmx file     List all snapshots in a VM
                         [showTree]

snapshot                 Path to vmx file     Create a snapshot of a VM
                         Snapshot name

deleteSnapshot           Path to vmx file     Remove a snapshot from a VM
                         Snapshot name
                         [andDeleteChildren]

revertToSnapshot         Path to vmx file     Set VM state to a snapshot
                         Snapshot name



GUEST OS COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
runProgramInGuest        Path to vmx file     Run a program in Guest OS
                         [-noWait]
                         [-activeWindow]
                         [-interactive]
                         Complete-Path-To-Program
                         [Program arguments]

fileExistsInGuest        Path to vmx file     Check if a file exists in Guest OS
                         Path to file in guest

directoryExistsInGuest   Path to vmx file     Check if a directory exists in Guest OS
                         Path to directory in guest

setSharedFolderState     Path to vmx file     Modify a Host-Guest shared folder
                         Share name
                         Host path
                         writable | readonly

addSharedFolder          Path to vmx file     Add a Host-Guest shared folder
                         Share name
                         New host path

removeSharedFolder       Path to vmx file     Remove a Host-Guest shared folder
                         Share name

enableSharedFolders      Path to vmx file     Enable shared folders in Guest
                         [runtime]

disableSharedFolders     Path to vmx file     Disable shared folders in Guest
                         [runtime]

listProcessesInGuest     Path to vmx file     List running processes in Guest OS

killProcessInGuest       Path to vmx file     Kill a process in Guest OS
                         process id

runScriptInGuest         Path to vmx file     Run a script in Guest OS
                         [-noWait]
                         [-activeWindow]
                         [-interactive]
                         Interpreter path
                         Script text

deleteFileInGuest        Path to vmx file     Delete a file in Guest OS
Path in guest           

createDirectoryInGuest   Path to vmx file     Create a directory in Guest OS
Directory path in guest 

deleteDirectoryInGuest   Path to vmx file     Delete a directory in Guest OS
Directory path in guest 

listDirectoryInGuest     Path to vmx file     List a directory in Guest OS
                         Directory path in guest

CopyFileFromHostToGuest  Path to vmx file     Copy a file from host OS to guest OS
Path on host             Path in guest
                         

CopyFileFromGuestToHost  Path to vmx file     Copy a file from guest OS to host OS
Path in guest            Path on host
                         

renameFileInGuest        Path to vmx file     Rename a file in Guest OS
                         Original name
                         New name

captureScreen            Path to vmx file     Capture the screen of the VM to a local file
Path on host             

writeVariable            Path to vmx file     Write a variable in the VM state
                         [runtimeConfig|guestEnv|guestVar]
                         variable name
                         variable value

readVariable             Path to vmx file     Read a variable in the VM state
                         [runtimeConfig|guestEnv|guestVar]
                         variable name



VPROBE COMMANDS          PARAMETERS           DESCRIPTION
---------------          ----------           -----------
vprobeVersion            Path to vmx file     List VP version

vprobeLoad               Path to vmx file     Load VP script
                         'VP script text'

vprobeLoadFile           Path to vmx file     Load VP file
                         Path to VP file

vprobeReset              Path to vmx file     Disable all vprobes

vprobeListProbes         Path to vmx file     List probes

vprobeListGlobals        Path to vmx file     List global variables



GENERAL COMMANDS         PARAMETERS           DESCRIPTION
----------------         ----------           -----------
list                                          List all running VMs

upgradevm                Path to vmx file     Upgrade VM file format, virtual hw

installTools             Path to vmx file     Install Tools in Guest

deleteVM                 Path to vmx file     Delete a VM




Examples:


Starting a virtual machine with Workstation on a Windows host
   vmrun -T ws start "c:\my VMs\myVM.vmx"


Stopping a virtual machine on an ESX host
   vmrun -T esx -h https://myHost.com/sdk -u hostUser -p hostPassword stop "[storage1] vm/myVM.vmx"


Running a program in a virtual machine with Workstation on a Windows host with Windows guest
   vmrun -T ws -gu guestUser -gp guestPassword runProgramInGuest "c:\my VMs\myVM.vmx" "c:\Program Files\myProgram.exe"


Running a program in a virtual machine with Server on a Linux host with Linux guest
   vmrun -T server -h https://myHost.com:8333/sdk -u hostUser -p hostPassword -gu guestUser -gp guestPassword runProgramInGuest "[standard] vm/myVM.vmx" /usr/bin/X11/xclock -display :0


Creating a snapshot of a virtual machine with Workstation on a Windows host
   vmrun -T ws snapshot "c:\my VMs\myVM.vmx" mySnapshot


Reverting to a snapshot with Workstation on a Windows host
   vmrun -T ws revertToSnapshot "c:\my VMs\myVM.vmx" mySnapshot


Deleting a snapshot with Workstation on a Windows host
   vmrun -T ws deleteSnapshot "c:\my VMs\myVM.vmx" mySnapshot


Enabling Shared Folders with Workstation on a Windows host
   vmrun -T ws enableSharedFolders "c:\my VMs\myVM.vmx"


hier mit vmrun -T fusion

Code: Alles auswählen



v1server:vmware-v1admin v1admin$ vmrun -T fusion
Missing operation name

vmrun version 1.11.1 build-536016

Usage: vmrun [AUTHENTICATION-FLAGS] COMMAND [PARAMETERS]



AUTHENTICATION-FLAGS
--------------------
These must appear before the command and any command parameters.

   -h <hostName>  (not needed for Fusion)
   -P <hostPort>  (not needed for Fusion)
   -T <hostType> (ws|fusion)
   -u <userName in host OS>  (not needed for Fusion)
   -p <password in host OS>  (not needed for Fusion)
   -vp <password for encrypted virtual machine>
   -gu <userName in guest OS>
   -gp <password in guest OS>



POWER COMMANDS           PARAMETERS           DESCRIPTION
--------------           ----------           -----------
start                    Path to vmx file     Start a VM or Team
                         [gui|nogui]

stop                     Path to vmx file     Stop a VM or Team
                         [hard|soft]

reset                    Path to vmx file     Reset a VM or Team
                         [hard|soft]

suspend                  Path to vmx file     Suspend a VM or Team
                         [hard|soft]

pause                    Path to vmx file     Pause a VM

unpause                  Path to vmx file     Unpause a VM



SNAPSHOT COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
listSnapshots            Path to vmx file     List all snapshots in a VM
                         [showTree]

snapshot                 Path to vmx file     Create a snapshot of a VM
                         Snapshot name

deleteSnapshot           Path to vmx file     Remove a snapshot from a VM
                         Snapshot name
                         [andDeleteChildren]

revertToSnapshot         Path to vmx file     Set VM state to a snapshot
                         Snapshot name



GUEST OS COMMANDS        PARAMETERS           DESCRIPTION
-----------------        ----------           -----------
runProgramInGuest        Path to vmx file     Run a program in Guest OS
                         [-noWait]
                         [-activeWindow]
                         [-interactive]
                         Complete-Path-To-Program
                         [Program arguments]

fileExistsInGuest        Path to vmx file     Check if a file exists in Guest OS
                         Path to file in guest

directoryExistsInGuest   Path to vmx file     Check if a directory exists in Guest OS
                         Path to directory in guest

setSharedFolderState     Path to vmx file     Modify a Host-Guest shared folder
                         Share name
                         Host path
                         writable | readonly

addSharedFolder          Path to vmx file     Add a Host-Guest shared folder
                         Share name
                         New host path

removeSharedFolder       Path to vmx file     Remove a Host-Guest shared folder
                         Share name

enableSharedFolders      Path to vmx file     Enable shared folders in Guest
                         [runtime]

disableSharedFolders     Path to vmx file     Disable shared folders in Guest
                         [runtime]

listProcessesInGuest     Path to vmx file     List running processes in Guest OS

killProcessInGuest       Path to vmx file     Kill a process in Guest OS
                         process id

runScriptInGuest         Path to vmx file     Run a script in Guest OS
                         [-noWait]
                         [-activeWindow]
                         [-interactive]
                         Interpreter path
                         Script text

deleteFileInGuest        Path to vmx file     Delete a file in Guest OS
Path in guest           

createDirectoryInGuest   Path to vmx file     Create a directory in Guest OS
Directory path in guest 

deleteDirectoryInGuest   Path to vmx file     Delete a directory in Guest OS
Directory path in guest 

listDirectoryInGuest     Path to vmx file     List a directory in Guest OS
                         Directory path in guest

CopyFileFromHostToGuest  Path to vmx file     Copy a file from host OS to guest OS
Path on host             Path in guest
                         

CopyFileFromGuestToHost  Path to vmx file     Copy a file from guest OS to host OS
Path in guest            Path on host
                         

renameFileInGuest        Path to vmx file     Rename a file in Guest OS
                         Original name
                         New name

captureScreen            Path to vmx file     Capture the screen of the VM to a local file
Path on host             

writeVariable            Path to vmx file     Write a variable in the VM state
                         [runtimeConfig|guestEnv|guestVar]
                         variable name
                         variable value

readVariable             Path to vmx file     Read a variable in the VM state
                         [runtimeConfig|guestEnv|guestVar]
                         variable name



VPROBE COMMANDS          PARAMETERS           DESCRIPTION
---------------          ----------           -----------
vprobeVersion            Path to vmx file     List VP version

vprobeLoad               Path to vmx file     Load VP script
                         'VP script text'

vprobeLoadFile           Path to vmx file     Load VP file
                         Path to VP file

vprobeReset              Path to vmx file     Disable all vprobes

vprobeListProbes         Path to vmx file     List probes

vprobeListGlobals        Path to vmx file     List global variables



GENERAL COMMANDS         PARAMETERS           DESCRIPTION
----------------         ----------           -----------
list                                          List all running VMs

upgradevm                Path to vmx file     Upgrade VM file format, virtual hw

installTools             Path to vmx file     Install Tools in Guest

deleteVM                 Path to vmx file     Delete a VM




Examples:


Starting a virtual machine with Workstation on a Windows host
   vmrun -T ws start "c:\my VMs\myVM.vmx"


Stopping a virtual machine on an ESX host
   vmrun -T esx -h https://myHost.com/sdk -u hostUser -p hostPassword stop "[storage1] vm/myVM.vmx"


Running a program in a virtual machine with Workstation on a Windows host with Windows guest
   vmrun -T ws -gu guestUser -gp guestPassword runProgramInGuest "c:\my VMs\myVM.vmx" "c:\Program Files\myProgram.exe"


Running a program in a virtual machine with Server on a Linux host with Linux guest
   vmrun -T server -h https://myHost.com:8333/sdk -u hostUser -p hostPassword -gu guestUser -gp guestPassword runProgramInGuest "[standard] vm/myVM.vmx" /usr/bin/X11/xclock -display :0


Creating a snapshot of a virtual machine with Workstation on a Windows host
   vmrun -T ws snapshot "c:\my VMs\myVM.vmx" mySnapshot


Reverting to a snapshot with Workstation on a Windows host
   vmrun -T ws revertToSnapshot "c:\my VMs\myVM.vmx" mySnapshot


Deleting a snapshot with Workstation on a Windows host
   vmrun -T ws deleteSnapshot "c:\my VMs\myVM.vmx" mySnapshot


Enabling Shared Folders with Workstation on a Windows host
   vmrun -T ws enableSharedFolders "c:\my VMs\myVM.vmx"
v1server:vmware-v1admin v1admin$


hilft dir das weiter?

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 16.03.2012, 11:43

hilft mir das weiter ? 8)

Hier ist alles ok ...

probier du mal deinen vmrun Befehl mit -T fusion

Startet die VM denn normal via GUI ? - vielleicht hat die VM ja Probleme

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

Beitragvon Rumplst1lzchen » 16.03.2012, 11:56

continuum hat geschrieben:hilft mir das weiter ? 8)

Hier ist alles ok ...

probier du mal deinen vmrun Befehl mit -T fusion

Startet die VM denn normal via GUI ? - vielleicht hat die VM ja Probleme


xD

ich hab den Befehl nun mit -T fusion ausgeführt... selbes Thema.

ja die VM läuft ohne Probleme und lässt sich starten und stoppen ohne Probleme.

was ist gemeint mit diesem Auszug vom Log?

NOT_IMPLEMENTED bora/lib/user/msg.c:2355

was fehlt ihm hier??

A log file is available in "/var/folders/04/wl3w8lt53698bh6dbxb_n2440000gn/T//vmware-v1admin/vmware-vix-v1admin-32946.log". You can request support and include the contents of the log file.
To collect data to submit to VMware support, choose "Collect Support Information" from the "Help" menu.
You can also run "VMware Fusion Problem Reporter.tool" inside the vmrun application bundle directly.
We will respond on the basis of your support entitlement.

v1server:vmware-v1admin v1admin$ ls
vmware-vix-v1admin-32946.log
v1server:vmware-v1admin v1admin$ cat vmware-vix-v1admin-32946.log
2012-03-16T10:46:16.706+01:00| vix| I120: Log for Vix pid=32946 version=-1 build=build-536016 option=Release
2012-03-16T10:46:16.706+01:00| vix| I120: The process is 32-bit.
2012-03-16T10:46:16.706+01:00| vix| I120: Host codepage=UTF-8 encoding=UTF-8
2012-03-16T10:46:16.706+01:00| vix| I120: Host is Mac OS X Server 10.7.3 (11D50b)
2012-03-16T10:46:16.670+01:00| vix| I120: Msg_Reset:

2012-03-16T10:46:16.670+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.

welches File oder Verzeichnis?

2012-03-16T10:46:16.670+01:00| vix| I120: ----------------------------------------
2012-03-16T10:46:16.670+01:00| vix| I120: PREF Optional preferences file not found at /Library/Preferences/VMware Fusion/config. Using default values.
2012-03-16T10:46:16.670+01:00| vix| I120: Msg_Reset:
2012-03-16T10:46:16.670+01:00| vix| I120: [msg.dictionary.load.openFailed] Cannot open file "/Users/v1admin/Library/Preferences/VMware Fusion/config": No such file or directory.

nochmal das selbe in Grün... Wo soll das File oder Verzeichnis herkommen?

Member
Beiträge: 10
Registriert: 15.03.2012, 15:46

Beitragvon Rumplst1lzchen » 16.03.2012, 12:21

Ich habe jetzt testweise das selbe auf meinem iMac gemacht.
den vmrun Befehl in /usr/bin kopiert.

Code: Alles auswählen

Toms-iMac:~ admin$ vmrun stop /Users/admin/Documents/Virtual\ Machines.localized/Windows\ XP\ Professional.vmwarevm
Toms-iMac:~ admin$ vmrun start /Users/admin/Documents/Virtual\ Machines.localized/Windows\ XP\ Professional.vmwarevm
Toms-iMac:~ admin$


funktioniert ohne probleme, stoppt, startet ohne weiteres. Es reicht wenn ich das .vmwarevm File angebe.

mit dem .vmx File funktionert es aber auch.

Code: Alles auswählen



Toms-iMac:~ admin$ vmrun stop /Users/admin/Documents/Virtual\ Machines.localized/Windows\ XP\ Professional.vmwarevm/Windows\ XP\ Professional.vmx
Toms-iMac:~ admin$ vmrun start /Users/admin/Documents/Virtual\ Machines.localized/Windows\ XP\ Professional.vmwarevm/Windows\ XP\ Professional.vmx
Toms-iMac:~ admin$

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 16.03.2012, 12:39

Cannot open file "/Library/Preferences/VMware Fusion/config": No such file or directory.

das kannst du getrost ignorieren - besagte files sind bei dir halt nicht vorhanden - das ist nicht schlimm.

Sorry - kann dir nicht weiter helfen - frag doch mal im VMTN nach


Zurück zu „Fusion“

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 4 Gäste