A little corner of the web to discuss the following technologies : Storage, Virtualization, Microsoft (NOS & Messaging), and Networking. Everyone so-often we will touch on the "Spark" and Talent war for IT.
Thursday, March 26, 2009
Generational Differences Thought.
While we were talking the following statement was uttered.
"Generation Y doesn't create anything, they only modify." (TM)
Though it's possible you could argue creation of a modified item is still creation ... it gets metaphysical.
Thursday, March 19, 2009
Import-Mailbox ... Still no love.
Monday, March 16, 2009
Import-Mailbox cmdlet Error.
According to MS the process is as follows:
1) Exmerge out the mailbox to a PST.
2) Copy the PST over to a client machine since you cannot Import on an Exchange Server.
3) Open the Exchange Management Shell and run Import-Mailbox ...
4) Be happy since it worked.
Well steps 3 and 4 are kind of a no go for me.
I have verified that the account that I am using has Full Access to the mailbox. Also the account is an Exchange Org Admin and an Exchange Server Admin. This account is a local admin on the client and server as well.
According to all the documentation this should be relatively easy and work once all these are set. But alas I have now had to call PSS. Let's see what they can come up with and where we go from here.
The error that I continuously get is here:
because: Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error:MAPI or an unspecified service provider.ID no: 00000000-0000-00000000, error code: -1056749164
C-SQD
Saturday, March 7, 2009
Question?
Haven't these ideas been kicking around for decades?
Post a comment.
Friday, February 6, 2009
SQL Cluster configuration and moving the MSDTC.
Move the entire SQL Cluster group along with the MSDTC resource to the cluster group.
Fix the dependencies on the MSDTC resource.
Add a new clustered instance of SQL that can fail-over between all 3 nodes.
According to MS having the MSDTC resource depending on the SQL drive is NOT a supported configuration. MS SQL Team and the MS Windows Cluster Team both had to be involved in case things went bad during the move. MS wouldn't allow me to perform these cluster changes myself due to some possibility of the whole thing going south.
So we moved the MSDTC and SQL group. Then deleted the MSDTC and created a new one. Then we deleted the folder on the SQL data drive that had been there. We made the MSDTC dependent on the Quorum drive. So at this point MSDTC was all set. From there we moved all the SQL stuff to the right place in the SQL cluster first instance.
Then we installed the second instance and then upgraded it to fail over between all 3 nodes of the cluster.
Now that all the cluster stuff was fixed we had to move TEMPDB and the SQL DB and Tlogs and Backups. From there we were good. Since we were on an EMC array PowerPath FULL was then installed on all 3 nodes to ensure that connectivity via fibre-channel was as reliable as it could be.
Since it was 5am at this point and I had been working all night I calmed down and wrapped everything up. Then as quickly as it started it was all over and I could get some sleep :). LOL
Wednesday, February 4, 2009
Be BOLD!
I started asking myself the following questions:
- If I could go back in time and speak to myself 10 years ago, what would I tell myself?
- Would I discuss world-views and big picture corporate understanding?
- What tidbits that I know now would I tell myself?
Go to : The Corporate Bold Homepage.
There you will read about a book that could help many people. I have been selected as a co-author. The book is slated to come out this summer. It is a collection of 100 short experiences. I can't give you anymore information, but realize that it's 100 experiences and pieces of truth from 100 Top Performers.
If you have questions visit the site and ask them.
More SQL Cluster stuff to come soon. :)
Monday, February 2, 2009
SQL Cluster Storage Changes.
- Fibre connectivity has greater throughput.
- The Microsoft iSCSI initiator is junk for a clustered environment. ( when installing 2.07 the cluster nodes would intermittently lock up and lose resources, this is a known issue with 2.07. We updated to 2.08 and still had issues.)
- PowerPath on Fiber has proven to be solid numerous times.
- Less complexity.
- Greater reliability.
We ran into some issues though and since I didn't see any direct posts on the web or on TechNet. So I will detail the issue and the solution here.
Specs:
Servers HP DL380G5; Windows 2003 R2 Enterprise 32-bit, SQL Enterprise 32-bit. Current cluster configuration is Active/Passive. Initial storage configuration is iSCSI. Moving to Fibre HBAs.
Issue:
After installing a Fibre HBA Dual port card and zoning it to the storage. We uninstalled the MS iSCSI initiator and disabled the iSCSI NIC ports on the server. Upon rebooting we attempted a full failover. The cluster group would fail over with the Quorum but the SQL instance would fail over the IP resources and the T log drive then hang. The result is a full failover is not possible, which in an environment that HAS to be online is not a good thing. The event ID would reference not being able to flush the transaction log.
Solution:
After reboots and trying to see if we missed anything these are the steps that we followed to resolve the issue:
- Uninstall from windows the NICs used for iSCSI.
- Remove the physical adaptor used for iSCSI from the server.
- Reboot.
Once these steps were completed a full failover was again possible.
If you have any questions/concerns or if you are having this issue yourself please feel free to comment. We will do our best to assist you.
CC