Windows SBS2K3: Archiving Exchange? STORE.EXE Using A Lot Of Memory/lockups

Jan 17, 2008

Been running a server for 2 years now on Windows SBS 2003, and within the past 2 weeks, the server has been locking up or going very sluggish after only a few hours of use.

I've noticed that STORE.EXE is using a lot of memory, there are a number of people within the building using this server for various tasks with Microbiz, Quickbooks, and Exchange server. I researched the topic and was told if I can archive Exchange, that this should help with performance. Anyone know how to do this or to lower the use of memory with the server?

View 8 Replies


ADVERTISEMENT

SSH Client For Windows Which Store Password

May 20, 2007

We are using Putty SSH clients it's great but we are looking for SSH client which can store passwords. So we don't have to enter password each time we login to the server using SSH client.

View 9 Replies View Related

Exchange On GoDaddy Windows VPS

Aug 30, 2008

Is it possible to install Exchange 2003 on a GoDaddy Windows 2003 Enterprise VPS?

View 6 Replies View Related

Windows Hosting With IMAP Idle / Exchange

Apr 29, 2008

We've been frantically looking to move from this company called Media Temple for our staging server / email needs. Our application / corporate servers are hosted with The Planet.

Any one have any suggestions for a shared hosting provider between the regular $10-$20 / month range, having the following things:

Windows with .NET 2.0/3.5 and AJAX installed
At least 5GB storage
IMAP email with IDLE support or Exchange email (will pay more)
Ability to host at least 10 domains
Minimalist Control panel and Webmail preferred

View 8 Replies View Related

Windows 2003 + Lightweight Exchange + Atom

May 3, 2009

if anyone has put Windows 2003 x64 on an Atom and installed a very light duty Exchange server on it...

I know the Atoms are not the most powerful thing in the world, but they are a cost effective and energy efficient alternative to past generation hardware.

Since the Atom benchmarks slightly better than a P4, I am wondering how it would hold up with an Exchange server.

View 8 Replies View Related

Licensing :: Windows 2003 And Exchange Server

Feb 28, 2008

if I have a dedicated server with WS2003, would I be allowed to install my own software (with license)? such as MS SQL Server - I have an MSDN subscription and multiple licenses.... would this be ok to do so?

What about Exchange Server? I have a License for that also...again, MSDN subscription

View 3 Replies View Related

Windows / Sql Server / Exchange Licence Costs

Nov 9, 2008

We've been buying our Microsoft licences retail which was fine when we were a lot smaller. But as we grow I was thinking about the joining the Microsoft services provider licence agreement.

Can anyone out there give me an idea if this is a worthwhile route to take for a managed services webhost? If so what are the requirements, we aren't a Microsoft partner, have no Microsoft certifications, etc.

What are the initial costs? What are the long term costs?

View 3 Replies View Related

Recommendations For Windows Server With Exchange 2007

Jul 31, 2008

Any recommendations for a company offering dedicated server rentals with Windows Server and Microsoft Exchange 2007?

View 2 Replies View Related

Windows 2003 SBS + Exchange, Offline Address List

Mar 31, 2007

There was a black out recently and our UPS didn't kick in properly. The server was turned back on and the workstations logged in the domain controller. When running Outlook I noticed it wasn't receiving any emails. I tried to open an old message and it said:

"Can't open mail"

Also I tried to delete one of the spam messages and it came up with an error some thing like cannot delete and it may be moved some where. Outlook came up with errors like:

Task 'Microsoft Exchange Server' reported error (0x8004010F) : 'The operation failed. An object could not be found.'"

I also noticed some Calender events won't open. I now suspect some thing wrong with Exchange. I googled around and it seem to be related to "Offline Address List" problems. I tried a registry fix:

"Create DWORD "OAL post full if diff fails" CurrentControlSetServicesMSExchangeSAParametersOAL post full if diff fails' and setting it to 1 on this server. When OALGen next generates the offline address list, clients will perform a full OAB download. After that time, the registry key should be removed to prevent further full downloads."

Restarted the server then went to Exchange System Manager, Recepients, Offline Address List and right click on Default Offline Address List then clicked Rebuild. I checked Event Viewer again and saw some error messages:

