Loop Errors on onboard Qlogic controller

I'm trying to troubleshoot this intermitten problem I am having.
Configuration:
2 QLogic Hba's for external Fiber connected JBOD
1 QLogic onboard controller
Note: The HBA's are dual path to the JBOD qla@1 and qla@3
Below is the output of the messages logs for reference:
Jan 23 20:23:53 lgms01 qlc: [ID 171021 kern.info] Qlogic FCA Driver v6.2.6-2-1.29 (0)
Jan 23 20:23:53 lgms01 rootnex: [ID 349649 kern.info] pcisch1 at root: SAFARI 0x8 0x600000
Jan 23 20:23:53 lgms01 genunix: [ID 936769 kern.info] pcisch1 is /pci@8,600000
Jan 23 20:23:53 lgms01 qlc: [ID 637753 kern.info] NOTICE: qlc(0): Firmware version 3.2.105
Jan 23 20:23:54 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(0): Loop ONLINE
Jan 23 20:23:54 lgms01 pcisch: [ID 370704 kern.info] PCI-device: SUNW,qlc@3, qlc0
Jan 23 20:23:54 lgms01 genunix: [ID 936769 kern.info] qlc0 is /pci@8,700000/SUNW,qlc@3
Jan 23 20:23:54 lgms01 qlc: [ID 171021 kern.info] Qlogic FCA Driver v6.2.6-2-1.29 (1)
Jan 23 20:23:54 lgms01 qlc: [ID 637753 kern.info] NOTICE: qlc(1): Firmware version 3.2.105
Jan 23 20:24:03 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(1): Loop OFFLINE
Jan 23 20:24:03 lgms01 pcisch: [ID 370704 kern.info] PCI-device: SUNW,qlc@3,1, qlc1
Jan 23 20:24:03 lgms01 genunix: [ID 936769 kern.info] qlc1 is /pci@8,700000/SUNW,qlc@3,1
Jan 23 20:24:03 lgms01 qlc: [ID 171021 kern.info] Qlogic FCA Driver v6.2.6-2-1.29 (2)
Jan 23 20:24:03 lgms01 qlc: [ID 637753 kern.info] NOTICE: qlc(2): Firmware version 2.1.136
Jan 23 20:24:05 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(2): Loop ONLINE
Jan 23 20:24:05 lgms01 pcisch: [ID 370704 kern.info] PCI-device: SUNW,qlc@4, qlc2
Jan 23 20:24:05 lgms01 genunix: [ID 936769 kern.info] qlc2 is /pci@8,600000/SUNW,qlc@4
Jan 23 20:24:05 lgms01 qlc: [ID 171021 kern.info] Qlogic FCA Driver v6.2.6-2-1.29 (3)
Jan 23 20:24:05 lgms01 qlc: [ID 637753 kern.info] NOTICE: qlc(3): Firmware version 3.2.105
Jan 23 20:24:06 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(3): Loop ONLINE
Jan 23 20:24:06 lgms01 pcisch: [ID 370704 kern.info] PCI-device: SUNW,qlc@1, qlc3
Jan 23 20:24:06 lgms01 genunix: [ID 936769 kern.info] qlc3 is /pci@8,600000/SUNW,qlc@1
Jan 23 20:24:06 lgms01 qlc: [ID 171021 kern.info] Qlogic FCA Driver v6.2.6-2-1.29 (4)
Jan 23 20:24:06 lgms01 qlc: [ID 637753 kern.info] NOTICE: qlc(4): Firmware version 3.2.105
Jan 23 20:24:15 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(4): Loop OFFLINE
Jan 23 20:24:15 lgms01 pcisch: [ID 370704 kern.info] PCI-device: SUNW,qlc@1,1, qlc4
Jan 23 20:24:15 lgms01 genunix: [ID 936769 kern.info] qlc4 is /pci@8,600000/SUNW,qlc@1,1
I get the ONLINE/OFFLINE errors on qlc@4/ qlc(2).
Jan 23 20:28:24 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(2): Loop OFFLINE
Jan 23 20:28:24 lgms01 qlc: [ID 686697 kern.info] NOTICE: Qlogic qlc(2): Loop ONLINE
Questions-
Are the errors happening on the onboard QLC?
Why are there 'Loops' on a single onboard QLC?
How do I configure the system to not use a Loop on the onboard QLC because it is not needed due to there are no internal drive connected to this controller?

