Server and storage design for just OWA, POP and IMAP
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
Server and storage design for just OWA, POP and IMAP

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Design
Author Message
Joe
Guest





Posted: Mon Jun 27, 2005 5:00 pm    Post subject: Server and storage design for just OWA, POP and IMAP Reply with quote

All of the current whitepapers are geared towards perf and capacity planning
for MAPI users. I need help with how to design the servers and storage for
about 50,000 users that will be regulated to just OWA, POP and IMAP. Anyone
have any ideas?

Back to top
Mark Arnold [MVP]
Guest





Posted: Mon Jun 27, 2005 11:32 pm    Post subject: Re: Server and storage design for just OWA, POP and IMAP Reply with quote

On Mon, 27 Jun 2005 11:44:57 -0500, "Joe" <joe@do.not.email.me> wrote:

Quote:
All of the current whitepapers are geared towards perf and capacity planning
for MAPI users. I need help with how to design the servers and storage for
about 50,000 users that will be regulated to just OWA, POP and IMAP. Anyone
have any ideas?


HP have got a tool for capacity planning that lets you specify whether
or not you have MAPI users, how many and what types of other users you
have. I'll see if I have a copy to hand
Back to top
Al Mulnick
Guest





Posted: Mon Jun 27, 2005 11:50 pm    Post subject: Re: Server and storage design for just OWA, POP and IMAP Reply with quote

Do you have more information available?

Storage: Do you intend for POP users to store mail locally only? Or locally
and on the server? What is the mailbox sizing you're aiming for?
Usage patterns: Is this all in the same time zone with all users
concurrently using the system? If not, how many concurrent are expected?
Message size: What's the average message size you expect?

Generally speaking, SMTP performance is achieved by adding physical disks
especially for submit transactions. Delivery will also have some disk
performance relationship.

POP, IMAP, and HTTP users typically scale quite well and are what the FE/BE
scenario is designed to achieve. My biggest concern in that kind of design
would be around reliability (availability of service) and disk subsystem.
Network topology would be next depending on the requirements.

Al



"Joe" <joe@do.not.email.me> wrote in message
news:ui%23mOezeFHA.2736@TK2MSFTNGP12.phx.gbl...
Quote:
All of the current whitepapers are geared towards perf and capacity
planning for MAPI users. I need help with how to design the servers and
storage for about 50,000 users that will be regulated to just OWA, POP and
IMAP. Anyone have any ideas?


Back to top
Joe
Guest





Posted: Tue Jun 28, 2005 12:54 am    Post subject: Re: Server and storage design for just OWA, POP and IMAP Reply with quote

Thanks, I'll look on HP's site for it.

"Mark Arnold [MVP]" <mark@mvps.org> wrote in message
news:vgh0c15odqpbfbrcphl31rblj92fjsic4q@4ax.com...
Quote:
On Mon, 27 Jun 2005 11:44:57 -0500, "Joe" <joe@do.not.email.me> wrote:

All of the current whitepapers are geared towards perf and capacity
planning
for MAPI users. I need help with how to design the servers and storage
for
about 50,000 users that will be regulated to just OWA, POP and IMAP.
Anyone
have any ideas?


HP have got a tool for capacity planning that lets you specify whether
or not you have MAPI users, how many and what types of other users you
have. I'll see if I have a copy to hand
Back to top
Al Mulnick
Guest





Posted: Tue Jun 28, 2005 1:00 am    Post subject: Re: Server and storage design for just OWA, POP and IMAP Reply with quote

In the end, you're trying to size for latency of the system over space
concerns.

FWIW, the mapi assumption assumes you will NOT be downloading all messages
at the same connection although with cached mode and OST you certainly could
do the same. In planning for mapi clients, the excpectation is that you'll
download the mail items you want and delete the ones you don't based on the
information presented. Also, you won't be checking email every five -
fifteen minutes, but instead would be notified of new mail if using mapi
(actually that depends on the client version, but for planning purposes,
that is usually the case.)
POP/IMAP utilizes a polling mechanism as does OWA (last I checked anyway).
SMTP is send when told to send or as configured.

Polling intervals can be changed depending on the UA, so I'd say you should
plan for the worst case possible if performance is important. So if the
usage pattern is 99% in the same timezone and possibly with the same usage
schedule (I typically plan around the the 80-10-10 usage rule: 80% will be
online at the same time(s), 10% will be on vacation and not checking email
at all and 10% will be going nuts and checking mail every 10 seconds.) then
you should plan to support the same or higher workload for the DB's but this
is entirely dictated by the UA usage pattern that is going to be unique to
your facility.

POP clients, by default will download their mail on connect. That's a
bigger hit than just downloading the headers and would be on par with cached
mode clients which do the same things. OWA clients, if they use the default
layout, download the message they're looking at and the headers + 2 lines of
the email messages in the inbox to present to the web client, but because
it's stateless, it can absorb a lot more latency than POP or IMAP before the
client will notice anything.