WARNING: OALGen encountered an error while generating the binpatch.oab file for differential downloads of address list 'Global Address List'. Clients will not be able to incrementally update to the new version of the offline address list, they will perform a full download instead. This is normal if this is the first time this offline address list has been generated. Check other logged events to see if this is a serious error.
- Offline Address List

ERROR: OALGen encountered error 80004005 (internal ID 50303dc) accessing the public folder store while generating the offline address list for address list 'Global Address List'.
- Offline Address List

2 x ERROR: OALGen encountered an error while generating the changes.oab file for version 2 and 3 differential downloads of address list 'Global Address List'. The offline address list has not been updated so clients will not be able to download the current set of changes. Check other logged events to find the cause of this error.
If the cause of the problem was intentional or cannot be resolved, OALGen can be forced to post a full offline address list by creating the DWORD registry key 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSExchangeSAParametersOAL post full if diff fails' and setting it to 1 on this server. When OALGen next generates the offline address list, clients will perform a full OAB download. After that time, the registry key should be removed to prevent further full downloads.
- Offline Address List

2 x ERROR: OALGen encountered error 80004005 (internal ID 5020114) accessing the public folder store while generating the offline address list for address list 'Global Address List'.
- Offline Address List

View 1 Replies View Related

Archiving A Whole Directory

Sep 29, 2007

How do I archive a whole directory using ssh?

There is gzip and tar, but what command do I use to make an archive for a whole directory?

[Directory ---> One_Archive.tar]

It will be easier to transfer big directories this way by archiving it all into one.

View 3 Replies View Related

Mod_rewrite And Archiving Directories -- SE Issues

Apr 27, 2007

I have many directories from years ago on a fileserver. Many of them are indexed on Google. I have five webservers reading from one fileserver for the data. I'd like to keep copies of the most recent data on the webservers and through mod_rewrite tell it to use local copies instead of reading through the fileserver. I would like to move most of my older directories into an "archived" directory.

If I move most of my older directories into an archived directory, the Google listings will then 404. I could put a 404 doc up redirecting to the index page, but Google will drop the link, which I would like to avoid.

I could add a new RewriteCond / RewriteRule (below) for each new directory. But, it would need to be added in the httpd.conf file for each of the webservers and restarted. With the number of new directories I add, this would be infeasible.

Does anyone know of a way to accomplish what I am trying to do? I do not need the older directories in the "archived" directory to be accessible or rewritten, I just don't want to lose the search engine listings from them. And, I want to reduce the strain on the fileserver for these files.

I also don't know of a way to say: rewrite everything locally unless it is in the /dir1/archived directory and if there is a 404, the directory probably existed at some point, redirect that to the index and give a 200 status code.

Does anyone have any suggestions? I tried mod_cache but it doesn't seem all that speedy.

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/dir1/dir2
RewriteRule ^/dir1/dir2/(.*)$ /path/to/dir1-localcache/dir2/$1

View 0 Replies View Related

Best Backup Method(s) For Archiving Data

Jul 20, 2008

I was hesitant to even post this because I've been on the net for so long, that and I know just about every method out there. However, large corporations obviously can't live with loosing data so I figured I'd see what everybody else is doing out and figure out my next battle plan for archiving data.

Here's what happened. I had triple backups of some data. I burned them twice on DVD (yes, two DVD's of each archive) as well as had them on a WD hard drive. ALL are dead or unreadable. I had the discs in a DVD binder and they were never touched for a good 5 years. I put them in a player (multiple players) and only certain parts were read.

Other parts came up with errors. (Yes, I'm aware there are companies that offer recovery for both CD/DVD and Hard drives, but they always charge a fortune and in some cases, aren't worth it). This was Memorex media btw which might of had something to do with it, but at the time I thought it was the best. Next I went to the hard drive. This was stored in a room temp house over a good 5 years and when I plugged it in to a computer's IDE port, nothing. Not sure exactly what's wrong with the drive and I'm sure it could be fixed and recovered, but once again, that's not my question.

My Question: What methods are you using to store your archives over long periods of time? Any recommendations on hardware? I'm thinking of DLT Tape backups and of course doing RAID next but don't want to run into the same problem in 5 years. How can I sleep at night (which is already impossible) knowing that in 5 or 10 years when I'm ready to get into my backups that they will be there?

What are you doing and what do you recommend? Better yet, what the hell is Hollywood doing to keep all their music and movies safe?

View 3 Replies View Related

