Ad1

Thursday 8 August 2013

Mapi session exceeded the maximum of 32 objects of type "session"

I faced this error very long and my solution ended with below tweak.

This is solution which also works for Exchange 2010.

Simply open registry editor.

Locate folowing reg entry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem

create Dword-32bit entry.

"Maximum Allowed Sessions Per User" to some decimal value

Restart Microsoft Exchnage Information Store service.


Wednesday 8 May 2013

CSF instrallation on a Cpanel server

Run below commands and login into WHM/Cpanel.

wget http://www.configserver.com/free/csf.tgz

Extract file
tar -xzf csf.tgz

Go in CSF directory after extraction.

cd csf
sh install.sh

After login into WHM search for firewall. it will list the CSF firewall.
Start the service and its time to edit the firewall configuration and set to run in real mode, because when you install CSF firewall on a Cpanel server and start its service, it runs in test mode.


Queries would be responded if any !

Sunday 20 January 2013

error Installation/Reinstallation-MySQL (1067: The process terminated unexpedtedly)

If there is any previous servcie exist which is not removed till yet.
Run following command "sc delete MySQL"

Where MySQL is the service name.

Now search for "programdata" folder under C drive. Find MySQL folder there, remove it.

Now try re-installation of MySQL. It should work for you.