- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to show VM console?
Hi All,
I want to show VM console to users, can yo u let me know how can i generate token and pass the token & show the VM Console? Also,could you share any sample web page if available to show the console.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check if helps: http://www.virtuallyghetto.com/2013/09/how-to-generate-pre-authenticated-html5.html
---
Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks.
Is there away to bypass vsphere-client? and directly launch the console using vmrc plugin? I want to show in my customized web page.
I'm retrieving ticket using below code. But i'm not sure how to pass this to vmrc plugin on the web page.
VirtualMachineTicket vmtic;
vmtic=vm.acquireTicket("mks");
vmtic.getTicket();
Note:
I'm not using vCloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone help me to solve this?