Windows: 2GB Physical Memory - 1.2GB Used - 1.1GB Page File Usage : Normal

Mar 22, 2007

I have a Windows 2003 server with 2GB ram running IIS and SQL 2005 express. I noticed that the server only uses around 1.2GB of its physical memory (been a few days) while page file usage seems high at 1.1GB.

SQL server has been allocated a maximum 1GB of memory while IIS has no limitations on memory usage.

Server doesn't really show any slowness at this point (not a lot of traffic). But to my understanding other than the proccesses that always use some virtual memory (around 400mb usually), page file should be only used when there is insufficient physical memory? So is there something wrong with my memory usage, 1.1GB on page file while there are still almost 50% available physical ram?

View 2 Replies View Related

Plesk 11.x / Windows :: Out Of Memory Error When Restoring Database From Repository

Jun 13, 2014

I'm trying to restore a 600MB database which was uploaded to the repository in plesk. This database backup did NOT originate from this server, but rather I'm attempting to overwrite a blank database that was created with the same name via plesk.

The site is one of our web-spaces (not a customer subscription) so I am logged in as the plesk administrator.

System Info:
Plesk 11.5
Windows 2008 R2 (64Bit)
3GB RAM
MySQL 5.1

Full Error: dbbackup failed: Unable to restore database 'databasename' Exception of type 'System.OutOfMemoryException' was thrown.

I have tried altering the php.ini the PHP settings of the site (even though I'm logged in as the adminsitrator) as well as the php.ini of: C:ParallelsPleskadminphp.ini

memory_limit=2048M

It fails with the error after about 1GB of RAM usage on the server.

View 1 Replies View Related

Where Do You Store Your Back Ups

Oct 1, 2009

I would like some tips on how to create back ups with WHM/cPanel on a Reseller if you could.

Also where to store them?

I was thinking of storing them up on a VPS or Dedi server that just has backups or should I buy a enternal Hard Drive for my computer and store them on that? I have a 500GB Hard Drive.

View 14 Replies View Related

My Own Online Store

Dec 30, 2008

i am about to run my own online store but i am wondering if im doing it right
my domain name i am gona buy it off godaddy.com

my hosting would be in site5.com

and shopping chart im gona use is magento

i think i am doing it right but im not sure if these company r good?

View 14 Replies View Related

Where Do I Store Documents In VPS

Jul 22, 2008

I am completely new to VPS, and I was wondering, where would I put my files in the VPS? Normally I am used to just storing them in public_html, or whatever I am given, but I can't find that on my server. Apache has already been installed.

View 11 Replies View Related

For An Online Store?

May 7, 2008

I am currently shopping for web hosting for an online store (that would provide software - mostly automatically downloadable upon payment).

My estimates for initial operation of my web/online store are:

Storage: (10MB/app x 50 apps) + 50MB overhead = 550 MB
Monthly transfer: 5000 purchases/month x 10MB/app = 10 GB
Number of email accounts: up to 10

By "initial" I mean first year, not first month.

My intent is to develop my own osCommerce based web store for downloadable software that I develop. PHP and MySQL support are must. My estimates are not carved in stone. In the beginning I will certainly use much less "monthly transfer" than I specified and in the long term I hope to be using much more "monthly transfer" (as marketing evolves and the business becomes more established)...

The most important factors to me are (in the following order):

1) Reliability (up-time, security)
2) Tech support
3) Expandability (room to grow)

The company that registered my domain name provides web hosting with much more than I initially need (5GB space, 250GB transfer, 50 email accounts) for under $3 a month.

This is a price that I can afford. However, I am not sure whether it is a good idea to have both the web hosting and domain registration provided by the same company? Any opinions/comments you have about this? Is my doubt in this regard unfounded?

Secondly, is there some independent source (user/customer reviews OK) that compares the reliability of web hosting providers? (I would have given the name of my registrar here but I am unsure whether this would constitute advertising. If mentioning names or asking for references is allowed please let me know and I will post it here so that I can get your opinions about it).

Thirdly, is there any significance for where, geographically, the actual servers are located? Main consideration is access speed for customers...

View 14 Replies View Related

What Can You Safely Store

Nov 19, 2007

I have a few questions for those of you who are familiar with the security side of hosting.

If you have a dedicated server is used for general hosting purposes, what can you "safely" store on that server? What type of customer data would you have on a server that is exposed to the Internet, assuming that server received regular security audits?

