£4000 is a bit of a joke, and that's not even with VAT ?
You can't judge the cost without knowing the warranty supplied. If it's 8x5 NBD for 1yr then it's a rip, if it 24x7x4hr for 7yrs then it's a bargain!
£4000 is a bit of a joke, and that's not even with VAT ?
that should easily run double the number of users you have planned
back in t'day I had 60 users on a 2x1ghz machine for a whole day once without a single complaint about performance, it was during an outage of a better machine and the users weren't even aware that a box we normally had 15 people on had 60 instead
biggest issue we would have normaly was a-hole excel 'experts' doing finance reporting who would fill 65,000 rows with VLOOKUPs and leave auto calculation enabled, everytime they change a cell it would kill a CPU for an hour recalculating
idiots would run this kind of stuff right in the middle of the working day too, they wouldn't change their way of doing it because what did I know I was IT not finance, so I turned to peer pressure. any time they ran it I informed the rest of finance who was making their systems run badly and have them turn on each other 'what? yes I know its slow but dave gormless has to run a report that is super important so I cant kill it'
in fact it still applies to this day, anytime a big system grinds to a halt its always some gormless reporting user who ran something against the entire DB without limiting the scope
I spent some time today with one of the IT techs from the company we use and he said we didn't need the server quoted. We looked at our server performance and came to the conclusion another CPU may work, after searching around for a bit I bought the complete below server for £250.00. I just spent another £150.00 on hexcore 2.93mhz Xeons. I know its not epic power but for what we need its fits the bill until i can stomach spending a shed load on a server to run Terminal Services for 15 people. We're currently running a quad core 2.13mhz xeon e5506.
CPU Speed: 2.93Ghz
CPU Type: Intel X5570 Xeon CPU
Number of Physical CPUs: 2
Number of cores per CPU: 4
Total cores: 8
Installed RAM: 72GB
Hard Drive bays: 1TB HDD Storage (7 x 146GB)
Storage Controller: HP Smart Array P410i/512 MB BBWC Controller (RAID 0/1/1+0/5/5+0)
Power Supplies: Dual 750W Power Supplies
That's cheap - what is the actual unit it's in? 8 cores will easily run 15 users and then some so 12 will be bored most of the time What OS are you going to use? 2008 R2 most versions can only user 32GB RAM but 2012 can make use of the full 72GB (I presume you're going to take the opportunity to vitualise?).
Mate, you legend!!! 31 users off a Microserver -- thought I'd seen everything!!!This is a Gen8 microserver running 31 users (16GB RAM the standard CPU) when we had a prolonged outage - I threw it together to get by.
Mate, you legend!!! 31 users off a Microserver -- thought I'd seen everything!!!
VMs one is for the domain controller and applications
DCs are a bit of a special case, I would recommend against ever running anything on a DC with the exception of other AD roles (cert services, ADFS) and networking roles like DNS, DHCP, WINS
The key trouble is on a normal server you have a set of local groups and permissions, the domain accounts are given access to them by being added in during the domain join process.
On a DC there are no local accounts, that means any permissions those apps have are using the domain groups. If it creates a 'local' service account and puts it in users or admins, that service account is in the domain wide users or admins. If it runs as a service under the SYSTEM account, then basically that application can do whatever it likes with your domain, if that app happens to be poorly written and could be exploited to make it do something unintended it has the keys to your kingdom, That is much more access to your AD than you would ever want something to have
Those permissions are also not DC specific, they will work against all DCs. A bit of uncommon knowledge is that all DCs when they join to the domain actually change their SID to the SID/identifier of the very first DC that created the domain because all domain groups will be derivative of that SID, so the DCs unlike other machines all share the same SID
In short it would be worth creating another VM for those apps and uninstalling them from your DC