How To Backup The Database – SAP HANA DATABASE

This article provide information on How To Backup The SAP HANA Databases. Database Backups are very important for any organization. Any architecture should have a well-defined Database backup strategy in order save an organization during disasters. Natural disasters can happen anytime, Hence we should be …

How to Configure External Automatic Replies on individual users in Exchange Server 2010

To Configure External Automatic Replies on individual users in Exchange Server 2010 By default, external automatic reply message is enabled in Exchange Server 2010, which allows all users to send external automatic messages. We can configure Exchange Server 2010 in such a way so that …

How to create a new Mailbox from EMC in Exchange Server 2010

To create a new Mailbox from EMC in Exchange Server 2010 Open the Exchange Management Console. Expand Recipient Configurations and click on Mailbox. Right-click on Mailbox and select New mailbox. In the Introduction page, select User Mailbox. In the User Type window, select New user. …

How to create Email Policy in Exchange Server 2010

How to create a new E-mail Address Policy Open the Exchange Management Console from the Start menu. Expand the Organization Configuration and select the Hub Transport node. On the E-Mail Address Policies tab, right-click on details pane, and select New E-Mail Address Policy. Right-click in …

How to Configure Circular logging in Exchange Server 2010

To save disk space, we can enable circular logging. By default, circular logging is disabled (as recommended). We can encounter many issues with circular logging enabled, like incremental and differential not permissible, if circular logging is enabled, and only point-in-time recovery operations are possible and …

How to Find and Delete Files Older than 30 days in Linux

The best practice is to remove old and unused files from your server. For example,suppose we have lots of scheduled jobs running on regular basis which create lots of log files on particular interval continuously which keep filling space on server. So it is always …

How to Upgrade/Migrate a Red Hat Linux 4 to cent OS(4.9)

To Upgrade/Migrate a Red Hat Linux 4 to cent OS(4.9) follow the stepby step Guide. Firstly, do a cleanup: yum clean all Then, create a working space where RPMs can be downloaded: mkdir ~/centos cd ~/centos Now download the relevant CentOS key and import it: …

How to back up and restore the registry in Windows XP

Manual steps to back up the registry in Windows XP Click Start, click Run, type %SystemRoot%\system32\restore\rstrui.exe, and then click OK.   On the Welcome to System Restore page, click Create a restore point, and then click Next .   On the Create a Restore Point page, type a name for the restore point and then click Create   After …

How to Configure Exchange Server 2010 for Shared Address Space

Some organizations have third-party email system with Exchange servers, or situations may arise when you need to enable routing between different Active Directory forests. In both scenarios, user’s domain name suffix remains same. To implement this scenario in your environment, you will have to:-  Create …

How to create Dynamic Distribution Groups in Exchange Server 2010

In dynamic distribution groups, membership is determined by the results of an LDAP query.  We can create a distribution groups by using Cmdlets as shown below:    Syntax:   New-DynamicDistributionGroup -Name ExchangeName   –IncludedRecipients <None, UserMail, MailContacts, MailGroups, Resources,   AllRecipients> [-Alias ExchangeAlias]   [-DisplayName DisplayName] [-OrganizationalUnit OUName]   [-ConditionalCompany CompanyNameFilter1, CompanyNameFilter2,…]   [-ConditionalCustomAttributeX Value1, Value2,…]   [-ConditionalDepartment DeptNameFilter1, DeptNameFilter2, … ]   [-ConditionalStateOrProvince StateNameFilter1, StateNameFilter2, …]   [-RecipientContainer ApplyFilterContainer] {AddtlParams}   New-DynamicDistributionGroup -Name ExchangeName –RecipientFilter Filter   …