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)   ...

"Failed to configure vAPI Endpoint Service at the firstboot time" while installing Windows VC 6.5

  Symptoms While configuring the vAPI EndPoint Service, you experience these symptoms: Windows vCenter Server 6.5 installation fails while configuring the vAPI EndPoint Service vCenter Server 6.5 installation on a Windows Server fails during the vAPI EndPoint Service during the firstboot time. You see the error: Error: An error occurred while starting service 'vapi-endpoint'. Failed to start the vAPI Endpoint Service. Failed to configure vAPI Endpoint Service at the firstboot time. Please file a bug against VAPI   In vapi_firstboot.py_2948_stderr.log file, you see entries similar to: No valid files with pathname: C:\ProgramData\VMware\vCenterServer\logs\vapi\endpoint* found. ERROR starting vapi-endpoint rc: 2, stdout: , stderr: Start service request failed. Error: Service crashed while starting^M vapi firstboot failed Traceback (most recent call last): File "C:\Program Files\VMware\vCenter Server\firstbo...

Cloning and converting virtual machine disks with vmkfstools

 Purpose This article provides information and instructions on the use of the vmkfstools command to convert virtual machine disks from one type to another. Resolution The vmkfstools command offers the ability to clone virtual machine content and also convert from one virtual machine disk ( .vmdk ) format into another. Note : The host operating system chosen to perform the conversion may not necessarily support running of virtual machines via the output format defined. vmkfstools maintains the possibility of exporting virtual disks for use in other VMware products which support alternative disk formats. To convert a virtual machine disk from one type to another: Shut down the virtual machine. Virtual machine disk files are locked while in-use by a running virtual machine. Log in to the VMware vSphere Management Assistant (v...