Windows Storage Server 2008 backup fail to UEFI based computers

Hai All
I have got Windows Storage Server 2008 running on a WD Sentinel DX4000. Recently my company bought a couple of new Dell laptops all running windows 8.1 64bit OS. Only three older laptops were left. Now for the fun part...I installed the connectors pointing
to the Sentinel on the laptops, and as expected the pc's show on the dashboard of the Storage Server, but all of the backups fail on the newer laptops. I installed the connectors on the older laptops as well and they go through no problem
The only difference between the older laptops and the new ones are the GPT partition drives and laptops running on UEFI, the older laptops, although running the same OS, do not have GPT and UEFI. I looked at the Event Viewer and found three errors to do
with the backup: Event 514 pointing to a ClientVSSProblem, Event 8194 pointing to Volume Shadow Copy Service error: Unexpected error querrying for the VSSWriterCallback interface, hr=0x80070005,Access Denied and the last one is Event 513 CAPI2, Cryptographic
Service failed while processing onIdentity() call in the System Writerobject Details: AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol. I did as most articles suggested but with no change. From changing registries
to taking ownership of the %windir% and adding the NT AUTHORITY, the NT Service and BUILTIN\Users. No change.
Help is much appreciated before i make a boat anchor out of the WD Sentinel.
Kind regards

Well looks like there is a change or two to be made on the client computer, granting some access to the NT Services and NT Authority. To automate this fix I wrote a batch file to be run on the client pc:
takeown /f %windir%\winsxs\temp\PendingRenames /a
pause
icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM":(RX)
pause
icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller":(F)
pause
icacls %windir%\winsxs\temp\PendingRenames /grant "BUILTIN\Users":(RX)
pause
takeown /f %windir%\winsxs\filemaps\* /a
pause
icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM":(RX)
pause
icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller":(F)
pause
icacls %windir%\winsxs\filemaps\*.* /grant "BUILTIN\Users":(RX)
net stop cryptsvc
pause
net start cryptsvc
pause
The backup now starts on the Sentinel
Kind Regards

