The large tag has no wiki summary.
0
votes
0answers
42 views
20GB+ worth of emails in my /home what is a better solution for that? [migrated]
My email storage requirements are outgrowing anything reasonable with respect to local mail storage. As we speak 99% of my home partition is filled with personal mail in Thunderbirds mail dirs. ...
1
vote
1answer
135 views
Adding 4TB local SR to XenServer 5.6 SP2
I'm trying to add a secondary local SR to XenServer but not having any success. The server has two RAID 10 arrays; the primary array was selected for VM storage in XenServer setup - it totals 272GB. ...
0
votes
3answers
157 views
5GB DB backup too large for phpmyadmin any solutions?
I have a Virtual Private Server with a Plesk control panel and Ubuntu installed in the back end.
Over the last year it grew very large beyond my expectations and I do not have any backups. I am quite ...
0
votes
2answers
341 views
Problems restoring large SQL Server 2005 database
I have a customer with a gigantic SQL Server 2005 database (almost 400GB including the log file) and a table has been unintentionally dropped. We are trying to restore to a temporary database then we ...
0
votes
1answer
285 views
Move Amazon small EC2 instance to large
How would you move your Amazon EC2 small to large instance, considering that small is 32-bit and large is 64bit?
I think there shouldn't be any problem running 32-bit AMI on the 64-bit instance, am I ...
4
votes
3answers
512 views
Does NTFS performance degrade significantly in volumes larger than five or six TB?
One of my customers is planning to set up a new document store, which will probably grow by 1-2TB per year. One of my co-workers says that Windows performance is extremely bad if it has a single NTFS ...
8
votes
1answer
591 views
Displaying Nagios on a 52" 1080p screen
I'm using a 52" 1080p LCD screen to monitor Nagios, positioned where most of the users can see it.
Using the default Nagios web view sort of sucks, since you need to increase the text size a decent ...
0
votes
1answer
254 views
MySQL retireive rows in sorted order on a very large table
I have a MyISAM table T with the following schema:
f1 (integer unsigned not null) f2 (integer unsigned not null)
This table has an index on f2 and it currently contains 320 million rows, and is ...
0
votes
2answers
356 views
How to configure apache/php for up to 2 gig file upload
I am trying to upload the largest file I can through apache using php and a flash upload program.
What variables do I need to adjust in my Apache configs or in my php configs to allow such a large ...
2
votes
5answers
814 views
copy large LVM volume(14TB) from one server to another
recently,I have to copy a very large LVM volume()rom server A to server B. Below is the filesystem of server A and server B
-
server A
[root@AVDVD-Filer ~]# df -h
Filesystem Size Used ...
1
vote
6answers
296 views
Solution to easily share large files with non-tech-savvy users?
We've got a server setup at work which we'd like to use to exchange large files with known clients easily. We're looking into software to facilitate this, but somewhow typing "large file hosting" into ...
2
votes
3answers
568 views
What's the best way to move a large amount of files?
I have about 6 TB of files I need to move from one server to another. I did my best to move it over FTP like below, but the connection dies a lot, and after a certain amount of progress, it ...
1
vote
1answer
47 views
Images loading speed dependent on server?
Let's say I'm loading several large images(>500kb) into my elements using php and js, i found that my loading speed takes quite awhile(ard 5 secs).
Last night i was browsing ...
0
votes
2answers
151 views
Cancel table design change in SQL Server 2000
In SQL Server Enterprise Manager and change one of the columns and save it, it will create a table with the new definition, and copy all the data to that new table, and then delete the old table when ...
8
votes
8answers
2k views
Version control systems geared towards multimedia (large files)?
Are there any version control systems out there that are particularly good (or bad) at dealing with large files? Nothing too crazy, but from several hundred megabytes to a gigabyte, let's say.
We ...
6
votes
10answers
5k views
Filesystem large number of files in a single directory
OK, not so large but I need to use something where around 60,000 files with average size of 30kb are stored in a single directory (this is a requirement so can't simply break into sub-directories with ...
5
votes
7answers
893 views
Monitoring system that scales to 1,000 hosts and 100,000 variables
Suppose I wanted to monitor 1,000 hosts. For each host, there is 100 or more variables I want to monitor: ping, disk IO/latency, RAM free/swap/etc, and so on. 100,000 data points every 5-10 minutes, ...