v

SloWUG

Slovenian Windows Users Group
Windows, Exchange, SQL, Security, ...
Where knowledge is free...

Ta blog

Razpečevanje

Tags

aggregated

  • Hyper-V disaster recovery - virtual machine import even if not exported

    First of all I would like to thank Dusan Kosaric to keep my moral up during this operation and for his help when I was trying to restore my virtual machine …   I was very sad when I was not able to make it work… You know something happened to my Hyper-V server and needed to reinstall it. I [...]
  • POW #3 - Enable Windows Server Backup support for Hyper-V

    POW_Blue_SDid you try to backup Hyper-V Virtual Machines with Windows Server backup and received Event ID 521 error on Hyper-V host?

     

    Backup started at '7.10.2008 23:21:14' failed as Volume Shadow copy operation failed for backup volumes with following error code '2155348129'. Please rerun backup once issue is resolved.

    vss_error1

     Event ID 12302 error on guest computer?

    Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers.  Please check to see that the Event Service and Volume Shadow Copy Service are operating properly.

    vss_error2

    Result of running vssadmin list writers command is empty?

    vss_error3

    Event ID 10102 error appears in Microsoft-Windows-Hyper-V-VMMS/Admin Event Log?

    Failed to create the backup of virtual machine 'GUEST01'. (Virtual machine ID 0FBA408B-B269-4169-9278-EC650FEEBB1B)

    vss_error4

    Solution resides in the registry ;).

    Fix VSS Event ID 12302 on Hyper-v guests

    In order to get rid off Event ID 12302 on Virtual Machines you need to follow the following procedure:

    • Backup registry key:
      HKLM\Software\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions

      vss_error5
    • Delete registry key Subscriptions.
    • Restart Virtual Machine (key will be regenerated after restart).
    • Verify that vssadmin list writers command returns valid list of writers.

      vss_error6

     Enable Hyper-V VSS Writer with Windows Server Backup

    In order to enable VSS backups of Hyper-V Virtual Machines, you need to add the following registry keys and String Value to enable Hyper-V VSS Writer with Windows Server Backup on Hyper-V host.

    Key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
    WindowsServerBackup\Application Support\{66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}

    String Value:

    Name: Application Identifier
    Type: REG_SZ
    Value: Hyper-V

    vss_error7

    Also check that Hotfix KB956697 (Windows Server 2008 Hyper-V VSS writer is not used during a backup job because of corrupted or invalid virtual machine configuration files.) is installed!

    Microsoft Hyper-V Server 2008

    I also have great news for all Hyper-V lovers. Microsoft released Microsoft Hyper-V Server 2008! The best thing about it is that it's FREE! Microsoft Hyper-V Server 2008 is a stripped version of Windows Server 2008 Core and contains only Windows Hypervisor, Windows Server driver model and virtualization components.

    Microsoft® Hyper-V™ Server 2008 is a stand-alone product that provides a simplified, reliable, cost-effective and optimized virtualization solution enabling organizations to improve server utilization and reduce costs. It allows organizations to consolidate workloads onto a single physical server and is a good solution for organizations who want a basic and simplified virtualization solution for consolidating servers as well as for development and test environments. Low utilization infrastructure workloads, departmental applications and simple branch office workloads are also candidates to virtualize using Hyper-V Server 2008.

    Links:

  • Hyper-V Server and FreeBSD hand in hand… :)

    Finaly we have a true solution for FreeBSD hanging when you want to reboot or stop it in Hyper-V server… Today I recieved a comment on my article FreeBSD in Hyper-V - WORKS!!!. You can now patch FreeBSD kernel to shut down correctly…  Check this blog too: http://shell.peach.ne.jp/aoyama/ Aoyama Says: October 7th, 2008 at 11:02   edit I made an easy [...]
  • Microsoft Hyper-V Server 2008 basic configuration

    http://picasaweb.google.com/manojlovicluka/HyperVServer2008BasicConfiguration In this photo-slide-show you can see some basic configuration of Hyper-V server. In the last picture there is shown a remote connection with Hyper-V management tool from one of my servers to Hyper-V server.  First of all you will see that Hyper-V server is very similar to Core version of Windows server 2008. To help you with basic configuration Hyper-V [...]
  • Installing Microsoft Hyper-V Server 2008

    Here you can get a step-by-step install of Hyper-V server 2008  http://picasaweb.google.com/manojlovicluka/InstallingMicrosoftHyperVServer2008 In this first post we only install our Hyper-V server 2008 in next post you can see some basic configuration you should do after installation. In this article I assume that you have already enabled virtualization on your hardware. I used HP ML 380 as a [...]
  • Microsoft Hyper-V server 2008 is here!!!

    I welcome you to join virtualisation experience with this fantastic product… At the moment of writing I am testing Microsoft Hyper-V server 2008 and it works great… In next days I will post some screenshots on how to install, configure and manage Microsoft Hyper-V server 2008… http://www.microsoft.com/servers/hyper-v-server/default.mspx
  • POW #2 - Upgrading legacy filters

    POW_BlueI just migrated from Microsoft Exchange Server 2000/2003 to Microsoft Exchange Server 2007. What is this thing with upgrading E-Mail Address Policies, Address Lists,...?

    I receive this question quite often. So let's try to answer.

    Exchange Server 2007 uses a new filter syntax (OPATH) to replace the traditional LDAP filters. So what is OPATH? OPATH is filtering syntax used by PowerShell, and is therefore also used by Exchange Server 2007. Remember that the whole Exchange Server 2007 administration is done via PowerShell! OPATH replaces complicated syntax used by LDAP filters in Exchange Server 2000/2003.

    Which (default) filters do we need to upgrade?

    • Email Address Policies
    • Global Address Lists
    • Address Lists

    Let's start with Email Address Policies. Here is LDAP Recipient Filter that comes with Exchange Server 2000/20003:

    filter1

    filter2

    As you can see only LDAP Filter is present and Recipient Filter Type is Legacy.

    How can we upgrade filter? Here is a cmdlet:

    Set-EmailAddressPolicy "Default Policy" –IncludedRecipients AllRecipients

    And result:

    filter3

    filter4

    As you can see Recipient Filter is filled and Recipient Type is Precanned. Precanned means that the filter for this group was created using the pre-canned filters.

    Upgrading (Default) Global Address List

    Similar to Default Email Address filter only LDAP filter is present and Recipient Filter Type is Legacy.

    filter5

    filter6 

    Upgrading cmdlet with OPATH filter:

    Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}

    And result:

    filter7

    filter8

    Recipient Filter contains OPATH filter and Recipient Filter Type is Custom, since we used custom and not pre-canned filter.

    Upgrading (Default) Address Lists

    Notice that Default Address Lists in Exchange 2000/2003 are All Users, All Groups, All Contacts and Public Folders. All Address Lists contains only LDAP Filter and Recipient Type is Legacy.

    filter9

    filter11

    filter12

    filter13

    filter10

    Upgrading cmdlets with OPATH filter:

    Set-AddressList "All Users" –IncludedRecipients MailboxUsers

    Set-AddressList "All Contacts" –IncludedRecipients MailContacts

    Set-AddressList "All Groups" –IncludedRecipients MailGroups

    Set-AddressList "Public Folders" –RecipientFilter { RecipientType -eq 'PublicFolder' }

    And results:

    filter14

    filter15

    filter16

    filter17

    filter18

    filter19

    Notice that all filters are upgraded to OPATH filter format. Filters for All Users, All Groups and All Contacts were created using pre-canned filters and Public Folders with custom Recipient Filter.

    This part covers converting Default Filters from LDAP to OPATH filter format. If you are using custom Email Address Lists, Global Address Lists or Address Lists please consider upgrading LDAP filters to OPATH.

    Objavljeno okt 02 2008, 04:30 , objavil Blog (at) mreza.info
    Pripete označbe:
  • Go green - when we are talking about energy consumption …

    http://www.zeleniutrip.si/
  • Windows Server 2008 Core configurator…

    As it is quite difficult to configure Windows Server 2008 Core - speciali if you are not used to use command prompt as your main configuration utility … :) There is a tool available online that helps you configure some basic tasks… It is quite similar to Windows Hyper-V server 2008 configuration menu… http://www.codeplex.com/CoreConfig Happy core configuring…
  • POW #1 - Sending HTML e-mails to remote domains via OWA 2007

    2 As spotted on many blogs, the pretty popular topic for some time now is Links of the Week. So I decided to try something new, something more technical and useful for my readers. And here it is. New set of posts named Problem of the Week (POW).

    So here is the first part that talks about sending HTML e-mails to remote domains via OWA on Exchange Server 2007, the e-mails in question being received as plain text on destination domains.

    So you send 'nice' HTML e-mail...

    owa_html_1b

    ... which is displayed in plain text at destination.

    owa_html_2

    So what's the catch?

    Answer lies in 'hidden' ContentType parameter of Remote Domains settings.

    owa_html_3

    ContentType value MimeText is not there by default. Yes, that's right! Someone set this up on Exchange Server 2003! ;-)

    Does this look familiar to you?

    owa_html_4

    That's right. If you have (or had before migration) this set to Provide message body as plain text the ContectType parameter for Remote Domains is MimeText.

    So what's the solution?

    You need to set value of ContentType to MimeHtmlText. Here's cmdlet:

    Get-RemoteDomain | Set-RemoteDomain -ContentType MimeHtmlText

    owa_html_5

    ...and the result...

    owa_html_6

     

    That's all for part #1. Happy reading... ;-)

  • Edge Planning Tool for Office Communications Server 2007

    Another great tool from OCS team!

    The Edge Planning Tool for Microsoft Office Communications Server 2007 provides settings for configuring your perimeter network based on information that you provide to the tool.

    The Edge Planning Tool asks questions about your proposed or current edge server deployment. The tool uses your answers and Microsoft Office Communications Server 2007 best practices to generate the following reports:

    • Settings that you can use to configure your certificates, DNS services, and firewalls.
    • Custom documentation for configuring your edge servers, reverse proxy, and next hop server.
    • A comparison of your answers to Microsoft Office Communications Server 2007 best practices.

    OCS_Edge_PT01

    OCS_Edge_PT02

     

    Source: Edge Planning Tool for Office Communications Server 2007

  • VMware Workstation faster than Hyper-V?

    Well... not exactly.

    I came across a blog post on The Hypervisor which compares VMware Workstation and Microsoft Hyper-V.

    The interesting part about benchmarks is that they are based only in difference between installation times which is complete nonsense. Hyper-V in known to be "slow" during installation (it's also slower than Virtual PC). Hyper-V shows real speed when Integrated Components are loaded.

    It would be interesting to see a real (and with real I mean applications stress tests,... and not installation times) between Microsoft Hyper-V and VMware ESX. I can tell you from my test labs that VMware Workstation/Server is slow compared to Hyper-V. Anyone noticed Windows Server 2008 struggling on VMware ESX 3.5 and flying on Hyper-V? Must be something with Experimental support for Windows Server 2008 on ESX 3.5...

    icon_mrgreen

     

    Source: Hyper-V benchmark surprise

  • 4th Birthday

    Blog (at) Mreza.Info is 4 years old today. In the near future blog will be migrated to Exchange.SI domain and will also include some great online tools for every UC Administrator.

    HappyBday

  • Hyper-V FreeBSD shutdown problem workaround

    Thanks to Mike …  I’ve found an even easier way to do this.  I found a PowerShell Hyper-V script at: http://www.codeplex.com/PSHyperv It has a lot of functions already, and I added a “Kill-VM” function that automates the kill process: Kill-VM <VM name> My modified script is attached to this message. To use it, you need to install PowerShell (Under Server Manager -> [...]
  • Cipher Suite Update for Windows Server 2003

    This update adds support for the following Advanced Encryption Standard (AES) cipher suites in the Schannel.dll module for Windows Server 2003:

    • TLS_RSA_WITH_AES_128_CBC_SHA AES128-SHA
    • TLS_RSA_WITH_AES_256_CBC_SHA AES256-SHA

    Note: These cipher suites are based on the RC4 algorithm.

     

    Source:

    KB948963 - An update is available to adds support for the TLS_RSA_WITH_AES_128_CBC_SHA AES128-SHA and the TLS_RSA_WITH_AES_256_CBC_SHA AES256-SHA AES cipher suites in Windows Server 2003

    Objavljeno jul 17 2008, 03:06 , objavil Blog (at) mreza.info
    Pripete označbe: , ,
Več prispevkov Naslednja stran »
(c) 2007
Powered by Community Server (Commercial Edition), by Telligent Systems