The first thing to do is use smartctl to test the drive. Start with the short test ( smartctl -t short /dev/sdX ), and if it passes run the long test ( ... -t long ... ).

Similar Messages

  • Error when creating custom controller

    I have a non-visual WebDynpro DC that contains a single data model.  The model has been added to the public part of the DC.
    I have another visual WebDynpro DC that makes use of the data model in the first DC.  If I explicitly reference the model in the first DC, everything works just fine.  I can input data, invoke the model, and see the response displayed on the page.
    However, I'm trying to create a custom controller that hides the data model.  When in the data modeller for the visual WD DC, I right click on the 'Custom Controllers' pane, and select 'Apply Template'.  I create a Service Controller, and select the model that's been imported (actually, that's been referenced as a used component) from the first DC.  I then select the data elements from the context that I want bound into this custom controller.  Click next, give a more descriptive method name, and then click Finish.  I get an internal error as follows:
    Source controller implementation file is not accessible (D:/src/.dtc/LocalDevelopment/DCs/example.com/test-wd-view/_comp/gen_wdp/packages/com/example/wd/AdderModelCust.java)
    Exception: java.lang.NullPointerException
    Am I doing this correctly, or am I missing a step or two?

    Hi Ken,
    you didn't miss some steps, this seems to be a bug in the tools. Please open a OSS message with the following information:
    - which Studio version you use (NW04/04s? SP?)
    - description of how to reproduce the effect
    - Studio's error log attached (.log file in <YourWorkspaceFolder>/.metadata)
    In the meanwhile to circumvent the error you should try to
    - create a new custom controller manually in WD explorer and launch Service Controller template from this controller (context menu in WD explorer)
    - if this fails as well, manually create the context definitions and method implementation that the template would produce.
    Regards
    Christian

  • KT6Delta onboard lan controller freezes machine!

    KT6Delta onboard lan controller freezes machine after a recently purchase of new ram.
            TwinMOS PC3200 TwiSTER DDR 512MB CL2
            Chip = WLCSP, (DDR-PC400MHz)
    Why i believe the ram purchase is the issue, you say?
    Well you see this ram model is not on the supported list on the motherboard information page to msi. allthough the 256mb model is.
    so i had to manually configure the DRAM timing so that my computer would run at fsb 166 and ram at 400mhz.
    But lets get back on track. Everytime i copy over the network (large files that use top network speed) the machine either freezes or i might get away with a complete network connetcion loss. so i have tried to copy at different speeds and foudn out that 2 mbyte a sec is possible without the computer hanging.
    i contacted http://www.broadcom.com support base and they did not know of any simmilar issues regarding the broadcom 57x integrated network hardware. But they did say that my ram might be the issue because the network card sends its DMA packets there.
    and i quote:
    "Response from Broadcom: I am afraid this is not a known issue to me.  But if you are saying with the different RAM this problem was not seen, this point directly to the RAM you use on this system and the compatibility issue.  The RAM could for sure cause this type of the problem since the network adapter DMAs packets into and from the system memory (RAM)."
    So can anyone help me? i really want to be able to use my network hardware normally and not being forced to sell my current ram chip and buy a new one.
    I can't remember all dram timings options but here are those i do remember.
    CL = 2.5 (yes didn't work with 2)
    Row precharge time = 5
    Ras pulse width = 8
    Ras to cas delay = 5
    -Kim

    Quote
    What are your temps? Freezing often happens when CPU usage makes it too hot. I believe there is a way to check CPU usage in XP...
    CPU temp is around 45-52 depending on what im doing.
    Quote
    I have a hard time convincing myself that the symtom - the LAN - is the cause.
    What do you mean? its the ram chip thats the cause for the network freeze (or at least that's where it all is pointing at).
    Quote
    What is your video card? ...Tell us your system while you are at it!
    Here's a quick list i made on the fly.
    ATI Radeon 9600PRO 128mb ram
    Amd xp thoroughbred 2500+
    512mb ddr ram twinmos twiser series
    KT6 DELTA FISR2 or something
    2*160 gb maxtor sata disks + 2*80 gb maxtor ide disks
    yeah thats it.

  • I woke up this morning and google and gmail no longer work in firefox. I get the endless loop error

    I woke up this morning and google and gmail no longer work in firefox. I get the endless loop error.
    I have the latest version of firefox and it is running under win 7 pro.
    it was working great since I installed it 3 weeks ago and I use it every day.
    the error reads:
    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies.
    However my cookies are still enabled and and i have never changed my settings

    See also:
    *http://kb.mozillazine.org/The_page_is_not_redirecting_properly
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookie files like <b>cookies.sqlite-journal</b> in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.
    *https://support.mozilla.org/kb/Cookies

  • Avoiding Logical Loop Error while defaulting values

    Hi Experts,
    We have a requirement where lets say Attribute A and Attribute B are displayed on the screen, we need to default value for Attribute B to NA if value of Attribute A is set by the user to "XYZ", else whatever value user enters in Attribute B will be set. To achieve this, we are setting the value of the Attribute B in the rule document. If we use the validation rule table like mentioned below, it throws a logical loop error:
    Attribute A
    “NA”
    Attribute B = "XYZ"
    Attribute A
    otherwise
    To avoid this, we are using a dummy attribute for Attribute A (which is not displayed on the screen) to set in the rule document as mentioned below and this attribute will be shown in the decision report:
    Attribute A Dummy
    “NA”
    Attribute B = "XYZ"
    Attribute A
    otherwise
    The issue is, we are sending the Session data to Siebel through OPA connectors. Now these dummy attributes as mentioned above (which are not displayed on UI) are not sent as part of the Session data as these are inferred attributes.
    Is there any way to:
    1. Solve the logical loop error issue so that we dont have to use the dummy attribute
    2. If we have to use dummy attributes, then how to send them to Siebel as part of session data.

    From:http://www.oracle.com/technetwork/apps-tech/policy-automation/documentation/index.html
    Oracle Policy Automation Connector for Siebel 10.4.4 Developer Help (HTML - Please be patient while the help index loads.)
    Full developer help for OPA Connector for Siebel 10.4.4, from getting started with mapping, to configuring and deploying rule projects, and handling session data being passed to and from Web Determinations. Includes information on the new Siebel integration object approach available since the 10.3 version of this connector. Note that only rulebases developed with Oracle Policy Modeling 10.4.0, 10.4.1, 10.4.2, 10.4.3 or 10.4.4 can be deployed to OPA Connector for Siebel 10.4.4.
    Specifically,  see the Topics under "Data Mapping" in the table of contents.

  • Infinite Loop Error - How to Remove?

    Only my "home page" will display in WampServer's Localhost, which I am using for my "testing site" in Dreamweaver CS5. All other pages in my website cannot be loaded by IE8 or IE9. Firefox and Chrome report that all webpages (except my "home page" ) have a "Redirect Loop" which prevents them from being loaded, and this is due to links which continuously loop between the same pages.
    QUESTION: How can I fix this (without starting all over to build my website)?
    I am using dynamic webpages with a template, all of which have the "php" extension. I started with HTML webpages and template, and then converted them to "php". They worked well until some time after I added a Login Form on my home page, with Dreamweaver's "User Authentication" in Server Behaviors. The "login" and "password protected" webpages worked for a while. But now it seems like the "Redirect Loop" error may be related to my "go to page if login fails".
    It may or may not be related, but around the same time my Infinite Loop problem started, the "Editable Region" of my home page stopped displaying the formating and background colour in "Design" view in Dreamweaver.  However, they do display properly in Dreamweaver's "Live View" and in WampServer's "Localhost".
    Any all help will be appreciated.

    Thank you for your reply, Nick.  I could not find the code segments which you suggested.
    I have included a link to show the text in my page, "about_us.php", which is one of the several pages I am having trouble with.
    http://www.sunisandsfl.com/text_file_from_about_us_php.html
    This is one of my "Non password-protected" pages. When I load "about_us.php" in Dreamweaver's "Design" view, there is an Error Message above the webpage which says, "An unknown error occurred while discovering dynamically-related files." The only files shown in the "Related files" bar are "Source Code", "conndbss.php" (my database connection file), and "main_sunisands.css".
    I have not yet uploaded any of my dynamic webpages to my live site (www.sunisandsfl.com).

  • Strange DAQmx Timing Source Timed Loop Error

    I have a digital edge counter fed into a timed loop. Everything works fine until I stop the loop, and stop the DAQ task. Once I restart the loop it fails with "resource is reserved". Attached is my code.
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    daqloop.JPG ‏136 KB

    Here is a piece of code to illustrate the issue. If the timing source is created in the loop (it will be created each loop iteration) the error occurs. If it is moved outside the loop, and only created once the issue is resolved. Is there a way to RELEASE the timing source so that it can be created again? If the VI is stopped, this "resource" is released. I want to programatically release it.
    Note the error comes from the timed loop Error terminal that is Probed (50).
    Message Edited by bkb on 10-08-2008 09:52 AM
    Message Edited by bkb on 10-08-2008 09:53 AM
    Attachments:
    ts.jpg ‏57 KB

  • 4321 NetBT errors :1b after domain controller becomes pdc

    I am getting  4321 NetBT errors :1b after domain controller becomes pdc errors after moving fsmo roles over to new pdc.  The error is the DOMAIN :1b could not be regitstered with the IP of the new DC.  The computer with the IP would not allow
    it to be claimed.  I can;t ping the computer that would not allow it to be claimed and I dont see WINs on out network.  This is a HYPER-V domain controller.
    Is this gonig to effect network clients?

    Hi,
    Glad to hear that it has been solved! Thank you very much for your sharing.
    Please feel free to let us know if there are any issues in the future.
    Best Regards,
    Amy Wang

  • AS2.0 : Infinite recursion loop error when launching debugger

    I want to debug a project:
    When I run it from Flash, it doesn't work as expected but it
    doesn't display
    any compiling nor runtime error.
    But when I want to debug it and press the Play button of the
    debugger, it
    displays an infinite recursion loop error.
    I get this error even when I set a breakpoint at the first
    line of the
    script.
    How can I debug the debugger? lol!
    If you know Flash debugger's internal behavior, can you tell
    me how it can
    display an infinite recursion loop while a classic preview
    does not.
    Thanks.
    Henri

    What you are trying to do is not supported on Windows.
    You mention a thin client.  This has nothing to do with thin clients.  Thin clients are just dumb monitors that run a remote RDP session.
    If you are connecting to a terminal server there is a configuration in GP or in the terminal server configuration that let you specify an alternate shell.  If you are running this as a remote to a workstation then you need to specify the shell in the
    user profile.  THis can be done through group policy or via a registry edit.
    You cannot use a script for this and you cannot use an Office program without Explorer.  Office requires Explorer to run which is why you are getting that error.
    Redirecting userinit for the whole machine will likely create many bad side effects as it is a fundamental process.  It is called multiple times during logon.  Replacing it with a batch file will cause you script to be executed multiple times. 
    Usually userinit is called at least three times.  In a domain with Group Policy it can be called a dozen times.  I am pretty sure the only reason for it being in the registry is to allow for debugging.
    Another this folder.ng to knowis that userinit has to complete before many things in Office will work correctly dependin on you implementation.
    You can load the powerpoint viewer and directly launch that with the file name from the
    "startup"  .  You can also try and set the powerpoint viewer as the alternate shell.  It just might work because it is designed to run completely stand alone with no Office and is used in kiosks which generally run without Explorer. 
    You can also try to use IE to launch the ppt as it can host this with the viewer installed.  It can be set to fullscreen and it will re-launch  when exited just like Explorer does,
    ¯\_(ツ)_/¯

  • Redirect Loop Error

    Hi,
    So I use the web player at work, at home and have the spotify app on my Android phone.  I've logged into my premium account through facebook with no problems until yesterday.  Suddenly, no matter what computer I'm on, I get a "redirect loop error."  I can't log into my account to change my premium payment options and I can't log into my phone app.  I've reinstalled the app, cleared all cookies, tried from multiple different browsers and still am getting the same error.  What other things can I try?

    Hey there , welcome to the community!
    I apologize for the late reply. If you are still experiencing this issue, contact the accounts team through the online contact form since you've already tried all troubleshooting steps. If you receive an automated e-mail directing you back to the community, just reply to it and you will be connected with an agent that can assist you.

  • What is wrong with this (timed loop error)?

    I can't figure out why the timed loop is not starting and I receive an error -805 message. Any idea?
    Thanks,
    Ben64

    Hi Ben64,
    There's no obvious problem.
    I tried the same and it works perfect.
    So there must be a problem under the cover.
    I have 2 suggestions.
    1) There is a problem with your wiring -> the Error wire is not connected to the loops error out -> close timing source is executed before the loop is executed (Are you sure the loop doesn't even start ?)
    2) Labview often uses Names to identify items (queues, images, semaphores,..... timing sources(?) )
    I tried to open and close another timing source with the same name.
    Et voila : I'm able to get exactly the error code you mentioned.
    Is it possible you use the same name for a second timing source and this one is closed prior to executing the timed loop you've got problems with ?
    Best regards,
    Balze
    Attachments:
    timed_loop_2010.vi ‏37 KB

  • MSI FX5200 Infinite loop error

    Hi I’ve changed the PSU to see if this was the problem with the infinite loop error I’m getting. The PSU is AMD recommended or that is what it says on the box. How ever I fitted the PSU and re-booted the PC did a few things and them started 3DMARK03 and I was back in the infinite loop.
    // Watchdog Event Log File
    LogType: Watchdog
    Created: 2004-04-27 14:48:28
    TimeZone: 0 - GMT Standard Time
    WindowsVersion: XP
    EventType: 0xEA - Thread Stuck in Device Driver
    // The driver for the display device got stuck in an infinite loop. This
    // usually indicates a problem with the device itself or with the device
    // driver programming the hardware incorrectly. Please check with your
    // display device vendor for any driver updates.
    EaRecovery: 1
    ShutdownCount: 96
    Shutdown: 0
    EventCount: 9
    BreakCount: 9
    BugcheckTriggered: 1
    DebuggerNotPresent: 1
    DriverName: nv4_disp
    EventFlag: 1
    DeviceClass: Display
    DeviceDescription: NVIDIA GeForce FX 5200
    HardwareID: PCI\VEN_10DE&DEV_0322&SUBSYS_91901462&REV_A1
    Manufacturer: NVIDIA
    DriverFixedFileInfo: FEEF04BD 00010000 0006000E 000A1628 0006000E 000A1628 0000003F 00000008 00040004 00000003 00000004 00000000 00000000
    DriverCompanyName: NVIDIA Corporation
    DriverFileDescription: NVIDIA Compatible Windows 2000 Display driver, Version 56.72
    DriverFileVersion: 6.14.10.5672
    DriverInternalName: nv4_disp.dll
    DriverLegalCopyright: (C) NVIDIA Corporation. All rights reserved.
    DriverOriginalFilename: nv4_disp.dll
    DriverProductName: NVIDIA Compatible Windows 2000 Display driver, Version 56.72
    DriverProductVersion: 6.14.10.5672
    I get this error with three different drivers for the video card MSI the one that came with the card NVIDIA’S latest drivers and the latest drivers on the MSI web site.

    how many amps at plus 12v
     Memtest86

  • Redirect Loop Error on Everything

    Hi, I haven't been able to log into the web player or my own account on my desktop, my work computer or my phone because I keep getting the same "redirect loop" error.  I've been trying to log in to change my premium payment option because the card I had it under was cancelled.  I've tried deleting cookies on all my computers, as was suggested somewhere, but it still is giving me the same error.  How can I get into my account to change my payment options?

    Hey there , welcome to the community!
    I apologize for the late reply. If you are still experiencing this issue, contact the accounts team through the online contact form since you've already tried all troubleshooting steps. If you receive an automated e-mail directing you back to the community, just reply to it and you will be connected with an agent that can assist you.

  • X4170 - Is the onboard SATA controller SATA I? II? or III?

    Is the onboard SATA controller SATA I? II? or III?
    Is it also a RAID controller? If so, what RAID configurations does it support?
    I'm obviously new to SUN/Oracle servers so......
    Thanks

    Hi.
    It was 3 models of this servers:
    X4170  Sun Fire X4170 Server Product Library Documentation
    X4170 M2  Sun Fire X4170 M2 Server Product Library Documentation
    X4170 M3 Sun Server X3-2 (formerly Sun Fire X4170 M3) Documentation
    Base board  have SATA I controller and no RAID support.
    But in most cases ordered addittional RAID controller for intrenal disk.
    Regards,
    Nik.

  • G4 Quicksilver 800 MHZ  - Improved Onboard ATA Controller?

    Hello Hello
    As I understand it, when Apple manufactured the improved G4 800 MHZ (slightly faster than the 733), it eliminated the onboard ATA controller's restriction that didn't allow the processor to recognize an internal HD of greater than 120 Gigs.
    The 800 MHZ systems recognized up to a 500 Gig internal Hard Drive - Correct?
    (without going to the option of a PCI Card to rectify the problem)
    Thanx
    Mike

    Hey Tom
    How ya doin?
    Yes thank you:
    "The high capacity drive must be formatted using Mac OS X 10.2 or later in order for partition sizes beyond 128 GB to be recognized"
    So let me understand this - With my G4 Quicksilver 800 MHZ, my plan was to utilize 2 internal HD's
    Format the smaller one (40 Gig), with OS 9.2
    Format the larger internal HD (probably about 250 Gigs), with OS 10.4 - and while formatting choose the option to load the OS 9 drivers.
    Then hopefully I'll have the best of both worlds:
    Boot into the smaller HD that has 9.2, and use OS 9.2 for my older software programs
    Then have the option to be able to boot into OS 10.4 for my newer programs that will only work in 10.4
    Sound like a plan - so then as long as I use the larger HD for Tiger, the larger capacity drive will be recognized - yes?
    Thank you
    Mike

Maybe you are looking for

  • FM to change movement type in delivery

    Hi, Is there any SAP FM / BAPI available to change the movement type of items in an outbound delivery. We have a requirement to change the movement type before PGI is done on the delivery.. Thanks-

  • Exporting to one .swf when including other swf animations

    Hi When exporting my project to flash, three files are created. I am not using any skins etc, I am just trying to incorporate two animations (one per slide) and finish with one overall .swf file. I have managed to do this in two other slides, though!

  • Transaction launcher issue in IC Web..

    Hi all, I have assigned the "CL_CRM_IC_ABOXSAMPLE_LEAD_PRO"  class in the Launch transaction. But in the output, it is displaying that in display mode, even i could not be able search the lead transactions(PCUI transactions). for my userid "SAP_PCC_I

  • Update the photo

    Is there a way to update a photo after modifying in Photoshop? If I click on the photo, the updated photo comes in but the preview in the album is still the old image.

  • Buffer to small ORA-22835 error after migration from 9i to 10g

    Hello Oracle-Experts, I had to calculate hash-values for a corresponding clob-field which worked with oracle 9i (9.0.2.1) After migration to oracle 10g (10.2.0.1.0) I get an ORA-22835 error (Buffer too small for CLOB to CHAR conversion. Here is the o