I currently have 5 servers. 1 server is used as the main server which holds all the video files, the other 4 are replicated and fetches videos from the main server using rsync. Videos are delivered through HTTP via nginx pseudo streaming.
What I would want to ask is if there are better approach on this? Would it be better if 1 specific server only holds that file?
Currently im using putty to execute .sh file.
This file is currently saved onto a server.
The .sh file tries to get files from other server and load the files into the current server.
Now i want this .sh file to run as an .exe file on my desktop.
So that by just double clicking the file and by giving the server's username and password, the file can be executed.
Is this possible to do????
I am a beginner with servers. I checked the error logs for Samba and it appears that Samba is timing out when I transfer large files. I can successfully add pdfs for instance to my file server. However, I tried to add a large 1.2gb video file and it did not succeed.
I can start mysql fine,
/usr/local/mysql/support-files/mysql.server start
Starting MySQL
SUCCESS!
But any mysql action after that I get the error: MySQL server PID file could not be found
/usr/local/mysql/support-files/mysql.server stop
ERROR! MySQL server PID file could not be found!
Where do I find the server PID file on Mac with OSX 10.8? I am wondering if it is a permission problem.
I need a script in which Files of One server will be copied to other folder of another server ONLY AND ONLY IF the file on SOURCE SERVER file doesn't exist on DESTINATION SERVER.
0 down vote favorite
Rgd: Server Upload Issues - 2 Almost Identitcal Server
Hi guys, I got a question.
I got 2 Identical Servers, identical as in they both use suPHP, and run the same apache version, setup with cpanel/whm.
I then got a h264 video file.
Lets name my 2 servers as "Old" and "New" server.
I upload the same "video" file to old server & new server.
Which then when i play my v
Hello,
I have a problem when trying to upload (ftp) a file to a specific server.
In detail, I have 6 PCs with Ubuntu 8.10 that are on the internet with different IPs. One of the machines is the server that I use to upload and download files using the rest of the machines.
I am a beginner with servers. I checked the error logs for Samba and it appears that Samba is timing out when I transfer large files. I can successfully add pdfs for instance to my file server. However, I tried to add a large 1.2gb video file and it did not succeed.
Dears does anybody know how to check the file size on server A and server B before and after scp using KSH. Script should be on server A.
I will be using it for the below mentioned scenario:
I have written a code to fetch files from server A, move it onto server B compress it and save it on server C and delete the files from server A and B.