View 2 Replies View Related

Distributed Data Store For Web

Mar 27, 2009

I intend to store and serve files that is around 1-200mb from servers that is physically separate. I wish to store 2 or 3 copies of each file as a redundancy solution. When the file is requested I want to serve a direct downloadable link to the file. I am looking for logic to distribute load, and to detect if a server is down. I also whish to redistribute the files if a server is taken out of the pool..

Is there any open/free systems for this I can use?

View 9 Replies View Related

Php.ini Store Sessions In Database

May 28, 2008

Is there a way in the php.ini file to force all sessions to be stored in a database? For example, in ColdFusion you can configure sessions to be stored in a db. Can you do this in PHP? Thereby forcing all sessions no matter what the customer specifies to be stored in a db.

View 3 Replies View Related

Which One Is Better Hosting For An Online Store

Apr 22, 2008

I want to host my online store. Please tell me best web host. I am thinking of godaddy or 1and1. How are they both? Is there any better web host? I am looking for shared hosting in starting with good features like SSL too.

View 14 Replies View Related

MySQL Error Took Store Down

Sep 22, 2007

I've got a Fully Managed VPS hosting service running my sites and this morning I got the following error messages. My host says they do not monitor mySQL yet this error took my whole store down and kept it down for several hours until I noticed that. It's not a complaint, just asking your opinions on what this could be and what should i do about it etc.:

Warning: mysql_select_db() [function.mysql-select-db]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11) in /home/store/public_html/include/func/func.db.php on line 47

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/store/public_html/include/func/func.db.php on line 47
Sorry, the shop is inaccessible temporarily. Please try again later.

View 12 Replies View Related

Best Medium To Store Drive Images On

Jan 11, 2008

I need a medium of some kind to store my backup drive images of a windows 2003 standard x64 server. I will be taking DriveImage XML images every Sunday. The medium must have a minimum capacity of 250gb.

I am wondering what is the best/most cost efficient option? My budet is around $500.

I have heard tape and usb external drives.

Can you provide specific models, costs, pros/cons of each technology and product?

View 0 Replies View Related

Host That Can Store / Retrieve SSN / Drivers Lic.

May 14, 2009

Is there any host out there that is compliant (say to PCI type standards) that would allow me to create a online form that will be used to fill out a rental application?

These applications will need to have the SSN / Drivers Lic. of the user filling them out, as well as CC info to be processed.

The CC info does not need to be stored, just processed for the application fee.

The SSN / DL need to be stored in such a manner that the realty agents can retrieve the form the users filled out so they can then use it to submit the application for whatever purposes.

(I would imagine it also needs to be stored so that if they ever get called by the GOVT for information about certian tenants they can retrieve the forms if necessary.


If i do this for the client, I will of course have a contract signed that basically makes sure that I am not liable if the system is breached, as i don't want the host i use for the website part itself to be storing this information at all.

I am kind of looking for a API like setup such as a merchant account, but one that allows the storing / retrieval of SSNs / DL.

View 2 Replies View Related

Cpanel VPS - Plenty Of Free Memory, But 'committed' Memory Exceeds VPS RAM

Jun 12, 2009

I have a VPS. And have had an issue both when it was 1Gig and now I recently downgraded it to 768m, because I am moving some sites to a dedicated.

However, the part I am having trouble grasping is that when I look at graphs from Munin, it will typically always show 200-400MB free memory (and free -m and top agrees with munin), but Munin shows 'committed' memory that is above the total Ram on the VPS and once the 'committed' ram exceeds the VPS limit, processes start failing.

So, why is 'committed' memory exceeding the RAM on my VPS, when Munin, free -m and top all show there is free memory available?

Code:
root@server [~]# free -m
total used free shared buffers cached
Mem: 768 449 318 0 0 0
-/+ buffers/cache: 449 318
Swap: 0 0 0
Here's a graph that munin produces that shows the 'committed' memory exceeding the total memory.
[url]

View 3 Replies View Related

Shared Hosting To Store Videos + Vps For Main Site

Jun 28, 2008

I am paying around 15 bucks for 1.0TB bandwith in a shared hosting.

i thought of getting a vps for the site, and just stream videos from the shared hosting server....

the problem would be users uploading videos, is it possible for them to upload files through VPS, and onto the shared host ?

View 5 Replies View Related







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