Skip to main content

Downloading and Installing the standalone VMware Remote Console (VMRC) in vSphere

  Purpose

As a result of the deprecation of Netscape Plug-in API (NPAPI) support in Google Chrome, the virtual machine console provided in the vSphere Client Integration Plugin may no longer function when a Chrome browser is updated to a recent version. For more information about the deprecation of NPAPI, see the Chromium Developers article The Final Countdown for NPAPI.
Resolution
In response to the deprecation of NPAPI, VMware has released the VMware Remote Console (VMRC) as a standalone application for Windows and Mac OS that can be used in conjunction with VMware vSphere Web Client which is bundled with vCenter Server 5.5 Update 2b and later versions.
 
With vCenter Server 5.5 Update 2b and later, VMware has provided two new links in the VMware vSphere Web Client called Open with VMRC and Download VMRC. In vCenter Server 6.0 the links are called Launch Remote Console and Download Remote Console. For an HTML in-browser basic virtual machine console, you can continue to use the Launch Console link in vCenter Server 5.5 Update 2b or click on the virtual machine console image on vCenter Server 6.x
 

 

  • You can download the latest release of vCenter Server 5.5 from the VMware Downloads.
  • You can also download the latest version of the VMware Remote Console for Windows, Mac OS, and Linux from the VMware Downloads.

Note: You must have a profile at my.vmware.com to download the VMRC installer.

 

For more information on the VMRC, see VMware Remote Console Documentation.
Workaround

Procedure to install VMware Remote Console (VMRC) plug-in for Mozilla Firefox / Internet explorer( IE) / Chrome

Procedure:

1. In the Firefox, type the URL for vSphere Web Access
    https://vcenterurl.domain.com
2. Log into vSphere web Access using the credentials 
3. Select the Virtual Machine (VM) in the inventory 
4. Click on the console, if the plug-in is not installed, warning message appears 
5. click Install plugin
6. complete the dialog box & restart the browser

Installing the VMware Virtual Machine Console on a Linux [ RHEL,Ubuntu ]

1.Login as root to linux 
2.Mount the CD-ROM drive and change to the Client directory on the CD.
    #mount /dev/cdrom /mnt/cdrom
    #cd /mnt/cdrom/Client

3.Unzip the client installer archive to /tmp.
   #unzip VMware-gsx-server-linux-client-<xxxx>.zip -d /tmp
4.Change to the /tmp directory.
   #cd /tmp  
5. Do one of the following:
   
    Use the RPM installer. Run RPM specifying the installation file. 
    #rpm -Uhv VMware-console-<xxxx>.i386.rpm (where <xxxx> is a series of numbers representing the            version and build numbers)
    
    OR
     
    
Use the tar installer. Complete the following steps.
  1. Unpack the archive:
#tar zxf VMware-console-<xxxx>.tar.gz (where <xxxx> is a series of numbers representing the version and build numbers)
The archive unpacks to vmware-console-distrib.
  1. Run the installer:
  #cd vmware-console-distrib
  #./vmware-install.pl
  1. Accept the EULA and answer the questions specifying default directories for the binary files, library files, manual files and documentation files.
  2. If the Do you accept prompt doesn't appear, press Q to continue.
6.Run the configuration program vmware-config-console.pl

Related Information
  • Downloading and installing VMware Player and VMware Workstation Player KB#2053973

Note: By clicking the Open with VMRC or Launch Remote Console link, you may receive error messages that the required application tried to load the URL that is not available. There is a tooltip next to the link that explains the VMRC download and installation prerequisite.

To be alerted when this document is updated, click the Subscribe to Article link in the Actions box.

Comments

  1. Ing And Installing The Standalone Vmware Remote Console (Vmrc) In Vsphere >>>>> Download Now

    >>>>> Download Full

    Ing And Installing The Standalone Vmware Remote Console (Vmrc) In Vsphere >>>>> Download LINK

    >>>>> Download Now

    Ing And Installing The Standalone Vmware Remote Console (Vmrc) In Vsphere >>>>> Download Full

    >>>>> Download LINK 8l

    ReplyDelete

Post a Comment

Popular posts from this blog

Error [403] The maximum number of sessions has been exceeded in the H5 client during login or logout

  Symptoms In virgo log, you see messages similar to: [2020-05-19T07:25:45.285Z] [ERROR] http-nio-5090-exec-130 72026859 142953 501051 com.vmware.vise.security.spring.DefaultAuthenticationProvider logout failed for sessionId 142953, clientId 501051 java.lang.IllegalStateException: The specified cardinality of 1..1 for osgi:reference implementing com.vmware.vcenter.apigw.api.ApiGatewaySessionManager in bundle com.vmware.h5ngc requires that exactly one OSGI service satisfies the filtering criteria but no such service was found.         at com.vmware.o6jia.context.ExternalServiceTargetSource.getTarget(ExternalServiceTargetSource.java:99)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:192)         at com.sun.proxy.$Proxy159.logout(Unknown Source)   ...

Investigating virtual machine file locks on ESXi

      Details Adding an existing virtual machine disk (VMDK) to a virtual machine that is already powered on fails.                 Failed to add disk scsi0:1. Failed to power on scsi0:1   Powering on the virtual machine results in the power on task remaining at 95% indefinitely. Cannot power on the virtual machine after deploying it from a template. Powering on a virtual machine fails with an error: Unable to open Swap File Unable to access a file since it is locked Unable to access a file <filename> since it is locked Unable to access Virtual machine configuration In the /var/log/vmkernel log file, you see entries similar to: WARNING: World: VM xxxx: xxx: Failed to open swap file <path>: Lock was not free WARNING: World: VM xxxx: xxx: Failed to initialize swap file <path>   When opening a console to the virtual machine, you may receive ...

"Performance data is currently not available for this entity" viewing the performance tab

  Symptoms While accessing the performance tab and navigating to Overview, you see: No data available   The data for Real time, but fails to retrieve it for past 1 day, week, month or year.  While selecting the advance parameter in performance tab, you see: Performance data is currently not available for this entity Cause This issue is caused by the vCenter Server database (Postgress) containing a stale/future time stamp reference for the ESXi host when the data was collected. For vCenter Servers using SQL, see  "Performance data is currently not available for this entity" error after updating rollup in vSphere Resolution Backup the vCenter...