Posted on August 30th, 2010 at 7:32 PM by Michael

In most IT infrastructures backup are typically made to tape which is then taken off-site. It is best practice to make sure that these tapes are not used for more than 1 year to prevent an insufficient backup. Other alternatives are backing up to external storage or using a backup to disk job.

Unfortunately these methods all share a typical flaw in that the storage is on-site. In the event of a catastrophic disaster the backups will go down with the primary servers and data.

Businesses who are keen to keep their data safe should seek an Online Backup Service. Online backup is a method to perform secure backups over the internet to a data centre. Your data will always be available online no matter what happens to your main site giving you the peace of mind that your business data is safe.

Posted on August 20th, 2010 at 2:10 PM by Michael

When deploying a new Exchange server, moving ISP or simply changing MX records we need to keep many things in mind with regards to DNS.

Firstly we need to create an A record which points to the external IP address of your mail server.

Next we will create an MX record which references the A record we just created as to where the mail needs to be delivered.

This will now route mail in correctly but there is still some things we need to check.

RDNS (or PTR) is a reverse lookup and should resolve the IP address back to the A record which points to the mail server. If you don’t have an RDNS record you will find that many mail servers which require RDNS as a mandatory requirement to accept mail will block.

The next thing you need to check is that the external IP address that is port forwarded or NAT’ed to the mail server has a mirrored NAT rule. If for example you have a block of IP addresses and your LANs global NAT is set to a different IP address than the mail server, this mail server will use the incorrect IP address to send the mail. For troubleshooting you can find this in the header of the E-Mail on the recipients end.

Keeping these points in mind you should not have a problem with mail flow within your infrastructure.

Comments Off
Posted on August 14th, 2010 at 3:14 PM by Michael

Performing an in-place migration from exchange 2000 to Exchange 2003 is generally an easy task.

Firstly you must make sure that your current Exchange 2000 server is running at least SP3 and that the Server 2000 server OS which is hosting the Exchange 2000 software is running at least SP3.

If these prerequisites are true then all that is left is to insert the Exchange 2003 server CD and run the setup wizard.

Select Exchange Deployment Tools, then Deploy the first Exchange 2003 server, then Upgrade from Exchange 2000 Native Mode.

From here check and perform the first 8 tasks before then doing step 9, the upgrade.

Once this completes restart your server and you will now be running Exchange 2003. It is recommended to install Exchange SP2 from here on.

Comments Off
Posted on August 6th, 2010 at 4:36 PM by Danny

On the 26th of July the latest version of 3CX has been released which contains a great range of new features. Customers who did not purchase upgrade insurance will be kicking themselves on missing out on this upgrade which adds video calling and in my opinion a real show stopper of a feature- a client for Android mobiles. It has been possible to configure some Symbian mobiles to connect to the phone system via a wireless LAN for a couple of 3CX versions but (in my opinion) the functionality was pretty limited and the end user experience quite poor.
Building on the reliability of the Android platform the 3CX client offers a great end user experience. The client allows a worker to receive calls into their landline extension number directly on their mobile, at no extra costs as the call is carried over the data, rather than voice network. This frees up the user to work from virtually anywhere without setting up complicated diverts on the phone system. The mobile device could potentially even replace the desk phone, while in the office, users could use a soft phone on their PC coupled with a headset if they are not comfortable using a mobile device.
This could allow companies who already have Android devices out in the field to realise significant costs savings. When the phones are connecting to a WLAN, internal calls to the device are totally free, if connected using the phones 3G connection, depending on the call plan the device is attached to, these calls could also be totally free. Of course this will allow the Android user to make all calls via the PBX rather than using the mobile data plan on the device, which could reduce the mobile call costs to virtually zero, the only mobile costs incurred are line rental and the data plan.
If you are planning a mobile phone update for you users I would implore you to consider a device with an Android OS, as coupled with 3CX you are virtually guaranteed to realise significant cost savings.

Posted on July 31st, 2010 at 10:26 PM by Michael

When using the windows copy in some cases you may find that it will stop at a file that is unable to be copied possibly due to the reason it is already open or in use. To copy the content of a folder without any interruption you can use XCOPY with the following switches:

xcopy *.* /e /c /h/ o

Comments Off