Wednesday, May 1, 2013

Exchange 2010 Backup failed with Backup Exec


Exchange 2010 Backup failed with Backup Exec

Symptoms:


"Backup- <MailServer>-79-57344-65233 - AOFO: Initialization failure on: "\\<Mailserver>\Microsoft Information Store\Mailbox Database <ID>". Advanced Open File Option used: Microsoft Volume Shadow Copy Service (VSS).

Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.

Check the Windows Event Viewer for details.

Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Failed during prepare snapshot operation (8)."


Solutions:

Check Exchange 2010 server event log revealed,


An attempt to prepare the database 'Mailbox Database <ID>' for backup failed because the database is already in the process of being backed up. The error code is -2403. (Note that if a backup was recently aborted, then it may take several minutes for the system to detect the aborted backup and initiate backup cleanup procedures, so this message may be generated if an attempt was made to backup a database before a previous backup attempt had fully terminated.)



Steps



1.       Dismount and remount the database.
2.       Restart Microsoft Exchange Information store service

Please note: The above action will disconnect your outlook client


Reference:





Monday, April 29, 2013

Reset Linux root Password


METHOD 1

1. Boot the computer with Linux Installation CD.
2. Enter into Linux Rescue mode by enering the following command in boot screen. boot: linux rescue

    3. When the sh prompt is reached, enter the following commands to change root password.

#chroot /mnt/sysimage
#passwd
#exit
#reboot




METHOD 2

Oracle Enterprise Linux forgot root password
Press F2 when the splash screen comes up
A GRUB screen will display
enter the letter 'e' (without single quotes)
Using the arrow keys, move the cursor to the line for kernel
enter the letter 'e' again
You will see a command line
after the last word/character append a space and the word single (single mode)
Hit Enter

Make sure the cursor is on the kernal line
enter the letter 'b' (this will boot)
System will load into single mode, should see

Enter passwd
Enter new password two times
Enter exit (this will reboot)
Test the new root password