Exchange SCR database issue
Posted by khurramkhan in Miscs on August 14, 2011
Sometimes when we enable SCR on one database there is a possibility that the Target database is not syncing with the source database and after running test-replication commandlet it will show failed and display that ‘SGStandbyReplayLag *FAILED* Standby Continuous Replication for storage group ‘ storage group name’ on computer ‘Target server’ has configured replay lag t ime of xxxx and a replay queue length of xxxx. However, log replay is actually behind by a period of xxxx which is greater by more than the Failure window of xxxx. Either log replay is slow or is not making progress. Please investigate further.”
The above SGstandbyReplaylag error show that there is a problem with replaying the log on to the Target DB . For fixing this issue following are the steps.
On the DR server Browse to where the log files are located for the affected storage group .
Locate the Check point file it ‘ll be in the format Exx.chk (i.e E00.chk) .
Stop the replication service .
Delete the check point file .
Start the replication service again
Exchange 2007 unable to mount database
Posted by khurramkhan in Exchange 2007 on November 10, 2010
Recently we had a power failure which caused an improper shutdown to our exchange servers. After recovered from power failure we restarted all servers and fixed some cluster issues but there is one database which is showing failed in cluster manager. I had tried to mount the database but it was not successful and showing that there are some log files missing due to which database cannot mount.
For checking what log files are missing I ran following commands against the database which was not mounting. For running this command we have to go to the log drive of the database first and then run this command.
eseutil /mh
The output of this command is showing that the database is in dirty shutdown state and also showing that what log files are missing. I have checked these log files and luckily I have all log files present in the log drives folder.
Now recovery is easy, I have just renamed the check point file to any other name and try to mount it again and this time it mounts successfully without any issues and new checkpoint file is created.
MOSS "trial period for this product has expired"
Posted by khurramkhan in MOSS 2007 on November 10, 2010
Recently I faced an strange issue related to MOSS. One of my content admin is complaining that he is unable to add any link or page in his site anymore. whenever he is trying to create any page he is getting this error
"trial period for this product has expired"
Our MOSS farm has correct license and we haven’t upgraded MOSS from trial version. After thorough analysis and research, I found that there is a bug in MOSS SP2 which reinitializes the license file and turns MOSS normal license to 180 days trial license.
For fixing this issue, you can go to MOSS central admin->operations->Convert license type->Enter product key and add the key again or apply the hotfix mentioned in the below KB article.
Renewing Edge Synchronization
Posted by khurramkhan in Exchange 2007 on October 19, 2010
If you have added any domain on HUB server and you are not able to see this domain on Edge server then might be your synchronization between your hub and edge servers are not working. To test this you can run following command;
Test-EdgeSynchronization
If the connection result is showing failed then you need to do edge subscription again for this edge server. Following are the steps for this
1. On the edge server which is not synchronizing run following command;
New-EdgeSubscription -filename "C:\temp\edgesub.xml"
now copy this .xml file to hub server and run following command
New-EdgeSubscription -filename "C:\temp\edgesub.xml" –site London
Please note the site parameter is required to bind this edge server to a specific AD site.
Now run following command
Start-EdgeSynchronization
You will notice that now the edge server is synchronizing data with HUB server.
For verification you can run test command again and this time it should show you the success message
Test-EdgeSynchronization
Enabling SCR on WAN
Posted by khurramkhan in Exchange 2007 on October 18, 2010
SCR is an Exchange 2007 DR solution available from Exchange 2007 SP1 onwards. You can enable SCR on LAN and also on high latency networks. SCR also gives you benefit to recover from a Datacenter failover scenario. Since last month i was working to enable SCR between our DCs connected via MPLS. After a thorough analysis and lots of try and error i have compiled following results;
SCR Enabling Steps:
1. Seeding of .Edb File.
2. Enable Replication.
3. Monitor Replication
Step 1: Seeding:
Seeding is a prerequisite for enabling SCR, we can enable seeding by automatic way and manual way, because i have to seed .edb file on MPLS which is a high latency network i have to go for manual procedure. Following steps i have followed for manual seeding.
1. Take a snapshot of storage group on which i want to enable SCR (we are using snapshot based backup solution) you can also take the normal backup of the storage group. This will also truncate all the committed logs and we have less log files to copy from source to destination after enabling replication.
2. Run below Command
Enable-StorageGroupCopy -Identity StorageGroup1 -StandbyMachine London1 -ReplayLagTime 0.1:0:0 –SeedingPostponed
The above command will enable SCR on storage group “StorageGroup1”. Standby machine (destination server) used is London and the replay lag time i have mentioned is 1 minute. seeding postponed is used because i don’t want to enable seeding automatically i want to copy .edb file manually to destination server.
After running the above command, log files for this storage group will not truncate unless until we enable replication. This means that the drive space of log files folder should also be carefully planned because if the latency is high and the .edb file is taking days to copy then the log file drive space might going to be fill which will affect the production environment.
3. Take a snapshot on the storage group again or take a normal storage group backup again.
4. Ask the backup team to provide the .edb file from the last snapshot.
5. Use TeraCopy to copy .edb file from source to destination server. make sure the drive letters for log and data drive are same on standby server because it is one of the prerequisites of SCR.
2. Enabling Replication:
Replication will copy all logs files from source to destination. Replication is an ongoing process and whenever a log file is created on source it has to be shipped to destination for making both source and destination mailbox databases in same state.
Following is the command for enabling replication
Resume-StorageGroupCopy -Identity StorageGroup1 -StandbyMachine London1
after running the above command you will see that the log files started to copy from source to destination server. Standby server will replay these log files after 50 logs files has been copied. The first log file after you enable SCR should be present on destination otherwise replication will fail.
3. Monitoring Replication:
It is very important to check the status of storage group copy. The below command will show us the health of SCR and how many files in copy queue and replay queue.
get-storagegroupcopystatus StorageGroup1 -standbymachine London1
If you are seeing failed in the summarycopystatus field then there is a possibility that the database you have seeded and the logs files copied are not at the same state (LSN number mismatch) or might be you don’t have the first log file available to replay on the destination.
If you are seeing large number of files in copy queue length then bandwidth might be the possible cause.
You can also run following command on standby server for checking replication status;
Test-ReplicationHealth
Moving LCS databases to Different SQL server
Posted by khurramkhan in lcs on June 8, 2010
LCS use 2 databases for its configuration and user data
- RTC
- RTCConfig
If you want to move these databases to different SQL server then you need to follow below sequence
- Stop Live communication Server Service.
- Take backup of the above mentioned databases.
- Restore to them to new SQL server.
- Make sure you have all 4 LCS domain groups (mentioned below) added to new SQL server and have all the required permissions given (Compare permission with the existing SQL server).
LCS Domain Groups:
RTCABSDomainServices
RTCDomainServerAdmins
RTCDomainUserAdmins
RTCHSDomainServices - Run Following Command for setting new SQL server information;
LcsCmd.exe /forest /action:UpdatePoolBackend /poolname:[PoolName] /poolbe:[SQLSeverName] - Start LCS service again.
- Open LCS MMC.
- Make sure all services are running fine.
Exchange 2010 Unified Communication webcast
Posted by khurramkhan in Exchange 2010 on April 11, 2010
During some searching i found an excellent webcast on Exchange 2010 unified communication features. Following is the link;
SharePoint website not opening on same server
Posted by khurramkhan in Miscs, MOSS 2007, Sharepoint 2003 on April 9, 2010
I faced a strange issue recently, i have deployed SharePoint 2003 servers for one project and one of the requirements was to open SharePoint site from same server. when i was trying to open site from the same server i was getting authentication prompts and the site was not opening. I have even added the URL entry in the local host file but the issue remains same. After googling i found one Microsoft KB on the same issue which stated that “This issue occurs if you install Microsoft Windows XP Service Pack 2 (SP2) or Microsoft Windows Server 2003 Service Pack 1 (SP1). Windows XP SP2 and Windows Server 2003 SP1 include a loopback check security feature that is designed to help prevent reflection attacks on your computer. Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name.”
In order to fix this we need to disable loopback check on all web server which are facing this behavior. I have applied this fix on my both front-end servers and after restarting both front-end servers the issue solved and i can now open website on same server. Following is the fix i followed.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Following is the KB for this issue;
Command for shrinking Log files
Posted by khurramkhan in SQL Server 2000, SQL Server 2005 on April 7, 2010
Below command will shrink SQL log files and also release unused physical space on drives.
Use DatabaseName
Backup log databasename with no_log
DBCC SHRINKFILE (logfilename)
WSS search and SQL 2005 indexing issue
Posted by khurramkhan in Sharepoint 2003, SQL Server 2000, SQL Server 2005 on April 7, 2010
Recently we have migrated our SharePoint 2003 from one AD forest to another forest, apart of this change we have also upgraded our backend DB from SQL 2000 to SQL 2005. Recently i faced a very critical issue, one of the heavily used site is not showing search result and the search is timing out. In order to investigate this issue i have identified the query in the SQL profiler and ran it directly on the SQL management studio. It took around 10 minutes to show results in new DB Server (SQL 2005) but the same query is returning result in 1 sec in the old DB server (SQL 2000) i ran the query again with the Query execution plan against both servers and compared it, i have seen the cost for referencing Clustered index is very high in new DB server as compared to old DB server. After some researching i have planned to update DB statistics by using following command;
update statistics tablename
SharePoint create its own indexes which we cannot alter and it uses the hard coded name for indexes such as ix_databasename. As per my analysis after moving DBs from SQL 2000 to SQL 2005 the databases statistics were not updated and indexes were not using optimal path for searching for data that why it is showing results after long delays.