Robert's profileThe System Center Connec...PhotosBlogListsMore Tools Help

Blog


    My CHM File is not Displayed Correctly

    Ok here’s my issue and how to solve this.

    If you read the technet magazine and read it online using the CHM file you may have this problem. It is an old issue but today I had this issue.

    Source to read : Technet

    So If you opend the file you see this.

    image

    Mmm strange but if I open the file local I have the same issue, oh ok do properties and use the unblock button. Then open the file.

    image

    As you can see the file opens and you can read the CHM file.

    image

    Or you can add this regkey then you can open the file direct from the internet


    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
    "MaxAllowedZone"=dword:00000003

    MAXAllowedZone values : 

    0 - My Computer

    1 - Local Intranet

    2 - Trusted Sites

    3 - Internet Zone

    4 - Restricted Zone

    Clustering SQL 2008 on Windows 2008 R2 what can go wrong

     

    Ok this post is not only on how to setup a sql 2008 cluster but more on what can go wrong and more important how to solve this.

    As much as I hate an installation that goes wrong and you spent day’s on how to solve this because you can ‘t bing your problem.

    Here is what I have on hardware in this case a two node cluster windows 2008 R2 RC build 7100 and the SQL 2008 DVD

    I have more than enough disk space in may case I have two disk of 100 GB but I will use only one disk per instance this is not Best Practice but handy in a test lab.

    So I downloaded the SQL DVD and hit the setup.

    clip_image002 clip_image004 clip_image006

    I love the warning but as every one I do not read it and click run program 2x , finaly there is the setup splash.

    So First I do the Prereq. This is nice this way you can see if the configuration you use is ok for the job.

    clip_image008 clip_image010 clip_image012

    Well I have a pending reboot and a .NET security warning , mmm strange I can’t connect to the Web .  first a reboot.

    Since this is not tux I rebooted the kernel.

    clip_image014  clip_image016 clip_image018

    ok after the Reboot I hit setup again and I click the setup failover cluster , now there is no pending reboot here and I can go further

    clip_image020 clip_image022 clip_image024

    Remember that You must use the same product key on your Cluster nodes !!!!

    Yes I agree who reads this any way I just wanna do a fast setup my boss want the sql cluster ready today. Yes I can.

     

    clip_image026 clip_image028 clip_image030

    Yes next next eh No MSDTC ? do I need it ? mmmm network binding error firewall error can’t the setup handle this for me ?

    clip_image032 clip_image034 

    Troubleshoot the install errors:

     

    Ok it seems is will not be a next next finish I agree setup Right. and this is whay you must read the guides!! except in a demo where things must go wrong.

    So first we do a MSDTC setup this is needes if You wanna do Transactions

    We also need to cluster the Microsoft Distributed Transaction Coordinator resource (MSDTC). Although MS DTC is not required for Database Engine-only installation, without it being clustered, you would receive a warning message during the setup configuration checks because of the incompliance of the Cluster_IsDTCClustered rule. If you need to install SSIS, Workstation Components or use distributed transactions, then MS DTC must be clustered. In our example, the MSDTC resource is clustered in a group called "Your name MSDTC Group". This group contains the MSDTC resource, a shared Physical Disk T: to store MSDTC log files, a network name, and an IP Address. Before clustering MSDTC, network MSDTC access must be enabled on both nodes. For more information, please refer to http://support.microsoft.com/kb/817064/. The MSCS Cluster Service account will need to have public rights to SQL Server so that it can run SELECT @@servername for the IsAlive cluster checks.

    Setup MSDTC :

    This is the easy part Go in you FCM ( Failover Cluster Manger ) configure a service or application and select the MSDTC.

    clip_image002[4] clip_image004[4] clip_image006[4]

    So I give the MSDTC the IP and point it to the new disk for the log files. I use a separate disk for the MSDTC so that I can move the resource where and whan I want.

    clip_image008[4] clip_image010[4] clip_image012[4]

    clip_image014[8] 

    Done I just created my MSDTC failover cluster resource !

    Network binding Order : 

    clip_image032 This error is easy to fix and it is new I have never seen this error ( or I did always ther right steps ) so go to your network tab eh yes but where is it. well it take me almost a minute to find it.

    Go to Control Panel\Network and Internet\Network Connections

    click organize and layout and check the menu bar now you can go to advanced.

    clip_image016[4] clip_image018[4] Change the order and done.

    Back to the SQL backup :

     

    So Again I swing the SQL setup

    clip_image036 clip_image038 clip_image040

    I named the first instance and changed the default

    clip_image042 clip_image044 clip_image046

    clip_image048 clip_image050 clip_image052

    So whay would you use DHCP ?? just give it a fixed IP

    clip_image054 clip_image056 clip_image058

    I use the same service account for all the services added the administrator to the sql admins.  You should create a group and put users in i. but you can do this later.

    clip_image060  What is this \\?\volume{

    Ok this is strange I give the SQL server disk 4 , lets see what the problem is. Oh ok this is a CSV disk CSV = cluster shared volume.

    You can’t use this disk!.

    So I added a fresh new iscsi target to the nodes and run the setup again.

    clip_image061 clip_image063 clip_image065

    No errors

    clip_image067  clip_image069 clip_image071 

    clip_image073 clip_image075 clip_image077

    As in the settings above I filling the items and go.

    clip_image079 clip_image081 clip_image083

    Ok Now I have more disks to use and I do not choose a CSV volume , and no I do not wanna use DHCP

    clip_image085 clip_image087 clip_image089

    Same services account

    clip_image091 clip_image093 clip_image095

    Now as you can see I can see the disk letter this is great and almost done.

    clip_image097 clip_image099 clip_image101

    Yes I do believe in the error roporting this way we can make the product better. 

    clip_image103 clip_image105 clip_image107

    No the filestream does not need an update I’m using Windows 2008 R2 RC state of the art server. I saved the config file maybe I do a command line setup later if I want to reinstall this cluster.

    C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20090604_212627\ConfigurationFile.ini

    clip_image109 clip_image111

    As you can see the ini file is easy to read and to adjust where needed.

    clip_image113 clip_image115 clip_image117

    What another error ;-( kerberos , Well this is a nice error bink it and you will see not much errors or resolution about this.

    Did I miss something I solved all the other errors.

    So what is it : 

    RequireKerberos

    Controls whether or not the Network Name resource can be brought online without Kerberos authentication. The choices are:

    RequireKerberos is set to 1. The next time this resource is brought online, clients using this resource will be authenticated using Kerberos. That is, a computer object for the Network Name resource will be created or updated before that resource comes online.

    RequireKerberos is set to 0. Disables this option, that is, no computer object is created for the Network Name resource. This is the default. The Cluster service will try to detect if a computer object already exists for the Network Name resource; if a computer object is present, the resource will fail to come online. If this property were previously set to 1, setting it back to zero will disable the computer object created for this Network Name resource, if any.

    Do not rename a Network Name resource and change the Kerberos authentication setting at the same time. Instead, allow time for changes to replicate after performing each action.

    clip_image119 clip_image121 clip_image123

    When I looked at my install I can’t see anything about a sql cluster only the network name. ah no ip settings.let me fix this.

    clip_image125 clip_image127 clip_image129

    Done fixed the IP and bring it online start the sql manager and go. NO  it won’t work. You know whay. YOU missed the error in the beginning.

    SQL 2008 cluster this is saying USE SP1  my download came without sp1 and I can download sp1 but how to use it.

    Well it is not easy, yes it is.

    First copy the files from the DVD to a disk location.

    use robocopy .

    robocopy “sqlDVD” to “ disklocation” ( change the names !) 

    download the sp1 sql 2008 software details.aspx-FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19

    Extract the sp1 files to the hardisk loaction

    SQLServer2008SP1-KB968369-x86-ENU.exe /x:v:\SQLSERVER2008_FullSP1\PCU
    SQLServer2008SP1-KB968369-x64-ENU.exe /x:v:\SQLSERVER2008_FullSP1\PCU
    SQLServer2008SP1-KB968369-ia64-ENU.exe /x:v:\SQLSERVER2008_FullSP1\PCU

    Change the Setup files

    robocopy SQLSERVER2008_FullSP1\PCU v:\SQLSERVER2008_FullSP1 setup.rll
    robocopy SQLSERVER2008_FullSP1\PCU v:\SQLSERVER2008_FullSP1 setup.exe

    robocopy v:\SQLSERVER2008_FullSP1\pcu\ia64 v:\SQLSERVER2008_FullSP1\ia64 /xf  Microsoft.SQL.Chainer.PackageData.dll
    robocopy v:\SQLSERVER2008_FullSP1\pcu\x64 v:\SQLSERVER2008_FullSP1\x64 /xf  Microsoft.SQL.Chainer.PackageData.dll
    robocopy v:\SQLSERVER2008_FullSP1\pcu\x86 v:\SQLSERVER2008_FullSP1\x86 /xf  Microsoft.SQL.Chainer.PackageData.dll

    and merge the sp1 files.

    And change the installation path in the DefaultSetup.ini located in the ia64,x64,x86

    PCUSOURCE="z:\SQLSERVER2008_FullSP1\PCU"

    For a nice guide go to http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx

    So I did the complete setup again but now with SP1 and I can login in the SQL manager

    SQL 2008 cluster SQL 2008 cluster SQL 2008 cluster

     

    Watch the servername instance you can see this in de FC manager netbios name and sql name.

    Now that we are installed SQL on node 2 we must install SQL2008 SP1 on node 2.

    clip_image002[6] clip_image004[6] clip_image006[6]

    Just add the node to the cluster and follow the guide fillin the serial

    clip_image008[6] clip_image010[6] clip_image012[6]

    clip_image014[10] image SQL 2008 cluster

    Fill in the password and next

    image SQL 2008 cluster

    I hope I showed you that alot can go wrong and a setup can always be tricky if you want to to this to fast.

    I will mesh this configuration so that I hopefully have nice errors to solve.

    In the next session I will add a second instance.

    positive comments are welcome

    SCVMM 2008 R2

    The Beta is now complete and we have posted our final Release Candidate for SCVMM 2008 R2 on our Connect site. In addition to all the new capabilities R2 Beta introduced here's what is new in SCVMM 2008 R2 Release Candidate:

    Storage Migration:
    Enables migration of storage for a running VM. This is especially relevant as customers upgrade to Windows 2008 R2 as it allows them to easily migrate away from their existing one VM per LUN deployments and consolidate their VMs into a single CSV. For Hyper-V, this feature enables migration of a running VM’s storage both within the same host and across hosts with minimum downtime. For VMWare, this feature enables storage vMotion.

    Rapid VM Provisioning:
    Enables rapid creation of VMs without the need to copy VHDs over the network. Customers can now use storage technologies such as snap cloning to clone VHDs and then use the rapid provisioning feature to create VMs while continuing to take advantage of the VMM features to do OS customization and IC installation.

    Host compatibility checks:
    Enables checks for CPU features and enlightenment parity to ensure compatibility between a VM and a host prior to migration. A related feature to make a VM compatible with a host by limiting the use of certain CPU features is also enabled.
    Queuing of Live migrations:
    Enables users to do multiple live migrations within a cluster. VMM now detects the condition where live migrations fail due to collisions with in-progress live migrations and automatically performs queuing and retries in the background.

    Support for 3rd party CFS:
    Enables support for clustered file systems from ISVs that implement functionally similar to CSV (Clustered shared volumes). This feature allows for backwards support for CSV scenarios on Windows 2008.

    Support for Custom Disk resource:
    Enables support for Veritas volume manager by recognizing Veritas volume manager disks as a cluster disk resources.

    It is our goal that the final (RTM) version of SCVMM 2008 R2 will ship within 60 days of the ship date of Windows Server 2008 R2. We look forward to your feedback on this Release Candidate.
    Thank you, the SCVMM product team.

    Windows 2008 R2 RC File Server and print server

     

    Below are the few steps to use a cluster as file server or as print server. These are just the basic’s

    Start the wizzard choose the file server option and add a IP to the netbios name

    clip_image002 clip_image004 clip_image006

    select the disk that you want to use for file sharing

    clip_image008 clip_image010 clip_image012

    Now I make a share in this cluster , select the disk and if you want to change the permissions do this here. because I had the quorum disk on this disk the cluster folder is on the data disk.

    clip_image014 clip_image016 clip_image018

    clip_image020 clip_image022 clip_image024

    This I like a lot below is the enable access based enumeration I made a post on how to do this in windows 2003.

    Clustering Access-based Enumeration (ABE) - Windows Live

    and now it is just a setting clap

    clip_image026 clip_image028 clip_image030

    You can create a DFS link if you want. This will I do in a next session.

    clip_image032 clip_image034 clip_image036  

    As you can see it is much next next I agree just the basics are easy to do. the next blog items are all about R2 RC.

    I have almosted everything clusterd , so get some hardware and use R2 !

    Windows 2008 R2 RC clustering setup a cluster

     

    For a demo I did setup a windows 2008 R2 RC x64 server with HV. Because the demo hardware was not on the FCCP list. It takes more time to setup the server. So a Hint use hardware that is on the FCCP list !.

    So I used a x64 OS and still I hate this the drivers is always an issue , even a 3com nic won’t run these cards where very popular but no driver. so I was looking for some other elcheapo nics but almost every nic is not supported with x64 software. Why !!

    If the industry want us to use x64 software just make sure that there are drivers for x64, and not the crapy once.

    So In this senario I used the rocketdivision software for ISCSI. This week you can also use the windows 2008 Storage server with the microsoft ISCSI target software. You can also download the ISCSI software from teched but remember it runs only on storage server.

    It is a MSI file so maybe you can adjust it so that it runs on other servers, not that I tried this ;-)

    Ok my POC config.

    clip_image002 here are my 3 nic’s   clip_image004 Open de failover MMC

    So first we start the validate configuration.

    So fill in the node names as I added the second node, and as you can see the wizzard tells me that the failover services is not installed

    I installed the feature on the second node and rerun the wizzard

    clip_image006 clip_image008 clip_image010 clip_image012 clip_image014

    As you can see the node1 and node2 are added.

    clip_image016 clip_image018 clip_image020

    The validation configuration wizzard is success full

    Now that We know that I can make a cluster , we added some disk to the nodes.

    one disk as Witness disk and one for data

    clip_image022 clip_image024 clip_image026

    clip_image028 clip_image030 clip_image032

    On node the was no mpio installed so I did this to, remember node1 and node2 needs to be the same if you want to use the services in a cluster

    clip_image034

    Now We create cluster

    clip_image036 clip_image038 clip_image040

    clip_image042 

    Now that the cluster is in place and you want to remove the cluster is can be done with powershell quick and easy.

    Now we do it by powershell

    cluster /destroy /cleanup

    clip_image044

    The mmc is not refreshing

    So what we didn’t do is configuring the cluster network .

    So I do not want that my iscsi nic is doing clustering.

    clip_image046 clip_image048 clip_image050

    The one thing I hate after the wizzard is to reconfigure the quorum disk.

    image clip_image056  clip_image058 clip_image060 clip_image062 clip_image064  clip_image068

    Now the cluster is in place

    Microsoft iSCSI Target Software available to the public!

     

    Many of you ask about the cheapest way to deploy your own cluster. We all know that the hardware requirements are very flexible, so long as the components have a Windows Server logo and the complete solutions passes Validate (support policy) … but what about storage?

    Clustering does have a few storage requirements. The storage must be shared between the cluster nodes so that when a node fails and the other node picks up the workload, it will be able to access the same data which is on that shared disk. You may use Fibre Channel, Serial Attached SCSI (SAS) or iSCSI, and the device must support persistent reservations (hardware requirements). But networked storage can be expensive…until now!

    Windows Storage Server 2008 (WSS 2008) with the Microsoft iSCSI Software Target 3.2 is now available to all MSDN and TechNet Plus subscribers. A version for evaluation (TechNet Plus or MSDN), demonstration (MSDN), development (MSDN) or test (MSDN) is now being provided to MSDN and TechNet Plus subscribers for the first time. Rather than using expensive shared storage you simply run Storage Server on another machine. All communication is done over regular Ethernet cables, so HBAs or an expensive SAN are not needed. With just any three computers (2 cluster nodes and 1 iSCSI Target / DC) and a hub you can have your own Failover Cluster! Now there are no excuses for not trying out clustering.

    Full details and a FAQ are available at: http://blogs.technet.com/josebda/archive/2009/05/12/windows-storage-server-2008-with-the-microsoft-iscsi-software-target-3-2-available-to-msdn-and-technet-plus-subscribers.aspx

    Source : http://blogs.msdn.com/clustering/archive/2009/05/14/9613924.aspx

    Frequently Asked Questions (FAQ)

    Q: I tried to install the Microsoft iSCSI Software Target 3.2 on Windows Server 2008 (or Windows Server 2008 R2) and I got an error saying “Installation is not supported on this operating system”. What’s the problem?
    A: The Microsoft iSCSI Software Target 3.2 can only be installed on Windows Storage Server 2008 Standard, Enterprise or Workgroup. It cannot be installed on other OS version, like Windows Server 2008 or Windows Server 2008 R2.

    So you need Storage Server !

    If you don’t want storage server but you do want to use ISCSI take a peek at Starwind.

    The is a trail version.

    Why Windows Storage Server 2008?

    Home

    The amount of data supported within the organization continues to grow every year. Regulatory requirements, archival demands and data availability push storage requirements to their limits. As the datacenter grows, so does power consumption, physical space requirements and the need for improved hardware to handle the massive volume of data. Administrators need more than just raw storage capacity, but to implement the storage techniques and strategies that help them prioritize data and provide a standard of service. Storage demands will continue to grow and a storage solution is needed that can grow with the demand. Windows Storage Server 2008 can enable your organization to optimize your datacenter storage requirements.

    It is finally here – the Windows Storage Server 2008 release based on Windows Server 2008 is ready for OEM embedded partners to develop dedicated NAS and block appliances. Learn about the new improvements in the OS, including OEM extensibility, Single Instance Storage (SIS), Java-based remote desktop features and the new iSCSI Software Target package

    Get more info here

    Or See the webcast :  TechNet Webcast: Introducing Windows Storage Server 2008 (Level 300)

    Mount SkyDrive As A Virtual Drive In Windows Cloud Dektop

    The microsoft Skydrive is very handy 25 gb lots of space, easy to put 25000 pictures in the drive.

    But how do you get them off , one by one ;-( pictures are easy with the live photo manager but what about files ??

    Well I found the tool for this. my cloud desktop  http://www.gladinet.com/ 

    You can mount you skydrive as a windows drive.

     

    *Gladinet Beta testers may receive a free license with one year free upgrade
    *Some features may be disabled during Beta testing
    *Please check the product for the exact list of integrated cloud storages/applications

    There are 3 versions Check it out !

    http://www.gladinet.com/p/download_professional.htm

    Announcing a New Program for System Center Influencers

     

    source : http://blogs.technet.com/systemcenter/archive/2009/04/28/announcing-a-new-program-for-system-center-influencers.aspx

    Officially launching at MMS 2009 in Las Vegas is a new community program that will give influencers—user group leads, MVPs, popular bloggers, and others recognized as influential in the community around System Center—the technical training content, people connections, and general guidance they need to enhance their credibility and impact in the community.

    influencer_program_home

    Key Member Benefits

    • Access key content:  Members get access to the latest technical training content to help them enhance their expertise.   This also includes exclusive user group content.
    • Meet experts and peers in the community:  Members can stay connected with System Center-focused events, or let others know about their upcoming events.   Members can register and find events, as well as request speakers for upcoming meetings.
    • Grow in influence:  Members can learn about new opportunities to lead their communities on and offline, and find out about other opportunities to get more involved with Microsoft.

    This invitation-only program has its online home on Microsoft Connect, and offers or links to several different tools intended to support influencer needs. As this is very much a work in progress that is just getting off the ground, we are asking participants to help us develop the program and shape it in ways that are most relevant to the community.

    Who’s Eligible

    This program is intended for influencers of all kinds, or simply those who are looking for tools to become more influential in their communities. Our intention is not to supplant any existing influencer programs, such as the MVP program, but merely to complement and extend them, focusing specifically on the needs of the System Center (and soon: Virtualization) community.

    How to Find Out More

    If you are interested in this program, or have any questions about our tools, resources, or mission, please contact us at scnetsup@microsoft.com.

    - dave //

    Source : http://blogs.technet.com/systemcenter/archive/2009/04/28/announcing-a-new-program-for-system-center-influencers.aspx

    System Center Central

     

    There is a new Website for all your System Center Stuff :

    System Center CentralSystem Center Central

    Nice Work guys.

    Network Monitor 3.3 is now available

     

    Please download Network Monitor 3.3 from Microsoft.com. Visit the Network Monitor 3.3 Release Blog to get more information about this release.

    To provide feedback, go to our scenario voting page, and let your opinion be heard.

    What’s New in Network Monitor 3.3?

    · Ability to capture on WWAN and Tunnel interfaces on Win7.

    · Critical fixes to NM3.3 to operate correctly with Hyper-V.

    · Right-click-add-to-alias. Right-click a frame in the Frame Summary window with an IPv4, IPv6, or MAC address to add that address as a new alias.

    · Right-click-go-to-definition: Right-click a field in the Frame Details windows and select Go To Data Field Definition or Go To Data Type Definition to see where the field is defined in the NPL parsers.

    · Auto-scroll. See the most recent traffic as it comes in. In a live capture, click the Autoscroll button on the main toolbar to have the Frame Summary window automatically scroll down to display the most recent frames as they come in. Click Auto-scroll again to freeze the view in its present location.

    · Experts available online: Experts are stand-alone applications that analyze Network Monitor capture data. Various experts are available online at http://go.microsoft.com/fwlink/?LinkID=133950.

    · Frame Comments: Attach comments to frames in a saved capture file. Select the Frame Comments tab in the lower-right window to add, view, edit, or delete comments.

    · API Extensions: API methods have been added to enable access to conversation information, properties, field display strings, and comments.

    · Ability to open ETL files and correlate information by Network Tracing scenario.

    · Set of core parsers to improve parsing performance. These can be accessed by changing the Common and Windows set of parsers to stubs:

    From the Tools menu, select Options

    · Go to the Parsers Tab

    · Select the folder you want to stub out (Common or Windows)

    · Click on the Stubs button on toolbar

    · See our Release Notes for a complete list of new features and known issues.

    · Experts: Experts are stand-alone applications that analyze Network Monitor capture data. Network Monitor 3.3 provides a simple interface for registering experts with the product and invoking them on a saved capture file. We have made some initial experts available online. Do you have a network troubleshooting need that is not currently met by Network Monitor or our available experts? Why not suggest your own expert? Please use the feedback link on the left to submit a description of the analysis task you want to solve (you must first join our connection) and we will work with you to create an expert for the community to enjoy.

    Microsoft Enterprise Desktop Virtualization

    The Infrastructure Planning and Design team has released a new guide: Microsoft Enterprise Desktop Virtualization.
    This guide outlines the critical infrastructure design elements that are crucial to a successful implementation of Microsoft Enterprise Desktop Virtualization (MED-V). The reader is guided through the four-step process of designing components, layout, and connectivity in a logical, sequential order. Identification of the MED-V server instances required is presented in simple, easy-to-follow steps, helping the reader to deliver managed virtual machines to end users. Following the steps in this guide will result in a design that is sized, configured, and appropriately placed to deliver the stated business benefits, while also considering the performance, capacity, and fault tolerance of the system.
    Download the guide by visiting http://www.microsoft.com/ipd and selecting “Microsoft Enterprise Desktop Virtualization” under the IPD One-click Downloads, listed on the bottom right of the page.
    Infrastructure Planning and Design streamlines the planning process by:

    • Defining the technical decision flow through the planning process.
    • Listing the decisions to be made and the commonly available options and considerations.
    • Relating the decisions and options to the business in terms of cost, complexity, and other characteristics.
    • Framing decisions in terms of additional questions to the business to ensure a comprehensive alignment with the appropriate business landscape.

    Microsoft Enterprise Desktop Virtualization (MED-V)

     

    Enhancing deployment and management for Virtual PCs in enterprise environments

    MED-V v1 has released

    Microsoft Enterprise Desktop Virtualization (MED-V) provides deployment and management of virtual Windows desktops to enable key enterprise scenarios. MED-V 1.0 helps enterprises upgrade to the latest version of Windows even when some applications are not yet compatible.

    MED-V builds on top of Microsoft Virtual PC to run two operating systems on one device, adding virtual image delivery, policy-based provisioning and centralized management.

    MED-V is one of the six technologies in the Microsoft Desktop Optimization Pack (MDOP). Read MDOP 2009 announcement.

    "MED-V saves us time in standardizing our desktop across the multiple entities of the Belgacom group", says Eric Opitom, Office Automation Domain Manager at Belgacom, a provider of integrated telecommunication services, "With thousands of users in our environment, MED-V will significantly reduce the time required for testing and migrating the applications we have."

    The challenge of legacy applications

    Incompatibility of legacy applications with newer versions of Microsoft Windows can often delay enterprise upgrades to the latest version of Windows. Testing and migrating applications can be time consuming, and meanwhile users are unable to take advantage of the new capabilities and enhancements offered by the new OS. By delivering applications in a Virtual PC that runs a previous version of the OS (e.g., Windows XP or Windows 2000), administrators can remove the barriers to OS upgrades.

    Read the EMA case study

    Microsoft Enterprise Desktop Virtualization: Advantages
    • Centrally create, deploy, and update virtual PC images throughout the enterprise

    • Provision virtual images and user policies according to business affiliation and requirements

    • Accelerate the upgrade path to new Desktop OS-legacy applications continue to run in a virtual environment with a previous OS version

    • Simplify IT integration of new subsidiaries by running two IT environments concurrently (i.e. the corporate one and the acquired company's one)

    Read more about MED-V features in the datasheet (PDF, XPS) or in the Architecture white paper

     

    Source : http://www.microsoft.com/windows/enterprise/products/med-v.aspx

    Robert Smit received Microsoft® MVP Award!

    Today I had a email with the ultimate award.  Thank you Community, In this time of my life I can use this to get new powers to ban bad things out of my life. Sometimes people keep yelling that they are the backbone of the community and pushing and pushing to believe they are right , but they are not. I think this kind of power is wrong and if you fight this correctly they will pay believe me they will.

    Not always is Microsoft the best solution but think about why this will not fit in your organization most of the times it is policy and not that the software is bad.  This MVP status is great and I will continue helping the community and it may not always your solution to the problem but he I’m not in control of your system. I give you my opinion and hopes it will help you to solve your problem.

    THANKS

     

    Microsoft is pleased to recognize you as a Microsoft Most Valuable Professional for your exceptional contributions and commitment to technical communities worldwide over the past year. Microsoft is happy to present you with the MVP Award as our special way of saying thanks for making a difference.

    As the independent voice of users worldwide, your influence on technical communities is felt in many ways—enhancing people’s lives and contributing to our industry’s success. We’re deeply grateful to you for sharing your feedback, comments, answers, and expertise with technical communities. In recognition of your commitment, Microsoft is pleased to honor you with the Most Valuable Professional Award. Thank you for empowering the community with your outstanding leadership!

    Steven A. Ballmer
    Chief Executive Officer
    Microsoft Corporation

    Thank you for your exceptional contributions to technical communities! It gives us great pleasure to present you with the Microsoft Most Valuable Professional Award for the technical expertise you generously provide to others. By sharing your knowledge, experience, and objective feedback, you inspire and help people to solve problems and discover new capabilities every day. We are honored to welcome you as a Microsoft MVP.

    Rich Kaplan
    Corporate Vice President
    Customer and Partner Advocacy
    Microsoft Corporation

    Windows Cluster File share Settings

    Sometimes I see troubles with file sharing and clustering, default windows uses caching.

    and in clustering you don’t want to do caching so you can turn it off

    image  Just go to the caching TAP and check the checkbox.

    image  image

    http://support.microsoft.com/default.aspx/kb/287566

     

     

    There is also an  Issue with the previous Version page.

    http://support.microsoft.com/kb/888603

    You can set this in a GPO below is a sample how to make a ADM file for this.

     

    CLASS USER

    CATEGORY "Windows Components"

    CATEGORY "Windows Explorer"

    POLICY "Disable Previous Versions Tab"

    EXPLAIN !!PVHelp

    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer"

    VALUENAME "NoPreviousVersionsPage"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0

    END POLICY

    END CATEGORY;

    END CATEGORY;

    [strings]

    PVHelp="\nThis policy allows you to disable the Previous Versions Tab (used for Shadow Copies) in Windows Explorer.”

    Operations Manager 2007 R2 introduces key new and enhanced functionality

    OpsMgr R2

    Enhanced application performance and availability across heterogeneous platforms

    • Delivers monitoring across Windows, Linux and Unix servers-all through a single console
      Extends end to end monitoring of distributed applications to any workload running on Windows, Unix and Linux platforms
      Maximize availability of virtual workloads with integration with System Center Virtual Machine Manager 2008

    Improved management of applications in the data center

    • Delivers on the scale requirements of URL monitoring of your business
      Meet agreed service levels with enhanced reporting showing application performance and availability
      More efficient problem identification and action to resolve issues

    Increased speed of access to information and functionality to drive management

    • Faster load times for views and results
      Improved and simplified management pack authoring experience

    For those who are evaluating the Beta release, this Release Candidate offers a number of enhancements over the Operations Manager R2 Beta, including:

    -New Power Management MP template (Monitored system must be Windows Server 2008 R2 or Win7)
    -Updated branding across all User Interfaces
    -Improved trace configuration tools on the CD to help support issues escalated to Customer Support (where applicable)
    -Improved Run As Account Distribution Configuration
    -Ability to run inline tasks for non-Microsoft servers
    -Support for upgrade from Beta deployments to the Release Candidate
    -New and updated documentation, including the Usage Guide, Design Guide, Deployment Guide, Upgrade Guide, Security Guide and Operations Guide

    Apply - to participate in the "Operations Manager Public Beta" - https://connect.microsoft.com/SelfNomination.aspx?ProgramID=2249&pageType=1&SiteID=446

    Get it - System Center Operations Manager 2007 R2 (RC) - http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=446&DownloadID=17271

    Windows Update Standalone Beta client Windows Vista and Windows 7

     

    There is a new beta for the windows update , I must say this is a nice improvement better overview and new options

    Now Standard Users can install Updates. < and this beta works on windows 7 ;-)  >

    Get it on the connect site.

    image

    image  There is an new option Who can install Updates !

    This option is enabled by default in Windows 7. It is disabled by default in Windows Vista to preserve the allowed functionality that administrators expect non-administrators to have.

    As a result of these improvements, preliminary data suggests an overall 95% reduction in UAC prompts when using Windows Update.

    image image

    The New Screens off Windows update

    clip_image002

    Improved error hubs

    Many of the Windows Update error hubs have been improved to provide users with a clear action they can take to help solve the problem that occurred.

    image Action Center integration (Windows 7-only)

    Unable to check for updates

    Notification appears if unable to check for updates for 32+ days:

    Launch a scan by clicking the notification, or the button in Action Center:

    image image

    image

    Upcoming auto-install

    Action Center reminds users about scheduled update installations, so they can save their work in advance and avoid losing their data.

    Windows 2003 Cluster Error 0x8007170a

     

    Did You see this Error ? 0x8007170a this computer cannot be made a member of a cluster.

    image  Think about if you see this What Windows Version do I have.

    Do not assume that you have the correct windows version if someone told you I have the cluster nodes up and running but I can’t install the Cluster.

    Windows 2003 fail over Needs WINDOWS 2003 ENTERPRISE !

    0x8007170a this computer cannot be made a member of a cluster means You are running windows standard edition

    Savision Free Live Maps for Everyone

     

    Source: PRWeb

    Savision B.V., the leader in Microsoft® System Center Operations Manager visualization, today announced the availability of a free version of Live Maps for Microsoft Operations Manager 2007. Microsoft Operations Manager administrators everywhere can now benefit from the extraordinary visualization capabilities of Live Maps v3. The free version is fully functional and allows IT organizations to create three maps of any type.”

    We are proud to announce the availability of a free version of Live Maps for Microsoft Operations Manager 2007. Now you and OpsMgr administrators everywhere can benefit from the extraordinary visualization functionality of Live Maps v3. The free version is fully functional and allows you to create three maps of any type.

    Live Maps v3 allows your IT organization to easily conceive, build and maintain large-scale monitoring maps. New wizards and templates empower you and your colleagues to quickly construct dynamically updated network and application topologies, geographical views, complex business processes and executive dashboards. This ensures that employees at all levels, from the IT operator to the business executive, have access to the information needed to proactively manage IT problems.

    Live Maps gives organizations running Microsoft System Center Operations Manager 2007 a powerful web-enabled solution to create end-to-end service topologies, business process and executive dashboard maps. Additionally, the latest version allows maps to become network link aware ensuring that connectivity problems are easily identifiable. We are giving you all of this for free in order for you to truly maximize your organization’s investment in Operations Manager 2007.

    This is a limited time offer – download your copy today at www.savision.com/free.

    System Center Virtual Machine Manager R2

    System Center Virtual Machine Manager 2008 R2 is now available as a public beta.

    This is the first release of SCVMM to support Windows Server 2008 R2.

    Key new features in R2

    • Live Migration
    SCVMM can now trigger live and quick migration of virtual machines on R2 clusters.
    • Clustered Shared Volumes (CSV)
    SCVMM can now place multiple VMs on a single LUN configured as a CSV
    • SAN enhancements 
    SCVMM can now use SAN migration mechanisms to move virtual machines in and out of clusters. Multiple LUNs per single iSCSI target are now supported, which lets SCVMM use certain iSCSI products from Network Appliance and EMC.
    • Networking enhancements 
    From 2008 R2 comes support for Virtual Machine Queues (VMQs) & Chimney (TCP offload engines). VMQs are a mechanism for the network cards to transfer data via DMA directly into the child partition's memory. Also, different processors can serve different queues, thus enhancing scalability greatly. For more details, see http://msdn.microsoft.com/en-us/library/dd434877.aspx
    • Support for MAC spoofing 
    • Support for reusable port groups in VMWare VirtualCenter.
    • Maintenance mode support
    Maintenance mode is supported across all platforms: Hyper-V, VS and VMWare ESX hosts. Putting a host in maintenance mode triggers live migration (where possible) of all VMs on the host on Windows 2008 R2 and VMWare. Also,migrations for performance and resource optimization (PRO) to the host are disabled.
    • Disjoint domains support
    • BITS compact server support for network transfers