If anything, I would structure my BE db's to handle the downloads expecting
the worst regardless of UA type. If that's not possible, I would suggest a
pilot to allow you to figure out how your usage patterns are going to look.

I think mapi in this case is not as important to your BE server sizing for
what it's worth, especially if you plan to leave the mail on the servers.
Keep in mind that as your mailstore grows, the impact to downloading and
delivering etc becomes more dependent on the disk (more area to cover as it
grows). That indicates spindles are more important than space.

FE servers will likely scale well for that design with minimal hardware.

Al

"Joe" <joe@do.not.email.me> wrote in message
news:%23ZmR1N1eFHA.2420@TK2MSFTNGP10.phx.gbl...
Quote:
-We would give the users' the option to store all mail locally or on the
server. Most tend to leave mail on the server.
-No quota as planned (yes I know it's tough to design without any quotas.)
-99% are in the same time zone.
-Most messages are in the 10-50KB range.

Though I will need to look into planning the SMTP servers, my biggest
concern is the spindle count for the DB's at this point. The current
whitepapers go over calculating the IO's per average user and how to
design your storage. I was at Teched this year and the guys I spoke with
didn't really have an answer for IO's for an average OWA, POP and IMAP
user. We all agreed it was less but I need a definitive answer. The
previous post talked about the HP sizing tool which I'm going to look at.

"Al Mulnick" <amulnick_No_SPAM@ncDOTrr.com> wrote in message
news:eogEWk0eFHA.2844@TK2MSFTNGP14.phx.gbl...
Do you have more information available?

Storage: Do you intend for POP users to store mail locally only? Or
locally and on the server? What is the mailbox sizing you're aiming for?
Usage patterns: Is this all in the same time zone with all users
concurrently using the system? If not, how many concurrent are expected?
Message size: What's the average message size you expect?

Generally speaking, SMTP performance is achieved by adding physical disks
especially for submit transactions. Delivery will also have some disk
performance relationship.

POP, IMAP, and HTTP users typically scale quite well and are what the
FE/BE scenario is designed to achieve. My biggest concern in that kind
of design would be around reliability (availability of service) and disk
subsystem. Network topology would be next depending on the requirements.

Al



"Joe" <joe@do.not.email.me> wrote in message
news:ui%23mOezeFHA.2736@TK2MSFTNGP12.phx.gbl...
All of the current whitepapers are geared towards perf and capacity
planning for MAPI users. I need help with how to design the servers and
storage for about 50,000 users that will be regulated to just OWA, POP
and IMAP. Anyone have any ideas?




Back to top
Joe
Guest





Posted: Tue Jun 28, 2005 1:00 am    Post subject: Re: Server and storage design for just OWA, POP and IMAP Reply with quote

-We would give the users' the option to store all mail locally or on the
server. Most tend to leave mail on the server.
-No quota as planned (yes I know it's tough to design without any quotas.)
-99% are in the same time zone.
-Most messages are in the 10-50KB range.

Though I will need to look into planning the SMTP servers, my biggest
concern is the spindle count for the DB's at this point. The current
whitepapers go over calculating the IO's per average user and how to design
your storage. I was at Teched this year and the guys I spoke with didn't
really have an answer for IO's for an average OWA, POP and IMAP user. We
all agreed it was less but I need a definitive answer. The previous post
talked about the HP sizing tool which I'm going to look at.

"Al Mulnick" <amulnick_No_SPAM@ncDOTrr.com> wrote in message
news:eogEWk0eFHA.2844@TK2MSFTNGP14.phx.gbl...
Quote:
Do you have more information available?

Storage: Do you intend for POP users to store mail locally only? Or
locally and on the server? What is the mailbox sizing you're aiming for?
Usage patterns: Is this all in the same time zone with all users
concurrently using the system? If not, how many concurrent are expected?
Message size: What's the average message size you expect?

Generally speaking, SMTP performance is achieved by adding physical disks
especially for submit transactions. Delivery will also have some disk
performance relationship.

POP, IMAP, and HTTP users typically scale quite well and are what the
FE/BE scenario is designed to achieve. My biggest concern in that kind of
design would be around reliability (availability of service) and disk
subsystem. Network topology would be next depending on the requirements.

Al



"Joe" <joe@do.not.email.me> wrote in message
news:ui%23mOezeFHA.2736@TK2MSFTNGP12.phx.gbl...
All of the current whitepapers are geared towards perf and capacity
planning for MAPI users. I need help with how to design the servers and
storage for about 50,000 users that will be regulated to just OWA, POP
and IMAP. Anyone have any ideas?


Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Design All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
Contact Us
New Topics Powered by phpBB