Similar Messages

  • Windows Storage Server 2008 Backup over the internet

    I have a client that uses Windows storage server 2008 Essentials and wants to backup his employees' laptops at his office to the storage server standing at his house. I have setup the network at his house with a public IP and can access remote
    website for Storage server. I can even access the /connect site and download the connect software.
    Then I setup a VPN tunnel to the network at his house so that the laptops at the office are on the same network as the storage server, this works and I can install the connect software when a laptop is on the VPN, meaning the connect software setup finds
    the server and everything, but when I try to log in using the Launchpad or Dashboard on the laptop it says it can't find the server. How is this possible if I just installed and setup the connect software? Am I missing something here or can you point me in
    the right direction. The laptops even show in the Dashboard when I remote desktop to the storage server and open the dashboard on the storage server.

    Hi,
    The issue may be due to the NetNatTransitionConfiguration is overlapping the backup port (default to 8912).  You could refer to the thread below to troubleshoot the issue:
    Client backup cannot connect after DirectAccess/VPN role added
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/6522dba0-9342-4839-b806-0656d18d2329/client-backup-cannot-connect-after-directaccessvpn-role-added
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Storage Server 2008 R2 Client restore for UEFI Bios Error

    My surface pro 3 has been backing up successfully to a Windows Storage Server 2008 R2 Essentials for months now.  I now need to restore the Surface Pro 3 to backup created last week.  However I cannot get  the Surface Pro3 to boot from the
    Recovery stick created by the Recovery Tools task.  I also can't get the Surface to boot from an external dvd drive.  The Surface seems to just ignore the External DVD drive.  Maybe there is a problem with it.  I will try it somewhere else.
    However the error I get trying to boot from the USB is the following.
    Window Boot Manger
    File \EFI\Microsoft\Boot\BCD
    Status: 0xc000000d
    Info: An error occurred while attempting to read the boot configuration data.
    How do I fix this issue and get the Surface Pro 3 to restore from backup?

    Hi,
    Please try to disable secure boot in BIOS and check Enable Legacy Option ROMs under Advanced Boot options to resolve the issue.
    For more detailed information, please see:
    Error after UEFI PXE Windows 7 OSD
    https://social.technet.microsoft.com/Forums/en-US/2eb69a11-2d56-4590-8a3c-e9f00b8c0d50/error-after-uefi-pxe-windows-7-osd?forum=configmanagerosd
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Auditing failed access to files and folders in Windows Storage Server 2008 R2

    Hello,
    I've been trying to figure out why I cannot audit the failed access to files and folders on my server.  I'm trying to replace a unix-based NAS with a Windows Storage Server 2008 R2 solution so I can use my current audit tools (the 'nix NAS
    has basically none).  I'm looking for a solution for a small remote office with 5-10 users and am looking at Windows Storage Server 2008 R2 (no props yet, but on a Buffalo appliance).  I specifically need to audit the failure of a user to access
    folders and files they are not supposed to view, but on this appliance it never shows.  I have:
    Enabled audit Object access for File system, File share and Detailed file share
    Set the security of the top-level share to everyone full control
    Used NTFS file permissions to set who can/cannot see particular folders
    On those folders (and letting those permissions flow down) I've set the auditing tab to "Fail - Everyone - Full Control - This folder, subfolders and files"
    On the audit log I only see "Audit Success" messages for items like "A network share object was checked to see whether client can be granted desired access (Event 5145) - but never a failure audit (because this user was not allowed access by NTFS permissions).
    I've done this successfully with Windows Server 2008 R2 x64 w/SP1 and am wondering if anybody has tried this with the Windows Storage Server version (with success of course).  My customer wants an inexpensive "appliance" and I thought this new
    variant of 2008 was the ticket, but I can't if it won't provide this audit.
    Any thoughts? Any of you have luck with this?  I am (due to the fact I bought this appliance out of my own pocket) using the WSS "Workgroup" flavor and am wondering if this feature has been stripped from the workgroup edition of WSS.
    TIA,
    --Jeffrey

    Hi Jeffrey,
    The steps to setup Audit on a WSS system should be the same as a standard version of Windows Server. So please redo the steps listed below to see if issue still exists:
    Enabling file auditing is a 2-step process.
    [1] Configure "audit object access" in AD Group Policy or on the server's local GPO. This setting is located under Computer Configuration-->Windows Settings-->Security Settings-->Local Policies-->Audit Policies. Enable success/failure auditing
    for "Audit object access."
    [2] Configure an audit entry on the specific folder(s) that you wish to audit. Right-click on the folder-->Properties-->Advanced. From the Auditing tab, click Add, then enter the users/groups whom you wish to audit and what actions you wish to audit
    - auditing Full Control will create an audit entry every time anyone opens/changes/closes/deletes a file, or you can just audit for Delete operations.
    A similar thread:
    http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/da689e43-d51d-4005-bc48-26d3c387e859
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Windows Storage Server 2008 - unzip with drag & drop from Windows 7 client fails

    Hello.
    As i asked this question in German and got no answer so i try it in English now.
    I have the following problem:
    We have a Windows SBS 2008, where we store our files. If somebody opens a ZIP-file on a network share from a Windows 7 Client (64 Bit) it is possible to drag & drop the content (multiple files) to a directory. So far everything works as expected.
    We now have an additional Windows Storage Server 2008 integrated in our domain (Buffalo Tera Station WS-QV8/R5), where we also store files. If somebody opens the same ZIP-file on a network share of this server from a Windows 7 Client and tries to drag &
    drop the content the following happens:
    1. only one file is extracted and to display the file a refresh of the explorer view is needed.
    2. when the drag & drop action is repeated a second file is extracted
    Not alle files are extracted and there is no error message or indication why this happens.
    The behaviour is reproducible from another Windows 7 Client (32 Bit).
    If we try to drag & drop the files from the ZIP-file on the Windows Storage Server network sahre to a directory on the SBS network share all files are extracted correctly.
    On the Windows Storage Server itself all files are extracted without problmems. Therefore it must be a problem with the combination of Windows Storage Server und Windows 7 Client accessing the files via network shares.
    Are there any ideas where this problem could be located? Has anybody the same phenomenon and maybe a solution for it?
    Thanks in advance
    Michael Pruss

    Hi Michael,
    Thank you for clarifying the issue for us.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Regards
    Kevin
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback
    on our support quality, please send your feedback here.
     

  • How to install KB2950358 on Windows STORAGE Server 2008 R2?

    Hello
    I am experiencing the exact issue described
    here on my WD Sentinel DX4000 nas box which runs Windows Storage Server 2008 R2. This is causing regular crashes and reboots and general unreliability when the memory leak causes all ram to be used up and the CPU is constantly running at 100% which both
    increases electricity usage and shortens the lifespan of the system.
    I have downloaded the hotfix on that KB article but it refuses to install claiming that it is not compatible. When the underlying Windows Server 2008 R2 OS is the same how can it not be compatible? My theory is that the Storage server version is only used
    and available on a small handful of OEM devices and there's barely any information of it on the internet so I think Microsoft have forgotten to add it to the compatibility list for this particular hotfix.
    After weeks of searching, I cannot find a way to force install the update. It's not a business-critical system and I've got backups of it so I am happy to try manual or risky efforts to get it installed. I have tried extracting the MSU file but that doesn't
    give me any useful files to install it manually or skip the compatibility checks.
    I've also tried to contact Microsoft directly but they don't even have Storage Server listed as an option on their support contact page so I've given up there, as a last resort I am hoping someone here can point me in the right direction. Other online forums
    refuse to help saying it's too risky with a server but personally I want it installed and will try anything to do so because I've got a £1000 NAS sitting here that is unusable due to this issue. I'd rather not reinstall the OS as the problem reoccurs - I've
    tried it already before I found this KB article.
    Bottom line, Microsoft have identified the issue and released a hotfix, the server version IS supported, but was not added to the compatibility restrictions of the update so I cannot get the update installed.
    Any advice gladly received. Hopefully someone from MS will see this and be able to update the compatibility of the hotfix if nothing else is possible.

    I see SP1 is a prerequisite. Also the manufacturer may have specific patch procedures or recommendations so I'd probably contact them directly.
    http://support.wdc.com/product/install.asp?wdc_lang=en&fid=wdsfWDSentinel
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Active directory recycle bin in Windows STORAGE server 2008 R2

    I'd like to find a tool that helps me to monitor deleted server files. I understand that this tool is called Active directory recycle bin. I can't enable it. I can't even open lpd.exe. I'm using Windows storage server 2008 r2 essentials. Could someone
    help me with that? Thanks in advance. 

    In that case you must use a solution which combines Auditing
    and Backup solutions. Just to know who has deleted a file or folder does not really help you. You must be able to restore the deleted file or folders.
    If you need to find out at what time who deletes what file you should use auditing. Normally organizations enable auditing on sensitive data and folders to keep track who touches the stuff. Auditing is enabled in windows and by the administrator. Take a
    look at the below links if you want to enable auditing on files and folders:
    Use auditing to track who deleted your files
    However do not forget that you need to have backup solutions in order to restore a deleted file in case someone accidentally or intentionally deletes a file or folder. Using System Restore with Previous Version feature may comes handy if you are dealing
    with small number of computers. Otherwise you need to prepare yourself for a backup plan using Data Protection Manager as Denis mentioned or Windows Backup role (WBadmin) including in Windows Server 2008. More info on links below. I have included a video of
    how to recover lost data using previous versions for you.
    Recover lost or deleted files (Video)
    Windows Server Backup Step-by-Step Guide for Windows Server 2008
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Windows Storage Server 2008 R2 Essentials SP1 64 bit Event 55 NTFS and shadowcopy failure

    Windows Storage Server 2008 R2 Essentials SP1 64 bit Event 55 NTFS and shadow copy failure.
    I have tried deleting shadow copy volumes and chkdsk /f /r, but I always get the following when trying to backup the server:
    Event 55 NTFS
    The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolumeShadowCopy1.
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Ntfs" /> 
      <EventID Qualifiers="49156">55</EventID> 
      <Level>2</Level> 
      <Task>2</Task> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="2014-11-20T09:28:52.255947800Z" /> 
      <EventRecordID>158182</EventRecordID> 
      <Channel>System</Channel> 
      <Computer>SERVER1</Computer> 
      <Security /> 
      </System>
    - <EventData>
      <Data /> 
      <Data>\Device\HarddiskVolumeShadowCopy1</Data> 
      <Binary>0D000C000200380002000000370004C000000000020100C000000000000000000000000000000000804503000900000000000900</Binary> 
      </EventData>
      </Event>
    3/20/2014 9:00 PM,EFI System Partition, Local disk (C:), Local disk (D:),SERVER1 2013_06_12 21:24 DISK_01 
    (\\?\Volume{02c22814-d3a1-11e2-84f4-0090a9ba53a1})
    Faulting application name: wbengine.exe, version: 6.1.7601.17514, time stamp: 0x4ce79951
    Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c4102
    Faulting process id: 0x1c90
    Faulting application start time: 0x01d004e8c00b9d9e
    Faulting application path: C:\Windows\system32\wbengine.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: cb4c54ab-70dd-11e4-bbe2-0090a9b7bb8d
    The Block Level Backup Engine Service service terminated unexpectedly.  It has done this 1 time(s).  
    Additional Server Information:
    OS Name Microsoft Windows Storage Server 2008 R2 Essentials
    Version 6.1.7601 Service Pack 1 Build 7601
    Other OS Description  Not Available
    OS Manufacturer Microsoft Corporation
    System Name SERVER1
    System Manufacturer To be filled by O.E.M.
    System Model WDBLGT0040KBK-21
    System Type x64-based PC
    Processor Intel(R) Atom(TM) CPU D525   @ 1.80GHz, 1795 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date American Megatrends Inc. 4.6.4, 10/18/2011
    SMBIOS Version 2.7
    Windows Directory C:\Windows
    System Directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume1
    Locale United States
    Hardware Abstraction Layer Version = "6.1.7601.17514"
    User Name Not Available
    Time Zone Eastern Standard Time
    Installed Physical Memory (RAM) 2.00 GB
    Total Physical Memory 1.99 GB
    Available Physical Memory 537 MB
    Total Virtual Memory 5.96 GB
    Available Virtual Memory 2.95 GB
    Page File Space 3.97 GB
    Page File C:\pagefile.sys
     I thought this might apply to my server: KB2754784
    But my event 55 alerts only happen when windows backup attempts to create a shadow copy on a drive volume created for backups.
    We use to be able to backup the EFI, C, and D partitions in the past. After a hardware failure and Motherboard replacement and a system restore, we can no longer backup the volumes without the Windows Block Level Backup Engine Service service terminated
    unexpectedly and Event 55 NTFS.
    How can I fix this issue?

    Hi,
    The issue could be due to the shadow copies on the backup volumes are corrupt. You could try to delete these shadow copies to check if the issue still exist.
    For more detailed information, please see:
    2008R2 Backup causing Event 55 NTFS Errors
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/5cbed1b1-63e3-4c15-8fff-b48746d5ba44/2008r2-backup-causing-event-55-ntfs-errors
    You could refer to the article below to delete shadow copies:
    Backup Version and Space Management in Windows Server Backup
    http://blogs.technet.com/b/filecab/archive/2009/06/22/backup-version-and-space-management-in-windows-server-backup.aspx
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is it safe to delete CiFiles folder on Windows storage Server 2008

    Hi Team,
    .ci file growing in "C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles" location. Is it safe to delete the CI file. please let me know, any other way to disable
    the growth of CI files.
    What is the route cause? This is file server using windows storage server 2008 OS.
    How to avoid in future this type of issue?
    My total hard disk size 80 GB but now free space only 110 Almost full my hard disk. So please help to advise how to clear
    all ci files?
    Thanks in advance 

    Hi,
    When you use indexing service, the service create .ci files. The files are content index files on the server. As long as the service is not running you should not encounter any problems if you delete the folder.
    Is it safe to delete CiFiles folder on Windows Server 2008 R2
    http://www.wincert.net/tips/windows-server/1948-is-it-safe-to-delete-cifiles-folder-on-windows-server-2008-r2
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Storage Server 2008 R2 Using 4TB hard disk

    Hi, I have a HP X1600 G2, then I bought 12 x 4TB hard disk for increasing the disk space for this unit.
    What I want to do is using the hardware array to configure the following:
    3 x 4TB RAID-5 plus 1 Spare to create 3 Logical Drives.
    Then Spanned set it to a total of 24TB drive within the system.
    Is it going to be work, or not?
    As I read the article 
    http://technet.microsoft.com/en-us/library/cc773268(v=ws.10).aspx
    Said to use 2TB drive to be able to get a 64TB in total.
    Thanks in advance, Fortuno

    Thanks Shaon,
    Yes, after I setup on the RAID controller, with GPT on the hard disk, I am able to create the spanned set for 24TB on the Windows Storage Server 2008 R2 that comes with the unit.
    Thanks again!

  • Windows Storage Server 2008 R2 Essentials Clustering

    Dear,
    I would like to know the features of Window Storage Server 2008 R2 Essentials. I also want to know if this OS supports Clustering. I checked on Microsoft Website but there is no information regarding this OS.
    I have WD Sentinel 4100 RX boxes.. Can I use these 2 boxes as a cluster? And if yes, can I configure it as Failover Cluster?
    I appreciate any responses. Thank you in advance. 
    Best Regards,

    This OS can only be purchased as an OEM pre-installed 'device', so customisation options are minimal.
    There is no clustering support for the Essentials feature set itself, even if you could cluster the underlying OS.
    Without knowing your game plan, it is difficult to speculate, but you may be looking for a full storage server solution.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Windows storage server 2008 R2 : i have an Issue with limiting acces group in a domain

    Hi,
    I have a NAS with Windows storage server 2008 r2. I have added it in my domain and i have check the check
    box – Allow access only to users in the following group: but i can select the groups i want to add it doesn’t appear in the selection box.
    My user is not a domain administrator.

    Hi,
    à
    but i can select the groups i want to add it doesn’t appear in the selection box.
    Would you please let me know which group you want to select? Anything special? Would you please provide a screenshot
    of this issue (please hide all protected or private information)?
    à
    My user is not a domain administrator.
    Did you mean that do above operation (select a group) via a non-administrator account? Please use an administrator
    account to select group and check if find that specific group.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Windows storage server 2008 R2 ISO

    Hi All,
    from where I can download ISO image for Windows storage server 2008 R2 Standard? 
    The key is written on the sticker which is on the Server which is for windows server 2008 Storage r2.Please let me know can i use this key for windows server 2008  r2 standard standard as well for this server?
    For how much time that key will be validated?
    Need Urgent response.
    Thanks.

    Hi,
    Windows Storage Server 2008 R2 is vendor specified OS and it should be pre-loaded by hardware manufacturer. You may not able to get it without contact OEM manufacturer.
    For more detailed information, please refer to the thread below:
    How to install Windows 2008 R2 Storage Server
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/575a6b4b-c026-4d2d-98a8-44a19783e59a/how-to-install-windows-2008-r2-storage-server
    You cannot use Windows Storage Server 2008 R2 OME key for Windows Server 2008 r2 Standard.
    OEM activation is valid as long as the customer uses the OEM-provided image on a system.
    Learn About Product Activation
    http://technet.microsoft.com/en-us/library/ff793423.aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Storage Server 2008 R2 Essentials - Office365 Addon

    Hi there, 
    Sorry for the strange request.  I have a few of these "Windows Storage Server 2008 R2 Essentials" in the field(Provide by WD - DX4000).  Now
    a few months (maybe always a year + Now), I was able to find and possible download the Office365 Add-on for Windows
    Storage Server 2008 R2 Essentials.  It should be the same as Small Business Server 2011 Essentials.
     I found a bunch of links to and that talk about the UP4 having it built in.  But I can't find anything or any links to download the addon. So unless I'm missing something, I can't seem to find it for the Windows
    Storage Server 2008 R2 Essentials.   Now maybe I'm the only person in NA that is looking for this, but my clients are moving to Office365 and it would be nice to have all the username and passwords the same.    
    Now as i write this I'm think that the SBS 2011-E is built on a domain where WSS is under WorkGroup.  So maybe that's why its not available much. 
    Any thoughts, or if someone has a copy of a latest add-on and want to upload it here, that would be nice. 
    Kevin

    Dear Sir
    I believe you are mistaken. When SBS 2011 Essentials came to market there was no integration between Office 365 and the Actual Server Dashboard. (It was not ready at the time the Server went RTM).
    At the end of 2011 the Office 365 team released the so-called Integration Module for SBS 2011 Essentials with office 365 as it is noted at the following Blog post:
    http://blogs.technet.com/b/sbs/archive/2011/12/22/office-365-integration-module-for-windows-sbs-2011-essentials-released-today.aspx
    This integration module later was included in a UR Package (UR2 if i correctly remember) so you didn't had to installed it separately. That is the reason that you cannot find the original Download today. More info at the following:  
    http://support.microsoft.com/kb/2630429/en-us
    To concludethere wasn't a Office 365 Integration Module for Storage Server 2008 R2 Essentials ONLY for SBS 2011 Essentials. 

  • Windows Storage Server 2008 R2

    Hello,
    We have install Windows storage server 2008 R2 and now we received a request to install SP1 on the server.
    So can we install SP1 on Windows storage server 2008 R2?
    Server manufacture is- IBM
    Also please send the download/setup link.
    Thanks,
    Rajendra

    Thanks for reply...
    But above patch is applicable for below OS.. but we need SP1 patch for Windows storage
    server 2008 R2.
    Windows 7, Windows Server 2008 R2
    Windows Storage Server is provided as an OEM product (bundled with server/storage hardware).
    You should confirm with the OEM, that SP1 is supported by the OEM and if there are any hardware-specific steps or firmware or related packages necessary.
    In your example, contact IBM for specific advice.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for