Symantec Backup Exec Error 0xe00084af (All Versions)
Posted by Sheen in Windows Server on June 11, 2010
I have been tearing my hair out for a couple of weeks with this error and Symantec wasn’t of any help. We had this error with version 12.5 of Symantec Backup Exec and it started on a server apparently out of the blue after having no issues for over 2 years.
Out of ideas and with no help from Symantec, we upgraded to version 2010 hoping that this would fix the error. No go. The backups still failed. We were back to square one. Read the rest of this entry »
Script to Hot Backup VMWare ESX Virtual Machines
I was searching for the best way to implement vmware-cmd to snapshot live VMs and then rsync them to another location of my choice and look what I found!
There is a free script called ghettoVCB.sh that does the trick.
The script allows you to backup live virtual machines and also maintains only a selected number of snapshots that you would like to keep. Check it out!
OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services
Posted by Sheen in Windows Server on January 15, 2010
You may come across this error message when you install Office Communications Server 2007 for the first time in your environment. This error generally is seen after you run through the initial steps and are trying to start the OCS services for the first time.
This event ID will contain the following message:
ERRORS:
Two server roles at FQDN [server.domain.com] have different ‘Treat As Authenticated’ options. First server has GUID {58BDE507-1C48-4BA4-BCDF-06FB59ADF9CE} and role ‘Enterprise Edition’ (option is set). Second server has GUID {BD77F03B-4451-4171-A035-FC7FB264383D} and role ‘A/V Authentication Service’ (option is not set). Two server roles at FQDN [server.domain.com] have different server version numbers. First server has GUID {58BDE507-1C48-4BA4-BCDF-06FB59ADF9CE} and role ‘Enterprise Edition’ (version 3). Second server has GUID {BD77F03B-4451-4171-A035-FC7FB264383D} and role ‘A/V Authentication Service’ (version 0). Two server roles at FQDN [server.domain.com] have different ‘Treat As Authenticated’ options. First server has GUID {58BDE507-1C48-4BA4-BCDF-06FB59ADF9CE} and role ‘Enterprise Edition’ (option is set). Second server has GUID {1719A023-DDB4-5170-836D-3299D4F067C6} and role ‘Edge Server’ (option is not set). Two server roles at FQDN [server.domain.com] have different server version numbers. First server has GUID {58BDE507-1C48-4BA4-BCDF-06FB59ADF9CE} and role ‘Enterprise Edition’ (version 3). Second server has GUID {1719A023-DDB4-5170-836D-3299D4F067C6} and role ‘Edge Server’ (version 0).WARNINGS:
No warningsCause: The configuration is invalid and the server might not behave as expected.
Resolution:
Review and correct the errors listed above, then restart the service. You also wish to review any warnings present.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
This error can be misleading. The primary reason you see this error is simple – You have had a previous installation of OCS in the domain and there are still a few entries in Active Directory that haven’t been cleaned up even though you did a clean uninstall of OCS.
This is what you need to do to fix the error:
Using Rsync in VMWare
VMWare ESX runs a modified Linux Kernel. Sometimes, when you are doing basic administration tasks, you might find that there are certain Linux tools that you miss. One of the tools I miss most is the rsync tool. Its a very handy tool when it comes to data transfer. I searched high and low for a proper tool to do the job but never found one until now.
The problem with installing a standard Linux package into VMWare ESX is that it will almost certainly mean that you go down the path of installing a whole bunch of dependencies along with it and eventually something might stop working. The best way around this, obviously, is to compile a static package from source with all dependencies included.
Recent Comments