About nixCraft

Topics

How To Open VMware Server Remote Console with Firefox 3.0.1

Posted by Vivek Gite [Last updated: July 24, 2008]

VMWare remote console plugin allows to control VMWare server 2.0RC1. However, when you upgrade Firefox to 3.0.1 it will not work or get disabled by Firefox 3.0.1 due to plug-in compatibility issue. To fix this issue shutdown your Firefox, locate a directory called VMwareVMRC@vmware.com. This hack tested on:
=> Linux running Firefox 3.0.1

=> VMware Remote Console Plug-in version 2.5.0.100265

Open a shell prompt and type the following commands:
$ cd ~/.mozilla/
$ find . -type d -iname "VMwareVMRC@vmware.com"

Sample output:

./firefox/szvrcz3m.default/extensions/VMwareVMRC@vmware.com

Change the directory, enter:
$ cd ./firefox/szvrcz3m.default/extensions/VMwareVMRC@vmware.com
Open install.rdf
$ cp install.rdf ~/install.rdf.bak
$ vi install.rdf

Find line that read as follows:

<em:maxVersion>3.0.0.*</em:maxVersion>

Replace it with:

<em:maxVersion>3.0.1.*</em:maxVersion>

Save and close the file. Open Firefox and plug-in should work without a problem.
(Fig.01: Running VMWare Server Remote Console Plugin under Updated Firefox v3.0.1)

Continue reading rest of the VMware Server Consolidation / Virtualization series.

Contents
  1. Download of the day: Vmware 2.0 Virtualization Solutions Beta Software
  2. How To Open VMware Server Remote Console with Firefox 3.0.1
Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. Miker Says:

    You can also run the plugin as a standalone app. I posted this on a vmware board.

    Run ~/.mozilla/firefox/we7cdezi.default/extensions/VMwareVMRC@vmware.com/plugins/vmware-vmrc and then point it to the tomcat instance. Mine is localhost. Login and you get a list running virtual machines. Click one and login. Create a shortcut to the plugin and you can just double-click it like a normal app. Change we7cdezi.default in ~/.mozilla/firefox/we7cdezi.default/extensions/VMwareVMRC@vmware.com/plugins/vmware-vmrc to what ever your profile is.

    I found that the display in the console would not update properly on occasion. I’m not certain if this something that is unique to my configuration or not. For my Windows vm I’ve started using rdesktop instead once its running. I can’t dynamically resize the resolution by resizing the window like I can with the console :-( , but I just run rdesktop with a custom resolution and clipboard integration. “rdesktop -g 1270×993 -N -a 16 -x b -P -5 -r clipboard:PRIMARYCLIPBOARD -r sound:remote”. Create a shortcut and just double click. Obviously the console is still needed at times.

  2. vivek Says:

    Miker,

    Nice find. I appreciate your post.

  3. tc7 Says:

    Works fine for me too.

    However if you didn’t have Firefox v3.0.0 installed and vmware plugin first, then Firefox v3.0.1 won’t even let you install the plugin (and the install.rdf doesn’t exist).

    To get around this install Mr Tech’s toolkit plugin for Mozilla at:
    http://www.mrtech.com/extensions/
    (for some reason I found I had to do a save as, then drag and drop the toolkit.xpi into my addon page)

    The above plugin allows the vmware plugin in be installed, then use the tweak described above. I modified install.rdf:
    3.0.*
    which also works (and hopefully will still work for 3.0.2 etc)

    Finally I can test centos appliance (which starts without any connectivity).

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , ,

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.