Questions tagged [vdi]

Virtual Desktop Infrastructure. Framework providing remote access to a (typically virtual) desktop.

81 questions
0
votes
1 answer

Error while trying to connect to VDI using Citrix Receiver in Ubuntu

I am trying to connect to VDI using citrix receiver. I'am successfully logged in but while I am clicking on the VDI icon, I'm getting below error - This is working fine in windows but not in Ubuntu. Below is some more info which might help - OS …
Kartic
  • 2,935
  • 5
  • 22
  • 43
0
votes
0 answers

Virtual Linux under Windows with Virtualbox

I've used this in the past but I must have got lucky. Now both Linux OSes I had have been deleted or screwed up but I can't for the life of me remember how I got them installed last time. I really haven't got a clue, but are these the right…
bartc
  • 304
  • 4
  • 9
0
votes
1 answer

How to determine if user is coming from thin client or fat client?

I need to dynamically display content on a web page based on thin/fat client accessing the page. I want to be able to programmatically determine if a user is coming from a thin client in my case VMWare VDI vs a thick client desktop, vpn, etc. I…
pforsthoff
  • 474
  • 1
  • 3
  • 15
0
votes
1 answer

Impossible to deploy VDI infrastructure on Microsoft Azure

I just tried to deploy a VDI insfrastructure with Windows server 2012 R2 on Microsoft Azure (Azure can't do VDI natively) but I can't virtualize desktops because we can't virtualize things in a virtualized environment. Do you know a workaround to…
Rhood
  • 13
  • 5
0
votes
1 answer

access to superblock in vdi, ext2

I am trying to access the superblock in the opening and reading in of a ext2 filesystem from a vdi file. I want to use the struct ext2_super_block that exists in the ext2.h file (see line 415 of http://lxr.free-electrons.com/source/fs/ext2/ext2.h).…
minusila
  • 41
  • 1
  • 6
0
votes
1 answer

Webrtc and citrxi vdi plugin

If we use webrtc in citrix hosted enviroment, then as a thin client running webtrc app in a browser, do we will really a VDI plugin to have audio/video for point to point streaming from the local machine to the other end and avoid streaming through…
decisive
  • 79
  • 12
0
votes
1 answer

VDI Calculator- design of VDI infrastructure

Can You Help me? How much resources are needed for a VMware VDI project for 800 Users ? CPU, Memory, Storage or Local Disk? How many are needed Host's , vCenter Server and Connection Servers? Please help me in the design of infrastructure? Thanks a…
Stager ST
  • 1
  • 1
0
votes
1 answer

Moving ESXI host to Internal VM network

Is there a way to move the ESXI host to a network that was internally created? For example, I have a forest on that host with the DC acting as a router between an internal network (with all the VMs) and the internet. This is so when I tinker(learn)…
0
votes
0 answers

IE, Chrome both open .TXT, .LOG files rather than passing to default program

Situation is this: I have two Windows 7 systems available to me through the magic of virtual machines (VDI and VPOD). When I log in to either system, my profile information is sent to the machine, before I gain control. In this manner, my settings…
Dennis
  • 1,071
  • 2
  • 17
  • 38
0
votes
1 answer

what are the hard disk drive file format supported by Oracle VM Manager?

Hi I am currtently working on migrating OVM to Azure VHD.So need to know that what are the hard disk drive file format supported by Oracle VM Manager. And is there is any tool which takes care of converting OVM file to azure VHD ?
Swapnil Mahajan
  • 251
  • 1
  • 2
  • 7
0
votes
1 answer

How do I uninstall an app from virtual device without having access to the virtual device

A package (an app) that I installed on a virtual device has resulted in the virtual device crashing on start up. The error logs directly point at the package I recently installed, which launches at start up and immediately crashes the whole system.…
M B
  • 2,700
  • 2
  • 15
  • 20
0
votes
2 answers

VirtualBox snapshots

Heres what happened. I had a snapshot on which I was working from within a linux VM. A friend requested a clean VM as a clone of mine. So I closed / shutdown my running VM, made a copy of the Disk1.vdi along with the snapshots ({uuid}.vdi). Then I…
ϹοδεMεδιϲ
  • 2,790
  • 3
  • 33
  • 54
0
votes
1 answer

Mathematica Parallel computing with VMware Client

I have access to a virtual machine via vmware client and want to do parallel computing with mathematica (no direct www access on the vm). But on the VM there's not mathematica installed and i don't want to buy an additinal one. So I want to have the…
-1
votes
1 answer

How do you Migrate AWS Workspace to Azure VDI ? is this possible and how

I have several Machines on AWS Workspace and would like to move them to Azure Vdi, Is there a tool? and way to do that migration smoothly? what are the possibilities? I know Azure Migrate is for EC2 migration but I think the workspace is different…
-1
votes
1 answer

How does curl works for VDI and a computer?

I have a question regarding CURL command for VDI and regular computer. I have an artifactory Jfrog repository hosted on a VDI. I tried using curl to get the data and it works. However when I tried to get the data using curl on my own computer, it…