Exchange 2010 - Problem to send email 4.5.1 4.4.0 DNS Query Failed

I was facing with a problem to send email from an Exchange Server 2010 to another one in a different location.

The error was, on the connector:

451 4.4.0 qurey failed the error was nonexistent domain

Trying to ping the remote server it wasn't resolved.

In the DNS server there wasn't the relative host.

In this case you can create an alias on DNS or, on the origin server modify:

C:\Windows\System32\drivers\etc\hosts

And add the following line:

192.168.X.Y     servername.domain.zzz

Backup - Uranium Backup Pro DB 8.80 support backup Exchange 2010 SP1

Discover Uranium Backup Pro DB backups for Microsoft Exchange, easy and powerful.
Follow on Twitter Friend of Facebook

Uranium: added support for Exchange

Good news for users of Microsoft Exchange, Uranium is finally able to backup individual and multiple mailboxes to Exchange. The new feature has been integrated into SQL Pro versions - now renamed Uranium Backup Pro DB - and Gold. Just upgrade to version 8.8.0 and configure your backup September

Technical requirements

In order to use the new backup functionality, you must install a copy of Uranium Backup Pro or Gold DB on the same machine where the Exchange server is installed.
Only the versions from 2010 SP1 onwards are supported.

2008 Server - How to implement DHCP Split



On Server 2008, it's possible to implement a split dhcp scope (50/50, with delay). 

This can be done pretty easily with the dhcp split-scope wizard.

More info here: http://blogs.technet.com/b/teamdhcp/archive/2009/01/22/how-to-configure-split-scope-using-wizard.aspx

Extra IT - Just a bit of Humour

i-changed-all-my-passwords-to-incorrect-so-whenever-i-forgot-it-will-tell-me-your-password-is.jpg

Microsoft - END Support Microsoft O.S. Product

Each Microsoft O.S. Product has his Lifecycle period.

Inside the IT Department it's very important to know the relative ending support date 

The following link help everybody to have an immediate answer to this particolar problem.


http://support.microsoft.com/lifecycle/search/default.aspx?alpha=Windows+Server+2003+R2&wa=wsignin1.0

2012 Server - SMB 3.0 SAN alternative for small customer in Virtualized Environment

I would like to submit a part of the following article (written in italian language) and translated in English about the useful protocol SMB 3.0 introduced with 2012 Server and Windows 8 that will help small companies that haven't internal SAN budget.

http://blogs.sysadmin.it/ermannog/archive/2013/08/30/smb-3-0-smb-multichannel-e-smb-3-02.aspx

"Using Windows Server 2012 you can use the network share as storage for application servers (SQL Server, Hyper-V). To be precise, the possibility of using network share to store user database was already present in SQL Server 2008 R2, and SQL Server 2012 has added the ability to store even share of the system databases. Now with even WS2012 Hyper-V VM which allows you to run vhd / vhdx are stored on a network share.


In version 3.0 of SMB (Server Message Block) present in WS2012 was introduced SMB Multichannel, a technology similar to the Multipath I / O, but designed for shared access via the network share (SMB 3.0 is the relata the rename of SMB 2.2). The SMB Multichannel allows you to take advantage of multiple network cards for more performance through bandwidth aggregation and fault tolerance through the use of multiple network paths to a SMB share.

There are three strengths of SMB Multichannel:

     Increased throughput through the simultaneous transmission of data using multiple connections.
     Fault Tolerance through multiple simultaneous network connections.
     Automatic configuration as the SMB Multichannel run the auto discover the existence of multiple network paths available and dynamically creates connections. In other words there is no need to install any role, function or component as the SMB Multichannel is enabled by default."

At the following link you can find the related Technet Microsoft Article: