Trying Remote Console causes reboot...

On some of my users' workstations, when I attempt to remote control, the workstation reboots and I get a 1853 error.
Anyone heard of this...?
Thanks in advance...
Delon E. Weuve
Senior Network Engineer
Office of Auditor of State
State of Iowa

Try switching the "Optimization Drivers".
http://www.novell.com/support/search...%200%202618592
If this helps, you may want to check for Video driver updates.
Delon Weuve wrote:
> On some of my users' workstations, when I attempt to remote control, the
> workstation reboots and I get a 1853 error.
>
> Anyone heard of this...?
>
> Thanks in advance...
>
>
> ________________________________________
>
> Delon E. Weuve
> Senior Network Engineer
> Office of Auditor of State
> State of Iowa
Craig Wilson
Novell Product Support Forum Sysop
Master CNE, MCSE 2003, CCN

Similar Messages

  • It say "The VMware Remote Console Plug-in is not installed or could not be found" after installed VMware Remote Console Plug-in!

    Dears,
    I have installed VMware server 2.0.2 in Windows 7, everything is working but one thing not...
    When I control my VM by VMware remote console, sometime It(VMware Infrastructure Web Access) tell me "The VMware Remote Console Plug-in is not installed or could not be found" even I have installed it many time.
    What can I do?

    The following workaround works on Windows for any browser.
    (1) install the plug in.  Never mind that it does not work.
    (2) locate the executable vmware-vmrc.exe, this is typically in the following directory
    "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in"
    (3) Obtain the virtual machine ID from the links for the VM in the web UI.  e.g. the following is machine ID 192
    https://servername:8333/ui/#{e:"VirtualMachine|192",w:{t:true,i:0}}
    In IE you get these by selecting the link and then looking at its properties using right click.
    If you are really keen and want to write something more sophisticated the VM ID codes seem to be in:
    C:\Documents and Settings\All Users\Application Data\VMware\VMware Server\hostd\vmInventory.xml
    (4) you can then create a COMMAND file or shortcut on your desktop (for the example above).
    "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in\vmware-vmrc.exe" -h localhost:8333 -M 192
    When you use this link you will need to log in using the webui username and password, and it will start the VM if it is not running.
    (5) I use the following batch file (I am old school), as an icon on my desktop.  I have not tried, but it should work from ANO desktop provided the VRMC is installed on the client and the script uses the correct IP for the host.
    Hope that helps someone and saves them the time I have just spent.
    @echo off
    :loop
    echo.
    SET X_line=----------------------------------------
    echo %x_line%%x_line%
    echo This 'force' loads the VMWare Console for the designated VM
    echo Loading this console will force start the VM if not already loaded
    echo You will need to know the administrator access username and password.
    echo %x_line%%x_line%
    echo.
    echo fubar VM 1 = 112
    echo fubar VM 2 = 192
    echo fubar VM 3 = 368
    echo.
    :: SET /P variable=[promptString]
    SET /P X_machine_id=Please enter the machine ID number:
    echo.
    echo CTRL-C to exit
    SET /P x_confirm=Please confirm you want to start machine ID %X_machine_id%, Y or N:
    if /i NOT {%x_confirm%}=={Y} GOTO :loop
    PUSHD "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in"
      START vmware-vmrc.exe -h localhost:8333 -M %X_machine_id%
    POPD
    echo DONE
    exit /b

  • Remote console crashes when I move workstations between PGs

    Hello,
    I have an SCDPM 2012 R2 UR2 server (4.2.1235.0). I manage it remotely using DPM console installed at my workstation. We use client protection to protect files from some of users workstations. When I move a client between two client protection groups, my
    remote console crashes and I see an errors in Application log:
    Log Name: Application
    Source: MSDPM
    Date: 25.07.2014 14:12:07
    Event ID: 999
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: WORKSTATION.example.com
    Description:
    An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>25.07.2014 10:12:07</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ArgumentException</ExceptionType><ExceptionMessage>Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item</ExceptionMessage><ExceptionDetails>System.ArgumentException: Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item
    at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange(ListViewItem[] values)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.UpdateAvailableMachines(ROPreDiscoveryServers preDiscoveryServers)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.InstallAgentsWizard.DiscoverServersHelper.SyncProductionServers(Object sender, PreDiscoveryServersInitedEventArgs e)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Utils.ThreadMarshaller.Raise(Object state)</ExceptionDetails></FatalServiceError>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">999</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-25T10:12:07.000000000Z" />
    <EventRecordID>18681</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WORKSTATION.example.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data>An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;0&lt;/Seq&gt;&lt;TimeCreated&gt;25.07.2014 10:12:07&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;ArgumentException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.ArgumentException: Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item
    at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange(ListViewItem[] values)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.UpdateAvailableMachines(ROPreDiscoveryServers preDiscoveryServers)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.InstallAgentsWizard.DiscoverServersHelper.SyncProductionServers(Object sender, PreDiscoveryServersInitedEventArgs e)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Utils.ThreadMarshaller.Raise(Object state)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: MSDPM
    Date: 25.07.2014 14:14:44
    Event ID: 999
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: WORKSTATION.example.com
    Description:
    An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>1</Seq><TimeCreated>25.07.2014 10:14:44</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>NullReferenceException</ExceptionType><ExceptionMessage>Object reference not set to an instance of an object.</ExceptionMessage><ExceptionDetails>System.NullReferenceException: Object reference not set to an instance of an object.
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.get_Item(Int32 displayIndex)
    at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.Clear()
    at System.Windows.Forms.ListView.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.PageCache.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.DataProtectionWizard.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Finalize()</ExceptionDetails></FatalServiceError>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">999</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-25T10:14:44.000000000Z" />
    <EventRecordID>18684</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WORKSTATION.example.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data>An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;1&lt;/Seq&gt;&lt;TimeCreated&gt;25.07.2014 10:14:44&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;NullReferenceException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;Object reference not set to an instance of an object.&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.NullReferenceException: Object reference not set to an instance of an object.
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.get_Item(Int32 displayIndex)
    at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.Clear()
    at System.Windows.Forms.ListView.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.PageCache.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.DataProtectionWizard.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Finalize()&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
    </EventData>
    </Event>
    Where "PCNAME" is a name of workstation I moved between PGs BEFORE current move. i.e. I moved "PCNAME" then I'm moving "PCNAME2" and receive console crash with "PCNAME" in logs.
    You can find Crash-file of DPMUI0Curr.errlog here: http://pastebin.com/jwtbTyFp
    http://about.me/exchange12rocks

    What operating system are you using? What processor does your computer have, how much RAM do you have and how much free, clean space is on your hard drive? When did you last run Disk Cleanup and Disk Defragmenter?
    Have you ensured that you have the latest version of Quicktime from Apple.com?
    What model of camcorder is your video coming from and what format and resolution is it?
    When you add the video to your timeline in Expert view, is there a yellow orange line along the top of the timeline, above your clips? This would indicate a mismatch between the program's project settings and your video specs?

  • VMWare Remote Console Plug-in for Firefox 4.0.1 (host OS Ubuntu 11.04 amd64 desktop)

    I installed host "Ubuntu 11.04 amd64 desktop" successfully. Then installed VMWare Server 2.0.2 successfully.
    I have a message "VMWare Remote console Plug-in is not compatilble with Firefox 4.0.1" when running Firefox.
    1) How  can I get "VMWare Remote console Plug-in"  fully compatilble with Firefox 4.0.1?
    2) How  can I replace Firefox 4.0.1 (build in Ubuntu 11.04) with Firefox 3.6?
    Have any ideas for fix this problem?

    Just tried to download firefox 3.6 from mozilla and I have found that it is no longer available, only version 13, even the links for version 3.6 are broken. I am unable to do anything with my virtual server. This is not a very good demonstration of your software.
    http://download.mozilla.org/?product=firefox-3.6.28&os=linux&lang=en-GB

  • Remote console session freezes when scrolling

    My host: Laptop running Windows XP SP3.
    Guest: Windows 2008 R2, physically on a USB hard drive.
    My VMware server version is 2.0.2.
    I have ongoing problems with the host session freezing up. I have had this problem intermittently while working in MMC on the guest, or consistently in MS Excel 2008 on the guest. Because I can consistently reproduce the problem in Excel, I'll focus on it. The session will freze simply by selecting a cell, and then dragging down to select multiple rows of cells. If I exceed the number of rows visible, the Excel session should scroll down. Instead, the entire session becomes unresponsive. I can not move the mouse pointer or switch or any other applications in the remote session. My only option is to shut down the virtual machine and restart it.
    I have also had the same problem when navigating MMC. The entire session will sometimes freeze after I click the plus sign to open up an item.  In this case, I have not yet identified under what circumstances the "freezing" occurs.

    I am experiencing what I think is the same issue. However, my vmware tools (seem) up to date (declared version is 7.7.6, update option is inactive), and there is no svga driver under c:\program files\common files\vmware\drivers (there is one in c:\program files\vmware\vmwaretools\drivers\video though).
    The VM freezes after scrolling up/down in notepad++ , exact conditions are hard to define, but usually after 2 minutes of editing a text file a freeze is guaranteed. Only way to recover is a reboot of the VM (a shutdown never completes). Help appreciated.
    Host : Ubuntu 9.10,
    Version : VMwareServer 2.0.2
    Guest : Windows 7 Pro 32bit
    Log from attaching console to freeze:
    Jun 22 16:10:46.994: vcpu-0| Guest display topology changed: numDisplays 1
    Jun 22 16:10:46.995: vcpu-0| Guest: vmx_fb: SVGADBG: ready
    Jun 22 16:10:46.996: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV ffb81010
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: Display driver is out of sync with virtual hardware.  Disabling 3d.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Current hardware revision: 0.0.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Driver compiled against:   2.0.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV ffb81010
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: Display driver is out of sync with virtual hardware.  Disabling 3d.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Current hardware revision: 0.0.
    Jun 22 16:10:46.998: vcpu-0| Guest: vmx_fb:   Driver compiled against:   2.0.
    Jun 22 16:10:46.998: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set
    Jun 22 16:10:48.009: mks| HostOps showCursor before defineCursor!
    Jun 22 16:10:57.939: vcpu-0| GuestRpc: Channel 0, guest application toolbox.
    Jun 22 16:10:57.939: vcpu-0| TOOLS sending 'OS_PowerOn' (3) state change request
    Jun 22 16:10:57.949: vcpu-0| TOOLS autoupgrade protocol version 2
    Jun 22 16:10:57.953: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 1 C:WindowsTEMP
    Jun 22 16:10:57.953: vcpu-0| TOOLS ToolsCapabilityGuestConfDirectory received C:ProgramDataVMwareVMware Tools
    Jun 22 16:10:57.989: vcpu-0| TOOLS setting the tools version to '7398'
    Jun 22 16:10:57.999: vcpu-0| TOOLS installed version 7398, available version 7398
    Jun 22 16:10:57.999: vcpu-0| TOOLS will not be autoupgraded.
    Jun 22 16:10:57.999: vcpu-0| TOOLS Setting autoupgrade-checked TRUE.
    Jun 22 16:10:58.093: vcpu-0| Guest: toolbox: Version: build-203138
    Jun 22 16:10:58.093: vcpu-0| TOOLS unified loop capability requested by 'toolbox'; now sending options via TCLO
    Jun 22 16:10:58.397: vcpu-0| TOOLS state change 3 returned status 1
    Jun 22 16:11:25.297: mks| VNCENCODE 2 encoding mode change: (1024x768x24depth,32bpp,4096bytes/line)
    Jun 22 16:11:25.332: mks| VNCENCODE 2 encoding mode change: (1024x768x24depth,32bpp,4096bytes/line)
    Jun 22 16:11:28.630: mks| SVGA: display status changed, using optimizations for remote consoles.
    Jun 22 16:11:38.210: vcpu-0| VMMouse: CMD Read ID
    Jun 22 16:11:38.218: mks| MKS switching absolute mouse on
    Jun 22 16:11:45.233: vcpu-0| MKS Backdoor get pointer: first time, notify tools are running
    Jun 22 16:11:46.905: vcpu-0| TOOLS unified loop capability requested by 'toolbox-dnd'; now sending options via TCLO
    Jun 22 16:11:46.938: vcpu-0| GuestRpc: Channel 1, guest application toolbox-dnd.
    Jun 22 16:12:02.442: vmx| ide1:0: Command READ(10) took 2.000 seconds (ok)
    Jun 22 16:12:20.540: vmx| GuestRpcSendTimedOut: message to toolbox-dnd timed out.
    Jun 22 16:12:35.540: vmx| GuestRpcSendTimedOut: message to toolbox-dnd timed out.
    Jun 22 16:12:35.540: vmx| GuestRpc: app toolbox-dnd's second ping timeout; assuming app is down

  • Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • Vmware Web Remote Console Plugin

    Hello,
      I'm having some issues installing the Vmware Web Remote Console Plugin (VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle) it says that it installed the package in /etc/init.d, now since Arch is using systemd I point the installation to systemd directories, but still does not work, I also tried using vmware-vsphere-web-client-plugin from AUR (even though is out of date) I put the VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle in a PKGBUILD directory which came up with this error:
    $ sudo packer-color -S vmware-vsphere-web-client-plugin
    Aur Targets (1): vmware-vsphere-web-client-plugin
    Proceed with installation? [Y/n]
    Edit vmware-vsphere-web-client-plugin PKGBUILD with $EDITOR? [Y/n]
    ==> Making package: vmware-vsphere-web-client-plugin 5.1.0-2 (Thu Feb 27 08:20:38 CST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    ==> ERROR: VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle was not found in the build directory and is not a URL.
    The build failed.
    Any one has succesfully done this, I needed since I'm using Arch to do Vcenter remote Administration, and I honestly don't want to install a whole Windows virtual Machine to do this.
    Thasnk in advance.
    Last edited by DaemonX (2014-02-27 15:26:13)

    I manage to change the installation script and installed it with no problem but now I having some other issue, I'll create a new Post if needed, thanks for the help.
    # Contributor: ReNoM <[email protected]>
    pkgname=vmware-vsphere-web-client-plugin
    pkgver=5.1.0
    pkgrel=2
    pkgdesc="Firefox and Chromium plugin, to access virtual machines console from vSphere Web Client. For make package, place VMware-ClientIn
    tegrationPlugin-5.1.0.{your_arch}.bundle to PKGBUILD directory."
    arch=('i686' 'x86_64')
    url="http://www.vmware.com/"
    license=('custom:vmware')
    depends=(mozilla-common)
    [ "$CARCH" == "i686" ] && source=(VMware-ClientIntegrationPlugin-5.1.0.i386.bundle) && bundle_arch=i386 && larch=32
    [ "$CARCH" == "x86_64" ] && source=(VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle) && bundle_arch=x86_64 && larch=64
    [ "$CARCH" == "i686" ] && md5sums=('45ee2f9ebf3c54a8fee511d806635430')
    [ "$CARCH" == "x86_64" ] && md5sums=('1e0f489998d43fe1f2674c4ad4015b93')
    build() {
    cd "$srcdir"
    sh ../VMware-ClientIntegrationPlugin-5.1.0.${bundle_arch}.bundle -x files
    package ()
    cd "$pkgdir"
    mkdir -p usr/lib/vmware-cip/5.1/
    mkdir -p usr/lib/vmware-vmrc/5.1/
    mkdir -p usr/lib${larch}/mozilla/plugins
    mkdir -p etc/vmware-vmrc/5.1
    echo "libdir = \"/usr/lib/vmware-vmrc/5.1\"" > etc/vmware-vmrc/5.1/config
    # install cip
    install ${srcdir}/files/vmware-cip/np-vmware-client-support.so "usr/lib/vmware-cip/5.1/"
    mv "$srcdir/files/vmware-cip/artwork" "usr/lib/vmware-cip/5.1/"
    mv "$srcdir/files/vmware-cip/filetransfer" "usr/lib/vmware-cip/5.1/"
    chmod +x "usr/lib/vmware-cip/5.1/filetransfer/fileTransfer"
    mv "$srcdir/files/vmware-cip/ovftool" "usr/lib/vmware-cip/5.1/"
    chmod +x "usr/lib/vmware-cip/5.1/ovftool/ovftool"
    chmod +x "usr/lib/vmware-cip/5.1/ovftool/ovftool.bin"
    ln -s "/usr/lib/vmware-cip/5.1/np-vmware-client-support.so" "usr/lib$larch/mozilla/plugins/np-vmware-client-support.so"
    # install vmrc
    install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc-5.1.0-781747-32.so" "usr/lib/vmware-vmrc/5.1/"
    install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc-5.1.0-781747-64.so" "usr/lib/vmware-vmrc/5.1/"
    install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc.so" "usr/lib/vmware-vmrc/5.1/"
    install "$srcdir/files/vmware-vmrc-5.1/open_source_licenses.txt" "usr/lib/vmware-vmrc/5.1/"
    install "$srcdir/files/vmware-vmrc-5.1/version.txt" "usr/lib/vmware-vmrc/5.1/"
    install "$srcdir/files/vmware-vmrc-5.1/vmware-desktop-entry-creator" "usr/lib/vmware-vmrc/5.1/"
    mv "$srcdir/files/vmware-vmrc-5.1/bin" "usr/lib/vmware-vmrc/5.1/"
    chmod -R +x "usr/lib/vmware-vmrc/5.1/bin/"
    mv "$srcdir/files/vmware-vmrc-5.1/lib" "usr/lib/vmware-vmrc/5.1/"
    mv "$srcdir/files/vmware-vmrc-5.1/libconf" "usr/lib/vmware-vmrc/5.1/"
    mv "$srcdir/files/vmware-vmrc-5.1/share" "usr/lib/vmware-vmrc/5.1/"
    mv "$srcdir/files/vmware-vmrc-5.1/xkeymap" "usr/lib/vmware-vmrc/5.1/"
    ln -s /usr/lib/vmware-vmrc/5.1/np-vmware-vmrc-5.1.0-781747-${larch}.so usr/lib${larch}/mozilla/plugins/np-vmware-vmrc-5.1.0-781747-${larch}.so
    ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-deviceMgr
    ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc
    ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc-daemon
    ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-deviceMgr usr/lib/vmware-vmrc/5.1/vmware-deviceMgr
    ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc usr/lib/vmware-vmrc/5.1/vmware-vmrc
    ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc-daemon usr/lib/vmware-vmrc/5.1/vmware-vmrc-daemon

  • Powershell Widgets not displaying on Remote Console

    Created a new dashboard based upon the "Using PowerShell Grid Widget Scenario 1" from the New Widgets.docx document.
    Using PowerShell create a grid view to display some arbitrary data
    Create a 1 grid dashboard
    On the first widget add a PowerShell Grid Widget called “PowerShell”
    Copy the script below into the wizard:
    $dataObject = $ScriptContext.CreateInstance("xsd://foo!bar/baz")
    $dataObject["Id"] = "123"
    $dataObject["Hello"] = "world"
    $dataObject["Olleh"] = "Dlrow"
    $ScriptContext.ReturnCollection.Add($dataObject)
    Opening the dashboard on any Management server produces the desired results.  However, when trying to view the dashboard on a remote console (not running on the management server) produces the following error:
    Please provide the following information to the support engineer if you have to contact Microsoft Help and Support :
    System.Net.Sockets.SocketException (0x80004005): No such host is known
       at Microsoft.EnterpriseManagement.Presentation.Security.DataProviderConnectionBootstrapper.GetServerHostName(Uri serviceUri)
       at Microsoft.EnterpriseManagement.Presentation.Security.DataProviderConnectionBootstrapper.GetServerName(IUnityContainer container, String connectionSessionTicket)
       at Microsoft.EnterpriseManagement.Presentation.Security.DataProviderConnectionBootstrapper.TryGetIsInitializedInternal(IUnityContainer container, String connectionSessionTicket, Boolean performLock, String& uniqueServerName)
       at Microsoft.EnterpriseManagement.Presentation.Security.DataProviderConnectionBootstrapper.RunInternal(String connectionSessionTicket, Boolean checkInitialized)
       at Microsoft.EnterpriseManagement.Presentation.Security.DataProviderConnectionBootstrapper.Run(String connectionSessionTicket)
       at Microsoft.EnterpriseManagement.Presentation.Security.DataCommandNotFoundHandler.Handle(DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.GetCommand(DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.ExecuteScalarInternal[TResult](DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.<ExecuteScalarAsync>b__2[TResult](<>f__AnonymousType0`1 data)
    Ideas?
    Thanks,
    Tom

    Hi,
    Why not use GUI to create dashboard and then check it on the remote console?
    Hope the below two links be helpful for you:
    http://blogs.technet.com/b/momteam/archive/2011/09/27/introducing-operations-manager-2012-dashboards.aspx
    New Widgets and Dashboard.
    http://blogs.technet.com/b/momteam/archive/2014/04/24/new-widgets-and-dashboard.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Remote console via an eLOM on a Sun 4150 doesn't work in Mac OS X Leopard?

    Hi,
    We have a pair of new Sun 4150's (with the Xeon Woodcrest CPU), and I'm playing around with the remote management features provided by the eLOM. On Mac OS X 10.5 Leopard, I am able to launch the Java Remote KVM (Sun eLOM console) Java utility, but it never shows the console inside the window. In addition, in the java console, I see this stack trace:
    java.lang.NullPointerException
         at com.quanta.g11.java.kvm.view.RemoteWorkFrame.<init>(RemoteWorkFrame.java:169)
         at com.quanta.g11.java.kvm.model.manager.ConsoleManager.createRemoteWorkFrame(ConsoleManager.java:64)
         at com.quanta.g11.java.kvm.view.RemoteKVMControlView.main(RemoteKVMControlView.java:368)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.javaws.Launcher.executeApplication(Launcher.java:1187)
         at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1125)
         at com.sun.javaws.Launcher.continueLaunch(Launcher.java:968)
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:522)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
         at com.sun.javaws.Launcher.run(Launcher.java:165)
         at java.lang.Thread.run(Thread.java:613)
    [ ERROR ] : ConsoleManager : nullDoes anyone here have any idea how I would file a bug report against the eLOM with Sun?
    Thanks,
    -Andy Reitz.

    I just got some Sun X4450s, their eLOM client didn't work under Linux (RHEL5, Mandriva 2008.1 etc.), but worked on Windows.
    I then did the eLOM to ILOM upgrade, and the ILOM's Sun ILOM Remote Console works fine (just as well or better than on the X4100's, X4200s, X4500s, and X4600s we have).
    If you have the ILOM Remote Console working on Mac with other servers, I'm quite sure the eLOM to ILOM upgrade will do the trick.
    If you're hesitant, I can get the one Mac user in our office to confirm ...

  • Error in JVM when starting NWDS by MS Remote Console

    Hello,
    when i connect via MS Remote Console to another PC and try to start NWDS an error in popup takes place.
    Java Virtual Machine Launcher:
    Could not create the Java virtual machine
    By clicking "OK" the next popup comes.
    SAP Netweaver Developer Studio:
    JVM terminated. Exit code=1
    C:\j2sdk1.4.2_16\bin\javaw.exe
    -XmX1024m
    -Xms1024m
    -XX:PermSize=192m
    -XX:MaxPermSize=192m
    -DallUserDir='C:\Dokumente und Einstellungen\All Users\Anwendungsdaten'
    -cp C_\Programme\SAP\JDT\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.ide
    -showsplash C:\Programme\SAP\JDT\ecplise\SapIde.exe -showsplash 600"
    Can anybody help starting NWDS via Remote Console?
    We testes with different connection (mstsc /console, only mstc, MS Link, Citrix), different OS (XP and Vista), LAN and Internet Connections, different JVM, etc.
    thx

    Hi,
    thx for answer.
    It probably seems to work with lower settings (xms256 to xmx512).
    Can you explain why this settings are "too high"?
    We set this because we have "enough" RAM in system and for our development it is probably the best (quickest) setting we tested. Also i read about this settings in www, and there are 2 things they recommended for performance:
    First: Max. Settings is 1024MB and Second: set xms and xmx to the same value.
    thx for help.
    I`ve set 768 value to vm-parameters. It works.
    Edited by: Torsten on Aug 19, 2008 2:30 PM

  • SCCM 2012 R2 - Error when marking Service Request as Complete from remote console

    If I attempt to Complete a SR from a remote console I receive the following error. Marking as Complete from the console installed on the Management Server works as expected. Has anyone encountered this ?
    Date: 22/09/2014 18:37:18
    Application: System Center Service Manager
    Application Version: 7.5.3079.0
    Severity: Error
    Message: Method not found: 'Void Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleCommand.VerifyDataItemClass(Microsoft.EnterpriseManagement.UI.DataModel.IDataItem, System.String, System.Guid, System.String, System.String, System.String)'.
    System.MissingMethodException: Method not found: 'Void Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleCommand.VerifyDataItemClass(Microsoft.EnterpriseManagement.UI.DataModel.IDataItem, System.String, System.Guid, System.String, System.String, System.String)'.
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task, List`1 parameterList)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobRecord.ExecuteBackgroundJob(Object sender, ConsoleJobEventArgs eventargs)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Ian Moran

    Thanks. Although the Console version was showing the same on both the server and users workstations I think what we had was UR3 installed on the servers and UR2 installed on the workstations. Installing UR3 on all workstations seems to have fixed the issue
    (not all have tested)
    Ian Moran

  • My cousins ipod won't turn on at all. we tried charging it and rebooting it nothing will work

    My cousins ipod won't turn on tried charging it and rebooting it nothing happens

    Hi jenney18,
    If you are having issues with an iPod Touch that isn't responding, you may find the following article helpful:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    Regards,
    - Brenden

  • My iMac (2009) froze while we were watching Netflix. I Turned it off manually then turned it back on and got the twirling beach ball of doom. I've tried all the various reboots suggested in the manual without success. Is there anything else to do?

    I turned it off manual then restarted it only to get the beach ball of doom. I tried all the different reboots suggested in the manual without success. I'm not tech savvy so would appreciate very clear instructions if you have a suggestion that doesn't show up in Apple's as to how to get rid of the beach ball. Many thanks. Jude

    Jude,
    You can do a couple of things. The first thing I'd try is restarting in Safe Mode. To do that when you hear the startup tone hold down the Shift Key until you see a progress bar appear. Let it fully boot, while you're in Safe Mode open Disk Utility(Applications - Utilities - Disk Utility) and Repair Disk Permissions. While you're in Disk Utility also run Repair Disk. After completing the 2 DU actions then restart normally to test  the machine.

  • How to break into Sol7 with remote console.

    Greetings fellow Solaris on Intel users,
    We originally started driver development on Sol8. We set up a remote console (eeprom input-device=ttya, output-device=ttya), modified /etc/default/kbd by specifying KEYBOARD_ABORT=alternate (due to serial connection to WinNT), and then issued kbd -a alternate. To break into Sol8 via the remote console, the break-in key sequence is <CarriageReturn>~<cntrl-b> To get the <CarriageReturn>, one must hold the ALT key whilst entering 013. This works fine.
    However, we need to do some verification of our driver under Sol7 (11/99). The problem we are having is that Sol7 does not have the /etc/default/kbd file, nor the kbd utility. Remote console works fine.
    The question is how can we setup Sol7 in order to break into kabd via the remote console.
    Thanks in advance for any help rendered.

    ImMansor wrote:
    Isnt there a program to try every possible combo?
    Tell me. Is this really what you want?
    New in OS X 10.10 "Napa" - FileVault 3 NeverLost  ®. FileVault 3 features much less secure passwords so that if you should ever lose your password or your machine is stolen, the disk can be unlocked in minutes. Never lose valuable information again!

  • A alert for compute is being investigated. Configuration changes to Virtual Machines (IaaS), such as adding or removing a disk or an endpoint may cause reboots.

    I receive the following alert from Windows Azure; Any clue what does this mean?
    Time: 3/26/2014 7:37:33 PM
    TITLE : compute : Advisory
    SUBSCRIPTION ID: Not Available
    DESCRIPTION: A alert for compute is being investigated. Configuration changes to Virtual Machines (IaaS), such as adding or removing a disk or an endpoint may cause reboots.

    This issue correlates with an issue you might see at the Windows Azure Service Dashboard:http://www.windowsazure.com/en-us/support/service-dashboard/
    See below a paste from that page from the period of your alert. Friendly Azure is piping you courtesy notification vai your event log!
    Compute : Advisory [East US, North Central US, South Central US, West US]
    26 Mar 2014  1:29 AM UTC
    A alert for compute is being investigated. Configuration changes to Virtual Machines (IaaS), such as adding or removing a disk or an endpoint may cause reboots.
    John Joyner MVP-SC-CDM

Maybe you are looking for

  • Asus eee 901 and wifi

    hi, i'm a total newbie when it comes to linux so i wanted to change this and install arch on my eee pc. i used all the guides on wiki but i still don't know how to install wifi. now i have arch installed with all the packages from core installation b

  • Mini DisplayPort - VGA and MBP 2011 not working

    Hi, I can't get my 13" mbp 2011 to connect to VGA screens. I've bought a mini DisplayPort to VGA converter (an Apple one, not a no name) and if I connect a display over VGA the screen stays black. My mbp recognizes the display, I can see the display'

  • Creating a PDF from Word 2003: recommended settings for screenshot pictures without artifacts?

    My Word 2003 document shows screenshots from text dialogs (some 100% and some in reduced size). While the quality of the pictures is good in the MS Word viewer, my created PDFs show artifacts mainly at the black texts: the single characters are erode

  • Infoobject Authorisation in a Report

    Hi all, I have an issue where in I need to restrict the amount of data being pulled by a BW report. The restriction should be on 0Calday (Range variable) , except a few users all others should not be able to run the report with the Day range more tha

  • What does a circle with slash mean on screen?

    My MacMini server has been giving me problems. It won't stay on. First I got the folder with the question mark. Now, I'm getting a symbol of a circle with a line through it. I've been to the Genius Bar. They put the two disk drives as one, and put a