lo0.ro cat /dev/null > stupidity – nobody is safe

31Mar/110

Backup Exec V-79-57344-38260 – Unable to create a snapshot of the virtual machine. The virtual machine may be too busy to quiesce to take the snapshot.

Well after months of failed backup jobs its here. The patch i've been waiting for:

http://www.symantec.com/business/support/index?page=content&id=TECH147674

The error i got was: V-79-57344-38260 - Unable to create a snapshot of the virtual machine. The virtual machine may be too busy to quiesce to take the snapshot.

For some machines reinstalling vmWare tools without filesytem sync driver solved the problem. For others it didn't. I'll update the post as soon as I upgrade the media server and agents.

 

30Mar/110

Symantec Backup Exec Agent Installation Error

ERROR: Installation failed with error 1603.

If you get this error go to D:Program FilesSymantecBackup ExecAgents

copy the following folders to the remote server:

  • MSXML
  • DotNetFx
  • RAWS32

Enter RAWS32 directory and run setup.exe. make sure that Advance Open File Option is unchecked while installation.

For 64bit setup use your imagination.

Warning: Do not try to figure out why the push install isn't working. (It may damage your mental health)

30Mar/111

Windows 2008 R2 SP1 – Dcom errors

You get this in system events?

The description for Event ID 10016 from source Microsoft-Windows-DistributedCOM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
 
If the event originated on another computer, the display information had to be saved with the event.
 
The following information was included with the event:
 
machine-default
Local
Activation
{D9B257A6-C7FC-4B76-9824-599466B69D3B}
{AD65A69D-3831-40D7-9629-9B0B50A93843}
NT AUTHORITY
LOCAL SERVICE
S-1-5-19
LocalHost (Using LRPC)

open regedit and right click on HKEY_CLASSES_ROOT select find and search for that clsid (in my case D9B257A6-C7FC-4B76-9824-599466B69D3B and AD65A69D-3831-40D7-9629-9B0B50A93843)

Note the the name of the clsid (im my case sms host agent).

Open Component Services. Got oStart --> Control Panel --> Administrative Tools --> Components Services. Expand the Component Services branch then expand Computers, My Computer and DCOM Config. Right-click on "sms agent host" (my case) and click Properties. Click on the Security tab and under “Launch and Activation Permissions” select "edit" and add user Local Service (Local lunch). Click OK, close the Component Services window. The error should vanish.

Do a restart (its a feature of Ms Windows)