in

myITforum.com

Brad Bird at myITforum.com

January 2010 - Posts

  • MVP Classification Error – I am an MVP in the Virtual Machine Area!

    Interesting.  I was searching for my MVP Profile today to find it under Virtual Machine and NOT under Management Infrastructure ;).

    It turns out that my classification was changed when I was re-awarded the MVP award.

    So, now I am a Virtual Machine MVP!

    Works for me :)

  • OWSUG January 21, 2010 User Group Event

    clip_image001

    Topic: Double Header

    Description:

    SQL Server for the Accidental DBA
    So your SQL Server DBA just left and your manager instantly promoted you to be the new DBA. You do not have any clue at all about SQL Server and where to start. This session will give you a high-level overview of what SQL Server is and what you need to know to get yourself started in your new, forced career

    Discovering the Azure Platform for Web Server and Database Administrators

    Do you manage IIS/Apache web servers or SQL Server/MySQL databases?  Do you need an infrastructure and skill-set to meet the needs of a small business with a small budget and/or the needs of a multi-millionaire dollar web property requiring high availability, load balancing, clustering and geographic redundancy?  Microsoft is about to go live with its highly scalable and affordable cloud-based platform for Windows computing, storage, data access and application services.  From its preview release in 2008, this platform has shown lots of promise, but how much does it cost, can you run Apache or MySQL on it, what can you use it for and how do you manage it?  Come and discover the answer to these and other questions…

    clip_image002alt="edwin_sarmiento_headshot" title="edwin_sarmiento_headshot">

    Mr.  Edwin  Sarmiento , MCP MCDBA MCAD MCSD MCT MCTS MCITP:DBA MCSA

    Edwin Sarmiento works as a SQL Server DBA for The Pythian Group in Ottawa, ON in Canada. Prior to joining Pythian, he was a senior systems engineer/DBA for Fujitsu Asia Pte Ltd in Singapore and is responsible for maintaining 200+ servers and databases for a global client in 10 countries.  He is very passionate about technology but has interests in music, professional and organizational development, leadership and management matters when not working with databases.  He lives up to his primary mission statement - "To help people grow and develop their full potential as God has planned for them”

    clip_image003

    Colin Melia is the Principal Architect for DreamDigital and the CTO of Imparta.

    He has been a hands-on Architect and entrepreneur for 17 years having led the creation of award-winning desktop-based immersive business simulation technology, cloud-hosted web/S+S solutions and workflow-driven BI systems as well as creating the first streaming video community site with Windows Media.  He has worked in the finance, telecoms, e-learning, Internet communications and gaming industries, with his business solutions recently in use world-wide at companies like HP, O2, Cisco, IBM, Microsoft & Reuters.  He has done conference speaking for Microsoft and makes frequent presentations at IT community groups as well as serving on various committees. Being British, he’d like you to know that it’s you that has the accent :P

     

    Announcing the Ottawa PowerShell Script Club (OPSC)!

    Kirk Munro, a PowerShell MVP and well known Poshoholic is starting a PowerShell Script Club here in Ottawa in partnership with the Ottawa Windows Server User Group!

    What is a Script Club?  It's like a hands-on-lab with no set topic or teacher.  You bring your PowerShell questions, ideas for a PowerShell script, or PowerShell script problems that you haven't worked out, and maybe your laptop if you have one, and other people interested in PowerShell who are at the Script Club try and help you work out the script you want.

    No experience required!

    Whether you are just getting started with PowerShell and want to learn more about it, or you are a more seasoned PowerShell scripter who wants to talk to peers about scripting challenges, all are welcome.

    OPSC events will be held at the end of OWSUG events, and will range anywhere from 15 to 30 minutes in length depending on the interest and the number of attendees.

    Location:
    Microsoft Canada Co.
    100 Queen Street Suite 500
    Ottawa, Ontario
    K1P 1J9

    Agenda:

    5:00 p.m.  Event registration
    7:30 p.m.  Q & A
    8:00 p.m.  Door Prizes

    Notes:

    • Pizza and Pop will be served, Please RSVP to help us order enough of both.
    • Please note that no one will be admitted after 5:55 p.m.!

    RSVP: http://www.clicktoattend.com/?id=144435
    Event Code: 144435

  • Active Directory Virtualization Best Practices

    In May 2009, I worked with Infinite Group Inc. and conducted a virtualization assessment for all state community colleges in the State of Mississippi.  In particular, I was asked to create a set of best practices as guidance to use for virtualizing Active Directory.

    Since most Windows based network services rely on Microsoft Active Directory, virtualizing this role requires careful consideration. In particular, the following elements must be carefully planned:

    • Time Synchronization
    • Fault Tolerance
    • High Availability
    • FSMO Role Positioning

    Time Synchronization

    All Active Directory services are dependent on the time in some way. For services such as authentication and eventing, and licensing, the relationship is obvious. For other services such as updating, the relationship may not be so obvious.

    In virtualizing servers, most if not all elements are virtualized and not physical. This includes the processor. The way that the time is maintained is in accordance with processor ticks. Most physical clocks or time keeping devices are imprecise to some degree. It is very difficult to maintain precise and accurate time without there being some degree of a time skew which requires periodic adjustments to correct for accuracy in time keeping.

    In the case of virtualization, virtual machines require a mechanism to adjust or translate the virtual processor ticks and synchronize them with some time source. This skew is more apparent in virtual machines than in their physical counterparts and therefore these adjustments occur more often.

    Time Synchronization is one reason that it is not recommended to have Active Directory services deployed in an entirely virtualized environment.

    Fault Tolerance

    In any Active Directory deployment, more than one server with the Active Directory Domain Services role deployed is recommended for fault tolerance. In fact, at least 2 Domain Controllers are recommended as a best practice for every Domain deployed in an Active Directory forest. The reason for this is to ensure that more than 1 server exists at any given time with a copy of the Active Directory database.

    Since Active Directory technology is designed such that every domain controller installed is as authoritative as their neighbors. This phenomenon is called multi-master. The term multi-master itself is normally used when referring to Active Directory replication which is the process of copying changes within the Active Directory database from one domain controller to another.

    In the case of virtualization, typically one domain controller in every domain should be configured as a physical server to ensure fault tolerance in the event of a failure.

    High Availability

    Virtualizing of Active Directory does have the distinct advantage of indirectly enabling an Active Directory domain controller to be configured as highly available.

    If only physical servers would be used, there is no practical way to make an Active Directory domain controller highly available. To achieve this functionality, the Active Directory database and log files would require careful placement within highly available file share resources which vastly increase the complexity of an environment.

    Active Directory domain controllers which have been installed on a virtual server may be installed on a cluster with the virtual machine itself being the highly available workload. This effectively allows Active Directory domain controllers to become highly available quite easily.

    FSMO Role Positioning

    At a basic level, Active Directory domain services make use of a multi-master model. There are however several Active Directory functions or roles which must be tied to a particular server and cannot be shared amongst all domain controllers. These are referred to as flexible single master operations (FSMO) roles.

    In addition to the database and log files, Active Directory requires that these roles be in service and available for communication. If some of these roles are configured on a virtual server, it is recommended that the server not contain any critical workloads other than Active Directory domain services.

    The reason for this is because if the virtual server were to fail and not be quickly recoverable, the FSMO roles contained on it would need to be seized by some other Active Directory domain controller server. This process is not clean and if the failed server were to ever be recovered, there would be meta data remaining that pertains to Active Directory which is no longer valid. The recommended course of action to re-establish the server into service would be to reinstall the operating system, rejoin the domain, and then add the Active Directory domain services role and allow it to replicate with other Active Directory domain controller partners. Only once this is done, should any FSMO roles be transferred back to the server.

    In the case of a virtual machine, the process of rebuilding or provisioning a new server can be only a few minutes which is a significant improvement over the time needed to bring a physical server back into service.

    The recommended course of action for the failed virtual server would be to decommission it as this is no longer useful to rejoin the domain and the repercussions of deleting a file are significantly less than maintaining an expensive physical server asset while not in use.

  • MVP Awardee for 2010 in Management Infrastructure

    Dear Bradley Bird,
    Congratulations! We are pleased to present you with the 2010 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Management Infrastructure technical communities during the past year.

    Glad to be back!

Copyright - www.myITforum.com, Inc. - 2010 All Rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems