To install Red5, what are the server requirements? - red5

I have this server detail:
System: CentOS 6.3
Size: 4096 MB RAM, 160 GB Disk
Type: virtual cloud server, it is hosted on a hypervisor physical machine.
And i am using red5 video recorder application. Its fine in my local but not smooth in the server.
Is it fine configuration to make video recorder application using red5?
Thanks

Related

How to mount windows volume without letter in "Linux for Windows"

I have the following task:
I installed Linux for Windows in Windows 10 Pro computer;
I installed Ubuntu 18.04 LTS;
I have a separate volume in Windows computer, which doesn't have a drive letter assigned to it;
I need to find a way to mount this Windows volume without letter in WSL Ubuntu.
I know the volume id in case it is required.
Any ideas how to achieve this?
Thx, Vlad.
First of all, my question wasn't completely right, I wrote Linux for Windows but in fact I was talking about "Windows Subsystem for Linux".
The idea is to have 1 disk drive as hardware configured RAID 0 storage which is built with 2x Samsung SSD 1Tb. But for protection of data on RAID 0, I want to use HDD which will sync data with rsync or any cloud service. I selected ownCloud.
Finally, I want to hide the HDD from the system and configure WSL to use it.
Hereby how it works for me:
1) I created a folder here: c:\Users\Public\wsl
2) I mounted the HDD in the folder created above.
3) After the HDD is mounted, I created a subfolder for my favorite Linux distribution: c:\Users\Public\wsl\ubuntu
4) I installed Ubuntu 18.04 in this folder as it described here: Installing WSL on Windows 10 without MS Store
5) The point above allows to install ownCloud server on hidden HDD. Now, in order to get it running at system boot, one can create scripts as described here: how to autoload apache2 and mysql in WSL at Windows boot
6) And finally, to get ownCloud Server running at system boot, even before any user login, one needs to do as follows:
*) Open Windows task scheduler;
*) add a task which runs autostart.sh (see how to make this script on a link above) on system boot;
*) use wscript.exe (from windows system32) as the command to run and the vbs script as parameter. Check this link if you need more details;
7) Finally, we need to setup ownCloud client on the computer and connect it with the server by using http://localhost as the server url.
So, as result of this setup, one gets faster disk system based on 2x SSH configured in RAID 0 and to protect data, one uses a local cloud server in virtual machine to get personal content synchronized with standard HDD.
If the system uses actively SSD, the cloud won't get time for syncing data. But as soon as resources are available, system will sync data in background mode into the HDD, which requires more time to write the same data.
This setup allows to use SSD system at full speed as it is required by applications and it does not limit dramatically the performance of SSD subsystem while keep syncing data in slow HDD as computer resources are available and SSD resources are available.

OpenDaylight Live Deployment on Network specs

Iam new to Open Daylight and working on Network Application on Eclipse and using ODL to controll the network , but is there is any specified specs for the server that ODL will be deployed , i have read that ODL is deployed as an OVA image on server , but if my server is Ubuntu server do i have to use an ova image , or just intall the ODL on the server ?
ODL basic distribution (zip, tar.gz) installs on any machine running java 8. Default installation sets XmX=2G so I would say minimum specs would be 2xCPU + 4GB RAM but that will also depend on your application and how many features you require from ODL.

How to do GPU Passthrough with windows 10 host to windows 10 guest (Virtual Machine)

So I have this work computer that I'd like to play fortnite on, but it doesn't have the latest version of directX installed in it so I can't just install fortnite to my flashdrive and play.
So I've been researching on getting a portable Windows 10 Virtual Machine on my flashdrive, which has fortnite installed in the VM. However, apparently Virtual Machines don't utilize the host's GPU by default. I'm trying to find out a way to let the Virtual Machine use the native GPU. I've seen that it's completely doable on a Linux host, but I can't find anything about GPU passthrough on a windows10 host.
Note: my work computer does support VT-d, and it is locked down so I can't do anything to it that requires elevated privileges like installing stuff, changing the BIOS, or booting off an external harddrive.

How to convert/migrate pyisical attached virtual machine to virtual disk or upload to esxi

THis request made me dysphoric, we have one VM with physical disk attached, this vm can write to this physical drive directy, now we must upload this vm to our esxi server to save places(this is pc), but I could not neither upload nor convert to virtual disk, so cannot migrate anymore.
client vm: centos
host: windows server 2012
vmware workstation version: 12.0
enter image description here
There's a couple ways this can be performed.
Since you're on a version of Workstation higher than 8.0, you might be able to connect directly to the ESXi host (or vCenter Server) and upload the VM. Here's the process to accomplish it: http://pubs.vmware.com/workstation-10/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-8C854257-8595-4877-B985-1DC801E98E88.html
If that doesn't work, you should try the vCenter Converter. It's a free "trial" through the following: https://www.vmware.com/products/converter.html
Here's a good walkthrough on how to use the converter: http://thesolving.com/virtualization/how-to-convert-a-vmware-workstation-vm-into-an-esxi-one-with-vcenter-converter/

WCF services on 64 bit and 32 bit machine

we created WCF services which is having high traffic consumption.multiple clients make request to services per second to get live data from server.
when I deployed services on UAT on below configuration machine then IIS 7.5 consumes cpu process around 30-35%.
machine configuration -
windows 7 professinal
Intel(R)Core(TM)i3-2120 CPU#3.30GHz
RAM - 4 GB
32 bit operating system
When I deployed services on IIS 7.5 on below configuration machine then IIS consumes around 60-70% of cpu process.
Machine Configuration -
Windows server 2008 R2 standard
Intel(R) Xeon(R) CPU E5649 #2.53 GHz 2.53 GHz (2 processor)
RAM-6GB
64 bit operating system
I do not understand why on high configuration server with 64 bit machine,same code consumes more cpu processes. Please suggest on this.
Thanks,
ravi
Is you're IIS 7.5 application pool is running in 32-bit compatibility mode or not. Try to switch. But I don't think the problem is comming from 32bit or 64bit OS.