lucasdowden

Honorable
Jan 12, 2013
4
0
10,510
My company wants to move their platform to a server. We have 3 sites currently that I would like to run off of 1 server which is roughly 30 people. What are all the components I need to do this? Right now everyone has windows 7 hp and an external hard drive for storage. So far this is what I have came up with:
1 Tower Server
1 Rack file storage server
30 upgrades to Windows 7 Professional
30 CALS
 

choucove

Distinguished
May 13, 2011
756
0
19,360
There is a lot more to this than just the server, really.

First, what are you needing the server to do? Are you only needing something for file sharing? Or are you more interested in domain control or application hosting? The role that your server will perform in your business will greatly affect the type of server or servers you are going to have to get to fulfill the job properly.

What type of network connections and network equipment do you have in place? Since you say you have three sites currently, does this mean that you are all connected through a VPN already, or no? If you are wanting all of your offices to have access to your primary site and a single server, then putting in a site-to-site VPN tunnel between all the offices is going to be beneficial.

However, if all you need is a place for each office to save some data instead of the local machine, then you might not want to look at "one server to rule them all." First off, this makes a single point of failure. If the server goes down, then all three of your offices are basically down. Now, this of course also depends on the level of high availability you budget in to implement, as well as the types of roles your server or servers are doing for your business. But basically if all of your employees have business critical data or applications running on the server and it goes down, that's bad news for everyone in every office. The other problem here might be bandwidth. Lets say 10 people per office are trying to pull data and services from the server regularly. That means twenty people in remote offices have to wait for their information requests and network connection to pass however far of a distance from their own office to your main site to the server, which is handling all those other loads and requests, and then pass all the way back to them. All day, for every single action they need to connect to the server. While it is doable, depending upon the types of services you need and tasks you expect to be doing on the server (such as saving large files or application hosting) then it is not going to be efficient at all.

Give us a little more information about your current network configuration and what you need from your server and that might help us in making some recommendations.
 

lucasdowden

Honorable
Jan 12, 2013
4
0
10,510
Well this is what I want to accomplish by doing this. Maybe there is an easier way then I am thinking.

1. I want to be able to control all the computers as the administrator. Being able to control security,downloads etc.

2. I want to set up an email system where every incoming and outgoing message is saved so I would be able to pull up any email that was sent or received.

3. I want a central location where all the information is saved. I understand there possibly could be times that it might be unavailable. (I do have 3 Site to Site VPN's Setup already)

What is the best way to control security on VPN's and make sure everything is secure?

The board members want this network set up like large companies (Citi, Wells Fargo etc) and have all offices combined together.
 

choucove

Distinguished
May 13, 2011
756
0
19,360
To have full network control and user access, you should look into a domain environment. It is possible to set up one domain controller and have it authenticate and control across your VPNs to your other offices, but this also might be very inefficient. I am not really knowledgeable in how to do it, but I know that you can set up a domain controller server at each office which are child domain controllers of a central server at your primary location. Changes and permissions set up at the primary location will migrate to the child domain controllers and help improve load and network bandwidth so individual offices are connecting to their local server only and not having to constantly connect through the internet back to your primary location.

You can set up corporate mail through an exchange server, but again this is something that I am not familiar with, and most of the time it can be pretty complex to start up from scratch if I understand correctly. Every situation that I've worked with so far requiring some business-wide email service, I recommend looking into a web-based email service as it removes the responsibility and headache of having to set up your own server and storing all your own emails, as well as offering access to those emails securely out on the internet. Web-based mail services can be accessed anywhere using a web browser, but you can still set up an administrative account on many and control access, data backups, etc.