The I operation at logical block address 0x747b49c0 for Disk 0 was retried

The IO operation at logical block address 0x747b49c0 for Disk 0 was retried

nasir-ahmad wrote:
The IO operation at logical block address 0x747b49c0 for Disk 0 was retried
Sounds like a bad hard drive but since we have no idea what computer this si coming form your asking us to find a needle in haystack question.
I am a Volunteer to help others on here-not a HP employee.
Replies aren't online 24/7 because of Time Zone differences.
Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

Similar Messages

  • The IO operation at logical block address # for Disk # was retried

    Hello everyone,
    A warning appears in the system log:
    ===
    Log Name:      System
    Source:        disk
    Date:          2/20/2013 1:00:28 PM
    Event ID:      153
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      STRANGE.aqa.com.ru
    Description:
    The IO operation at logical block address af7ff for Disk 7 was retried.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="disk" />
        <EventID Qualifiers="32772">153</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-02-20T09:00:28.199176700Z" />
        <EventRecordID>12669</EventRecordID>
        <Channel>System</Channel>
        <Computer>STRANGE.aqa.com.ru</Computer>
        <Security />
      </System>
      <EventData>
        <Data>\Device\Harddisk7\DR142</Data>
        <Data>af7ff</Data>
        <Data>7</Data>
        <Binary>0F01040003002C00000000009900048000000000000000000000000000000000000000000000000000020828</Binary>
      </EventData>
    </Event>
    ===
    This warning occurred in several seconds after the Windows Server Backup start. Our backup job finishes successfully. That server is in provisioning without a heavy workload, and we have not experienced any problem yet. But we do not want to face any problems
    due to this error in the production environment.
    All disks of the server are managed by the LSI MegaRAID controller, which doesn’t report any errors in the disk system.
    it is Windows Server 2012 with the latest updates.

    Wow, I have been having the exact same problems with Server 2012 WSB.  I thought I had it resolved but it started acting up again.  I tried 3 different external hard drives thinking they may be the problem.   The raid array also seems fine,
    it is not giving me any errors, no amber lights.
    If I run a backup system state + hyper-v it would fail 9/10 of the time on the host component.  I have posted every where and cannot find anything.   These are the event during any backup I run.  
    Source: Disk
    Event ID: 153
    The IO operation at logical block address 10a58027 for Disk 5 was retried.
    Source: VOLSNAP
    Event ID: 25
    The shadow copies of volume C: were deleted because the shadow copy storage could not grow in time.  Consider reducing the IO load on the system or choose a shadow copy storage volume that is not being shadow copied.
    Source: Filter Manager
    Event ID: 3
    Filter Manager failed to attach to volume '\Device\HarddiskVolume109'.  This volume will be unavailable for filtering until a reboot.  The final status was 0xC03A001C.
    Source:  VOLSNAP
    Event ID: 27
    The shadow copies of volume \\?\Volume{a21d0bb7-7147-11e2-93ed-842b2b0982fe} were aborted during detection because a critical control file could not be opened.
    Source:  VHDMP
    Event ID: 129
    Reset to device, \Device\RaidPort4, was issued.
    Source:  VOLSNAP
    Event ID: 25
    The shadow copies of volume G: were deleted because the shadow copy storage could not grow in time.  Consider reducing the IO load on the system or choose a shadow copy storage volume that is not being shadow copied.
    Windows backup gives me various errors for what did not backup.  Mainly this one:
    Error in backup of C:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
    Application backup
    Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
       Component: Host Component
       Caption     : Host Component
       Logical Path: 
       Error           : 8078010D
       Error Message   : Enumeration of the files failed.
       Detailed Error  : 80070003
       Detailed Error Message : (null)
    Not just the host component, sometimes the entire C: ...
    So no one has any recommendations on fixing this?
    Is any one running dell AppAssure?  I have two servers backing up to this server with dell AppAssure.  Then I am using WSB to backup the this machines OS and 1 windows 7 VM.  

  • Can I get rid of Lion and go back to the previous operating system?  I bought Apple because it was simple.   I went from loving my Mac to absolutely hating it.

    Can I get rid of Lion and go back to the previous operating system?  I bought Apple because it was simple.   I went from loving my Mac to absolutely hating it.

    Check out this thread.

  • Hello. I am having much difficulty using any software drum program. I am trying to use EZ Drummer and the drum programs in Logic, with limited success. I was using them, and they were working, but this is no longer the case. Please help me navigate my way

    Hello.
    I am having much difficulty using any software drum program. I am trying to use EZ Drummer and the drum programs in Logic, with limited success. I was using them, and they were working, but this is no longer the case. Please help me navigate my way through these issues, if possible.
    Thanks.
    Eric

    Aha! I have sorted it.
    For those with similar problems, the solution is this:
    Macintosh HD > Library > Audio > MIDI Drivers
    Then delete DigiDioMidiDriver.plugin

  • Logical Block Addressing (LBA)

    I have been having dual-boot issues for the past few years, the problem is...I can never get it to boot both operating systems. One suggestion by SUSE is to enable LBA in the BIOS. The article is here
    My current motherboard is the MSIO K8N Neo Platinum with an AMD64 3400+ chipset. I do not see any options about enabling LBA in my BIOS.

    If you left Bios settings at default there should be LBA enabled anyway. There is a option in the menu where you enable primary and secondary IDE.

  • Logical block (LBA) information of a file

    *How we can find out the Logical Block Address (LBA) of a file blocks. We need to find out the blocks which are using for storing a file in Memory.*

    * log2phys.c - this Mac OS X program attempts to provide a physical disk
    * map for the specified file(s).
    * This is an EXPERIMENT! I think the code does what it says,
    * but I have not verified the results.
    * Bob Harris 14-Apr-2010 o initial coding
    #include <stdio.h>
    #include <stdlib.h>
    #include <fcntl.h>
    #include <unistd.h>
    #include <errno.h>
    #define STRIDE (4096) /* ASSUMES the allocation unit is 4K */
    void log2phys(char *file);
    int
    main(int ac, char **av)
    int n;
    if ( ac < 2 ) {
    fprintf(stderr, "Usage: log2phys file [file ...]
    exit(EXIT_FAILURE);
    for(n=1; n < ac; n++) {
    log2phys(av[n]);
    exit(EXIT_SUCCESS);
    void
    log2phys(char *file)
    int fd;
    int sts;
    off_t offset;
    off_t previous;
    off_t length;
    struct log2phys phys;
    printf("%s
    ", file); /* display the file name */
    fd = open(file, O_RDONLY); /* open the file */
    if ( fd < 0 ) {
    fprintf(stderr,"open(%s,O_RDONLY)", file);
    perror(" ");
    exit(EXIT_FAILURE);
    * Seek through the file 4K at a time, and obtain the disk offset
    sts = 0;
    previous = (off_t)-1;
    length = 0;
    for(offset=0; sts >= 0; offset += STRIDE) {
    /* position to next offset in the file */
    sts = lseek(fd, offset, SEEK_SET);
    if ( sts < 0 ) {
    fprintf(stderr,"lseek(%d, %lld, SEEK_SET)", fd, offset);
    perror(" ");
    exit(EXIT_FAILURE);
    /* fetch the current physical location for file offset */
    sts = fcntl(fd, F_LOG2PHYS, &phys);
    if ( sts < 0 && errno == ERANGE ) {
    /* we have gone past the end of the file */
    break;
    else if ( sts < 0 ) {
    fprintf(stderr,"fcntl(%d, F_LOG2PHYS, &phys)", fd);
    perror(" ");
    exit(EXIT_FAILURE);
    * Figure out if this is a non-contiguous allocation unit
    if ( previous + length != phys.l2p_devoffset ) {
    if ( length != 0 ) {
    * We have accumulated some length from the previous run of
    * allocation units, so display the length of the previous
    * starting offset
    printf(" length= %11lld
    ", length);
    length = 0;
    /* Display the offset of this new run of allocation units */
    printf(" file_offset= %10lld volume_offset= %17lld",
    offset, phys.l2p_devoffset);
    /* save the new previous starting physical offset */
    previous = phys.l2p_devoffset;
    /* Count this allocation unit as part of the length */
    length += STRIDE;
    * Print the final length.
    if ( length ) {
    printf(" length= %11lld
    ", length);
    close(fd);

  • What are the drawbacks of implementing QAS (Quick Address System) with SAP CRM

    Hi,
    What are the drawbacks of implementing QAS (Quick Address System) for duplicate address management in SAP. QAS is a third party software that deals with duplicate address in the system.
    Thanks in advance...

    Hi Peter,
    You can refer the CRM installation guide which has all the details including the post installation steps you require:
    You can refer to CRM installation guide in SAP Service Market Place,which would also guide you about post-installation steps.
    Please go through the below link:
    service.sap.com/instguides> SAP Business Suite Solutions>SAP CRM--> SAP CRM 7.0
    Hope this helps.
    Regards
    Yogesh

  • I have a iMac running on an iMac and the F operation keys are not working properly.

    My new iMac bluetooth keyboard is having issues all of the F operation keys are not working exept for F12 witch is supposed to be volume up takes me to mission control. I went into system prefrences and there was no setting in keyboard for the volume keys there are some settings for the operation keys but they are all checked and they are still not working and the settings that are checked arn't even what the keys are supposed to do. Please help.

    SMC RESET
    http://support.apple.com/kb/HT3964
    Shut down the computer.
    Unplug the computer's power cord and ALL peripherals.
    Wait 15 seconds.
    Attach the computers power cable.
    Wait another 5 seconds and press the power button to turn on the computer.
    The 5 second timing is important to a successful reset.
    PRAM RESET
    Zap the PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Can't finish previewing. Could not complete the requested operation

    So, I am working on a large and complex document in AI CC 2014, and periodically this message ("Can't finish previewing. Could not complete the requested operation") pops up and drops me into outline mode. I can work around it by hiding some parts of the illustration or changing zoom, so it looks like a resource issue. But what resource? RAM doesn't seem likely: I have 32 GB or memory, 400 GB of free disk space for paging, and the Mac Activity Monitor shows no sign of memory pressure. (Illustrator is only using 1 GB). So what's going on? Is it a graphics hardware issue? I don't have the latest or greatest: my iMac has an AMD Radeon HD 6970M with 1 GB. Is that the problem? Would a new computer help, or is it some internal thing with Illustrator and a new computer would be a waste of money. The error message is completely uninformative as to the cause of the problem. Does Illustrator CC have a log file or any other source of info?
    System summary:
    Mac Illustrator CC 2014
    27-inch iMac, Mid 2011
    3.4 GHz Core i7
    32 GB RAM; 400 GB Free Disk Space
    AMD Radeon HD 6970M 1 GB
    Error Message:
    "Can't finish previewing. Could not complete the requested operation"

    Hikrzy1314
    Will it be possible for you to share the source files with [email protected] ?
    I would like to have a look into this issue.
    Thanks & Regards,
    Raghuveer Singh

  • The Or operator is not working

    I have Crystal Reports XI, and I can't get the Or operator to work in the record selection formula.  I can get each individual line to work, but once I put an Or statement in, nothing shows up in my report.
    {CP_ORDLIN.QTY_BO} > 0 Or
    {CP_ORDHDR.CODE_STAT_ORD} <> "Q"
    Each line works individually, but once I put the Or operator between them, I get nothing.

    Hello Rob,
    Steve's original question concerned the selection filter:
    {CP_ORDLIN.QTY_BO} > 0 OR {CP_ORDHDR.CODE_STAT_ORD} = "Q"
    However, Steve's subsequent post has a Where clause:
    "CP_ORDHDR"."CODE_STAT_ORD"'Q' AND "CP_ORDLIN"."SEQ_LINE_ORD"=10 OR "CP_ORDLIN"."QTY_BO">0
    The latter statement is more restrictive than the former, since the AND operator takes precedence over OR.  For example:
    False AND True OR False == (False AND True) OR False == False OR False == False
    Boolean algebra is distributive, so
    a AND b OR c == (a AND b) Or c == (a OR c) AND (b OR c)
    so the second expression above becomes
    ("CP_ORDHDR"."CODE_STAT_ORD"'Q' OR "CP_ORDLIN"."QTY_BO">0) AND ("CP_ORDLIN"."SEQ_LINE_ORD"=10 OR "CP_ORDLIN"."QTY_BO">0)
    (so I used to do this for a living once...)
    Since the expression Steve originally asked about was different from the SQL, I wanted to know where the additional AND clause had come from.
    Sincerely,
    Ted Ueda
    ps.  Graham's referring to [Short-Circuit Evaluation|http://en.wikipedia.org/wiki/Short-circuit_evaluation] that Crystal supports.  This is useful if you want to evaluate a condition such as:
    (1 / {?x} > 10)
    which is problematic if there's a possibility that {?x} can be zero, since that would raise a divide by zero exception.  So you'd write:
    ({?x} = 0) OR (1/{?x} > 10)
    and that's safe, since if {?x} is zero, the right-hand size of the OR would be True and the left-hand size won't have to be evaluated.
    This is equivalent to:
    If {?x} = 0 Then
        True
    Else If (1/{?x} > 0) Then
        True
    Else
        False

  • Apparently I have 2 apple IDs. The first is my former email address. I want consolidate them using my current email. I can't remember my old password. I can't do a reset bcz. it sends the link to my former email. Security Qs like d.o.b. don't "match." SoS

    Apparently I have 2 apple IDs, but not on purpose. The first is my former email address used for my iPod Touch. When I later purchased an iPad2, I thought I updated my Apple ID using my new email and new married name. Apparently I created a second. I want to consolidate them using my current email, etc. But I can't remember my old password. I can't do a password reset bcz. it sends the link to my former/deactivated email. Security Qs like d.o.b. don't "match." So, when I use my iPod & it requires my password to carry out certain functions, I'm stuck. Please help! Thx

    No.
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    Recover use of the account:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • HP Operations Manager integration pack 7.1 for SCORCH Error

    Hi
    I am using the HP Operations Manager integration pack 7.1 for SCORCH this is working well sending messages in both directions from SCOM2012 to HP OM and from HP OM to SCOM with the get message/acknowledge message objects but the monitor message object does
    not work at all. No errors are logged and we can see the traffic in a network trace. The monitor message object just never triggers.
    has anyone else seen this issue ?
    Thanks

    The problem that I had was with the HP OM función "Monitor Message". Web service didn´t response Orchestrator.
    After all I fond the solution, If you Want the Orchestrator to monitor Messages from HPOM you should
    define a filter by message group on the activity "monitor Message";
    In this case that's because HPOM has the visibility of the user, configured through the atribute "Message Group".
    I hope will be useful.
    Regards

  • Lotus Notes 5.x Personal Address Book for mailings?

    Is it possible to use the Lotus Notes 5.x Personal Address Book for mailings in StarOffice 7?
    There is no direct choice for Notes in Extras/Datenquellen.
    Regards,
    Volker

    You will need to check to see how you configured CCM Enterprise parameters. most of the time, the pararemeters need to be set to IP address, not hostname. I find hostnames for the CM servers to be a pain in the rear for "services" "directories" etc.
    Unless you want to configure DNS on the IP phones to resolve the hostname of the CM5 server, then then it will also work. But your problem is that your phones configs think that the Directories URL is http://cmhostname/xxx/xx instead of URL http://ipaddresscmserver/xxx/xx

  • I linux inode which contains 13 member array wich stores the actual block address of data .Similarly in windows how data is managed in disk ?. How many members in this array ?

    I linux inode which contains 13 member array wich stores the actual block address of data .Similarly in windows how data is managed in disk ?. How many members in this array ?

    Hello Vijay Nerkar,
    Your question is not related to Windows Forms General. What is the data you mean and also what is that array?
    If you are looking for something related to Windows File System, see some words here:
    http://en.wikipedia.org/wiki/File_system
    For example
    "Windows makes use of the
    FAT, NTFS,
    exFAT and ReFS file systems (the last of these is only supported and usable in
    Windows Server 2012; Windows cannot boot from it).
    Windows uses a drive letter abstraction at the user level to distinguish one disk or partition from another. For example, the
    path <tt>C:\WINDOWS</tt> represents a directory <tt>WINDOWS</tt> on the partition represented by the letter C. Drive C: is most commonly used for the primary hard disk partition, on which Windows is usually installed and from which it boots. This "tradition"
    has become so firmly ingrained that bugs exist in many applications which make assumptions that the drive that the operating system is installed on is C. The use of drive letters, and the tradition of using "C" as the drive letter for the primary hard disk
    partition, can be traced to
    MS-DOS, where the letters A and B were reserved for up to two floppy disk drives. This in turn derived from
    CP/M in the 1970s, and ultimately from IBM's
    CP/CMS of 1967.
    For more details, consider consult on MS Answers:
    http://answers.microsoft.com/en-us/windows
    Regards,
    Barry Wang
    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.
    Click
    HERE to participate the survey.

  • After I updated user for i phone 4 s iCloud password is no way I can not phone and e-mail address has been blocked. I did not bring the solution to Turkey APPLE chief BILKOM is forgotten the password and e-mail address in the e-mail address asking for hel

    After I updated user for i phone 4 s iCloud password is no way I can not phone and e-mail address has been blocked. I did not bring the solution to Turkey APPLE chief BILKOM is forgotten the password and e-mail address in the e-mail address asking for help from you I will make the iphone does not open e-mail address associated with it @hotmail.com mail to this address icloud iphone phone's password is forgotten, I want to thank you in advance for your help tell a method of opening up again.
    <Email Edited by Host>

    Welcome to the Apple Community.
    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID, verify the changes, enter the password as requested on your device and then turn off "find my phone".
    You should then change your Apple ID back to its current state, verify it once again, delete the iCloud account from your device and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    Apple Topluluk hoş geldiniz.
    Ben düzenlenebilir için e-posta adresi için istedi. Açık bir konu adres gönderme istenmeyen e-posta ile bombardıman bir emin yoludur, bulmak için otomatik algılama yazılımı için, size sorunu giderilmiştir sonra burada uzun olacak unutmayın.
    Eğer insanlar sizinle iletişim istiyorsanız, başkalarının profilinizde e-posta adresinizi görmelerini sağlar.
    Bu özellik onları çalıntı olduğunu bu işe yaramaz çalıntı telefonları için getirilmiştir.
    Ancak aynı zamanda kullanıcı Apple ile Apple ID ayrıntıları değişti ve iCloud hesabı için aynı değişiklik yapmamış ortaya çıkar / iOS 7 yükseltmeden önce cihaz üzerinde My Phone bul olabilir.
    Tek çözüm My Apple ID de Apple ile önceki durumuna geri Apple ID değiştirmek için, değişiklikleri doğrulamak cihazınızda talep olarak, şifreyi girin ve sonra kapatın "benim telefon bulmak".
    Daha sonra tekrar bugünkü durumuna Apple ID değiştirmek gerekir, bir kez daha doğrulamak cihazınızdan iCloud hesabı silmek ve daha sonra mevcut Apple kimliği kullanarak oturum açın. Son olarak, geri bir kez daha üzerinde "benim telefon bulmak" açın.

Maybe you are looking for

  • Problems installing Crystal Reports 2008 Server on Windows Server 2008 serv

    I attempted to install the Crystal Reports 2008 product on one of our Windows Server 2008 servers. After installing disk 1 Crystal Reports 2008 Server attempts to open up in IE...... but opens up to a blank page http://bmlfileserver:8080/CmcApp/ anyo

  • Itunes-enabling your ipod for disk use

    When I put my ipod on my computer and itunes loads, it recognizes my ipod, when I click on that drive in the source window, I see my options, and it says that it has enabled disk use...but when I go to my computer, I see no music files, and I am tryi

  • Repeating frame printing problem

    Dear All, I have a tabular report with a lot of frames. The inner frame data is not overflowing to the next page if there is no more space on the page. The outer frame has a formular coulumn based on the inner frame and sometime the summary result sh

  • How do I resize an image by pixels instead of by inches?

    Hi all! I just bought Elements 10 for Mac.  I want to resize images to a certain number of pixels wide/high but I don't see how to do that.  The Resize option is showing the image sizes in inches.  There is not a pixel option in the drop down list. T

  • MacBook Pro reset/Snow Leopard Install

    Hi, I'm updating an old MacBook Pro to Snow Leopard... well trying. I have the install disc from Apple (brand new), but when I try to install I get about two thirds of the way though and get an error message. The machine is definitely up to spec, but