Colo Stuff Supplier

Nov 5, 2009

I am looking for a new supplier for colocation related stuff like shelfs, powercables, tyraps, etc etc. A shop which has most of the items which come in handy when you are in a datcenter.

Location does not really matter if they can ship :-)

Let me know where you get your stuff.

View 8 Replies


ADVERTISEMENT

Configure Your Stuff

Aug 1, 2007

This is a instructional overview thread for those developers who are getting into setting up their own server with a LAMP (Linux Apache MySQL PHP) setup. The linux distro referred to in this thread is a centOS (fedora|redhat) setup.

Before Anything

- Make sure that your actual RAM is the same amount that is displayed by the server (there could be some BIOS restrictions on RAM so check for that).

Linux OS Installation

- Use a server system for the type of install.
------------------------------
- Setup you partitions with care:
- Make sure that everything other than /swap is an ext3 partition type.
- /swap (usually double the amount of space that your ram has but never larger than 4 gigs.
- /tmp (700meg is ok).
- /boot (100meg is ok).
- / (leave rest of the available space in the harddrive for this).
------------------------------
- Use GRUB boot loader
- Use DCHP only if your IP address changes due to the network. If not, then assign the IP address of the box.
- Assign the netmask if DCHP is not in use.
------------------------------
- When setting up the packages, select only what you need. Most of the time it's better to just install no packages and then install everything you need by yum (yellowdog update manager). If you do not select any packages, only the 1st CD of the linux install will be needed.

Linux OS Customizing

- Create a new user and provide it a password (with # passwd). Do not create a user with a generic or commonly known names used in any daemon programs (ex. mysql, apache, admin, user, php, postgresql).
- Disable the ROOT login in SSH (this means that when you login using the other user with SSH, you'll have to $ su to the root user).
- Install "Development Tools" with yum using group install if you plan to compile your own apache. If not then install apache with yum install apache.

Apache Settings

- Disable the extensions that you're not using for your website. If the server is only hosting one website, then there is no use for Virtual Hosts.
- Set the ServerLimit value to a suitable value so that users won't get locked out of the website.
- Change the User and Group directives to the newly created user.
- Set Options +Indexes to Options -Indexes so that the contents of directories w/o an index file will not be displayed.
- Change the DocumentRoot setting to the newly created user's home (~) directory. Or if you plan to use the default (/var/www/htdocs or /var/www/html) then assign the permissions of the user to that directory.
- Add apache as a start up program when the operating system boots up (this can be set in /etc/rc.d/local).
- Setup logs accordingly. If you setup image logging and your server has 20+ images per page then your website performance can suffer.
- Setup Error Logs to a suitable level.
- If any web pages are not displaying and the web server appears to be on when accessing it from the localhost (wget http://localhost) then disable or flush the iptables (/usr/sbin/iptables --fliush). You should also set this as a start up option for the OS.
- Use mod_rewrite to use modern URLs.

MySQL Settings

- Use --skip-name-resolve.
- Use --skip-bdb (if you're not using it).
- Use --skip-innodb (if you're not using it).
- Set a log for slow queries.
- Set the max_connections to a high value.
- Do not set a user with a wildcard ip-address. Only setup users with a specific ip.
- Use Query Caching for frequently used queries.

PHP Settings

- Disable Magic Quotes.
- Disable Register Globals.
- Disable Short Tags.
- Disable ERROR REPORTING if the website is not in development mode.
- Enable HTTP Only Session Cookies.
- Set Session Cookies to only be cookies (and not URL's).
- If sessions do not work, then set the session save path to a directory where the apache user has access to.
- Use Gzip Compression.

Optimizing Concepts

- Use an optcode cache for PHP (Eaccelerator).
- Consider using a static domain for CSS and JS files (this way the same cookies for the website won't be sent on each request).
- If your website uses alot of CSS and JS files per page, bundle all of them together into one request using mod_rewrite and php [url]
- For Apache, use the lingerD module (this reduces the amount of resources that are used when an apache connection is closed).

Here are some links for optimizing your server build:

- [url]
- [url]
- [url]

View 1 Replies View Related

Strange Stuff In /var/log/messages

Feb 19, 2007

Quote:

Feb 19 15:57:39 server proftpd[1363]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:06:02 server proftpd[1982]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:06:02 server proftpd[1982]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:14:24 server proftpd[2471]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:14:24 server proftpd[2471]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:22:46 server proftpd[3062]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:22:46 server proftpd[3062]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:31:09 server proftpd[3696]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:31:09 server proftpd[3696]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:39:31 server proftpd[4185]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:39:31 server proftpd[4185]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:47:53 server proftpd[4946]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:47:53 server proftpd[4946]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 16:56:16 server proftpd[5495]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 16:56:16 server proftpd[5495]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 17:04:38 server proftpd[6206]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 17:04:38 server proftpd[6206]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 17:13:00 server proftpd[6661]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 17:13:00 server proftpd[6661]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.
Feb 19 17:21:23 server proftpd[7225]: server.com (127.0.0.1[127.0.0.1]) - FTP session opened.
Feb 19 17:21:23 server proftpd[7225]: server.com (127.0.0.1[127.0.0.1]) - FTP session closed.

I see over a few hundred of these lines in /var/log/messages. The timestamp is exactly the same for every 2 lines (Proftp session- Opened and Closed). It's occuring every hour of the day. Is someone attacking the ftp daemon or something?

View 3 Replies View Related

VPS Config. To Much Stuff Running On It

Jul 1, 2007

I am about to order a new VPS, and will like to have php,mysql,ruby on it. the extra thing would be tomcat 5.

First of all, I don't think that any of the clients is going to use tomcat, but it would look nice to have it there.

the VPS is something like:
Cent OS
512 Mb ram with 1,5 Gb burst
30 Gb space

Should I get tomcat installed or not?

View 2 Replies View Related

A List & Anti-phishing Stuff

Dec 17, 2007

I don't know about security on servers much, and we're setting up our new server. I have the techs doing the install stuff, but I would love to know what to install security wise. My current list:

Firewall - good free one?
Antivirus - good free one?

rootkit, some way of stopping it (anti-rootkit?)

Also, is there some sort of script which searches all cPanel accounts/files for phishing sites or spam sites etc? I swear I've seen one before, in firewall form?

Oh the server setup is going to be:

php5-CGI, fCGI, mySQL 5, apache 2.2.x, centOS, ruby on rails, django, ioncube, other php libraries, mod_rewrite, I think thats everything. (cPanel).

View 4 Replies View Related

Security To Stop DDoS Attacks And Stuff

May 19, 2009

My host tells me that they have security to stop DDoS attacks and stuff, however today my server load jumped to 17.12 and my site went down giving me a "Network Timeout" error.

My host tells me it's my fault that I am using too many resources. The MOST my site has been on load is 3.06 and that was around lunch time a few weeks back. It's 11:43 and the server load is 17.12? I think my host is pulling my leg. I have not added ANYTHING new to my site and have not changed anything in 3 days. The load has been fine till today.

I use In Motion Hosting.

View 14 Replies View Related

Console Cable Pin Out For Extreme Networks Stuff

Jun 16, 2008

if anybody know the cable pin out on making a console cable using those serial adapters?

View 1 Replies View Related

Take A Colo Package Or Colo In A Carrier Hotel With Your Own Network

Dec 16, 2007

Please give me the difference. Colo in carrier hotel, we can choose our preferred network provider, but should we do that if we cannot have our own tech in datacenter? How about the supporting service from carrier hotel? Just general question, cause I dont address exactly which facility.

And the second would be more expensive? Saying the same number of rack, amount of bandwidth... Who is providing IP addresses then?

View 2 Replies View Related

"antinat" (proxy Stuff)

Feb 24, 2008

antinat.sourceforge.net -- this is suppose to be good for setting up socks5 proxies.

I need to set it up so that each IP needs a user/pass login..

View 5 Replies View Related

Colo- 1U Vs Amp

Mar 29, 2008

I've been out of the game for a while and now looking at colo prices each server is only allocated 0.5a on most plans.

I was looking at purchasing a 1u HP DL160 dual quad core system with at least dual sata raided drives

My question is what kind of amps would a system like this pull? and how much do data centers typically charge for that additional power if it needed over the .5

View 9 Replies View Related

Colo In EU/US/CA/UK

Mar 11, 2008

if anyone knew hosts (other then FDC in USA) that offers 1U-4U/midtower colocation with 100Mbit or greater uplink, with atleast 2TB of transfer. With IRC allowed.

My budget is ~$100, I'm fairly sure it can be done as I saw FDC had one for $79, and it would be fine though I was hoping if anyone knew any others.

Also, Giga-International has what I need, are they reliable?

View 8 Replies View Related

48 VDC Colo

Dec 10, 2007

Anyone here have much experience in a facility with 48VDC (like a telco facility). Is it more trouble than it's worth?

View 9 Replies View Related

Colo

Jul 20, 2008

colo of a 1u server that would need 500gig per month of b/w and I perferably would like to find a DC in NY/northern NJ or southern CT although in my search I seem to be getting price quotes of $100+ per month which I think is insane when I see dedicateds with more b/w for the same amount or even less.

I know most will say just get a dedicated server somewhere but my requirments are that I need a server with a lot of ram and at least a dual cpu and dedicate's with a dual cpu and 2gigs or more of ram seem to be much more thenmy budget.

So any suggestions for a $60 or less per month colo space with 500gig of b/w or a dedicated server provider offering a server in that price range with dual cpu and 2gig ddr ram and 80gig hdd?

By the way I looked at ezzi.net which has a $49 deal on a dedicated server but no option to have one with a dual cpu:

View 8 Replies View Related

Colo...

Jan 3, 2007

I have had experience with reselling hosting using HostGator seller. My job was basically to run my site and get customers, set up price plans etc on WHM. I sold that company a while back. I am ready to have another shot at hosting, but this time I want to use my own servers...

I have found a great site, which has customisations etc. on servers (http://www.cybertronpc.com), but they don't ship to UK. (If I'm using colo is US, could I get it shipped straight to them?)

My main question is, is colo needed? If I am going to setup this company the Data-Center is not going to be local, either London or in US. So there is no chance of me going down unless it is to pick up my server . So I think I'm going to need a maintaned service I think. The server will be used for clients data (shared hosting). So what services will I need in terms of security and stability? What am I looking for in a colo service? What about back-ups of data on the server? Is that my responsibility or can it be bought as a service? Ok... now I'm guessing that I'm going to need colo...

What are common problems etc. with servers? Am I going to need virtual IP connection for maintainance... Is it best I pay for this or a service operator? Any recommendations on where to have the colo (i'm based in UK) and why? What can I do when it is time for me to request my server back from UK?

When changing colo services is there any way of avoiding down-time?

View 4 Replies View Related

Value Colo

Jul 16, 2007

I have noticed that many web hosts offer intel celeron machines @ $55 per month...they do not own the datacenters but colocate the servers,

We are also thinking of buying 2-3 such machines @ $450 each and then coloing them in the USA

I think about 800gigs-1tb would be the bandwidth requirements per server..

we aren't interested in RACKS...we just want to colo 2-3 machines to see how fast they sell, and then maybe we might order about 10-15 servers..

who do you think can offer us a decent deal for less than $40-50 per month...all

View 14 Replies View Related

Colo

Oct 31, 2007

currently I have managed several dedicated servers. I plan to colo it with 1 rack at a datacentre. So, before I buy hardware or software, I need some helpful info/guide.

- I need my server can be monitored, reboot remotely. What kind of hardware is require and please suggest some models.

- Which software is suitable for billing, monitoring. Please suggest any software come with good API since I plan to develop own small control panel later.

View 5 Replies View Related

COLO In FL

Jan 28, 2007

anyone knows any good colocations in orlando, FL? I need 2 mb and 300 gb for 49.99 per month.

View 2 Replies View Related

Why Go Colo

Mar 13, 2007

What is the best indication for a web hosting company to move from dedicated server to colocation?

I have several low end dedis and im thinking of buying an enterprise class server with lots of diskspace (raid 5, dual power, ecc, etc.), have it colocated and move all the accounts to that server. I would be saving in the long run but kinda turned-off due to all eggs in one (enterprise-class) basket dilema. I woud be saving on server management cost too because I'm signing up one machine only instead of several.

Is going colocation a natural progression of the web hosting business cycle? We start off with a Reseller Account in the beginning - then grow and lease a Dedicated Server. And then grow and lease another and another..... Is colocation the next big step?

View 14 Replies View Related

Colo

Jul 25, 2007

I'm considering going with CalPop for one of my colo sites. I've read the user reviews and apart from those who were chaffed because of scratched servers and reboots they seem decent enough. My take on sticking anything in a datacenter is to stick it in yourself and rent the entire rack. That should take care of 90% of the negative reviews I have read, so my question is does any one have any real review of their services? Bandwidth performance, etc?

Secondly, I need a second colo for a redundant server. I'd like to find something closer on the East coast that offers the same pricing structure and services.

View 2 Replies View Related

Firewall For Colo

May 1, 2007

Anyone know what firewall do I need for my colo? I want to protect external IP. Here is my setup

3 servers, all have two nic cards, one of the cards will be the external IP and the other one will be LAN IP. So my question is what hardware firewall do I need to protect the External IP?

I was thinking of a cisco pix 515e. Which only route external IP to the LAN IP. I need something where I don't have to route, It just protect the external IP.

View 14 Replies View Related

Colo In USA For VPN Router

Oct 18, 2009

I need 1U of space, .5 amp (50 watts) power, one IP, 2.5mbps bidirectional bandwidth (total of 5mbps up + down) and about 10GB of traffic per day each direction (total of 20GB up + down). Would be nice if they have remote KVM along with console (serial) access. Location should be anywhere in USA.

Purpose is to host a VPN router for various remote locations to connect in to. Reliability and good connection (low latency) is important.

View 6 Replies View Related

Colo Vs Dedicated

May 2, 2008

I've been a colo since the beginning of time. My servers are getting old so I've started pricing options, and it looks like dedicated is the way to go today. But I'm not sure...

I suppose it depends on the host. My host says "if you're colo, we provide admin at an hourly rate. If your machine needs a reboot, call us and we reboot it. If you're dedicated we don't touch your server beyond repairing it. If it needs a reboot, you login to our site and click a link and it is rebooted."

That doesn't seem like much of a difference. I'd need an off-site admin, but both charge by the hour, so no big deal. A live person reboot seems no better than a web-based software reboot. In fact I'll wager that the "live person" just logs in and clicks the link for me.

Colo is about twice as expensive as dedicated. That seems like the only big difference.

It also seems to me that with today's cPanel-style admin it's trivial to migrate to a new host, so competition to keep clients is intense. I'm guessing that keeps prices down. Reading between the lines of what my host says, I can tell he doesn't really want me to go dedicated. He kinda said they don't make much money on dedicated machines.

View 6 Replies View Related

Node2 Colo UK

Feb 24, 2008

Anyone have any opinions on Node2 colocation up in near Derby?

Seem to offer a good price point, but whats the service like?

View 7 Replies View Related

Which Is Better For Colo/NOC/DC US Or Canada?

May 29, 2008

I have a web hosting business that has been growing constantly for a couple of years, now I think it's time to move on and instead of leasing servers start with colocation and operating my own hardware, I'm in Mexico and there are no good deals here as there are in other countries, so I have several questions about your appreciation of where things are better for business, US or Canada:

Where is colo cheaper?
Where is hardware cheaper?
Where is personnel less costly?
Where is personnel better qualified?
Where is office space cheaper?
Where is electrical energy cheaper?
Where are more investment opportunities?
Where are taxes lower?
Where is living less costly?

I've been researching these on my own but still have several doubts, may be you find some of this question obvious however I'd still like to know your appreciation.

View 4 Replies View Related

Colo In Texas

Jun 8, 2008

Which are the best colo provider in Texas. I checked cologuys, colo4dallas and zogmo.

View 5 Replies View Related

Managed Colo

Jan 31, 2008

Are there any established providers that offer this? I want an established company who isn't going to run off with my server, and they need to provide high quality bandwidth(Level3, AT&T, Sprint, etc) with 100% Power SLA, etc. in a secure facility.

IE: If I buy my own servers can I ship them out to a datacenter to have them fully managed, basically being a dedicated server? Except i'll own the hardware, and they provide the bandwidth, management, etc.

View 9 Replies View Related

Phoenix Colo DC

Dec 31, 2008

Can anyone recommend a descent colo in the Phoenix/Tempe area?

View 14 Replies View Related

Colo Startup

May 15, 2008

how to organize a colo startup if I manage to get a cage with 2-3 cabinets in a Peer1 datacentre.

From my knowledge, Peer1 handles firewalling, BGP, etc on their end so I probably won't need it.

But how can I organize it, what do you guys do when you get a new client?

Have cables readily dangling in the racks or something so you can connect it to the clients right away?

What kind of reboot privs do you give out?

Monitoring traffic, etc?

View 14 Replies View Related

Colo In Seattle

Mar 6, 2008

I have an extra tower server (Dell sc1430) that I'd like to colocate in Seattle. Anyone have a suggestion of a company that would colocate a tower in Seattle?

View 7 Replies View Related

Dedicated Vs. Colo

Aug 18, 2008

I've been dealing with VPS and dedicated servers primarily.

Is there any benefit of switching to colocation? When should one consider switching to colocation? And should he at all?

View 9 Replies View Related

Bandwidth And Colo

Apr 25, 2008

I've always had to use a bandwidth mix. I recently got offered a great deal on a full rack/cabinet with 30 Mbps of Level3 and Qwest bandwidth in the Chicago area and am thinking about moving my dedicated servers to colo.

I would appreciate your opinions and assistance with these questions.

What is considered a good deal for a full rack, power, and 30 Mbps of Level 3/Qwest bandwidth in the Chicago area? Assuming that it's in a nice and secure datacenter.

Is Level 3 still considered a top bandwidth provider these days?

How good is it compared (in terms of network quality, latency, etc.) to providers like Abovenet, Mzima, and Internap?

Lastly, how does Qwest bandwidth rate among the other carriers?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved