NSS 326 Loading Drivers Please Wait

Hello,
Our NAS was unable to start up today and is perpetually stuck display "Loading Drivers Please Wait"
The console is continually giving the error "mdadm: Cannot open /dev/sdb1: No such device or address"

The NSS326 consist of 6 disks (/sdXY where X is a,b,c,d,e,f represented a=1, b=2, c=3, d=4, e=5, f=6 and Y is 1,2,3,4). The Y value is the partitions in a disk. The error "mdadm: Cannot open /dev/sdb1: No such device or address", is pointing to disk#2 on partition #1 which is boot partition.  This is telling me the boot partition is bad and it is stucked in the recovering mode but failed to recover to restore the media for this partition. It is not looking good if boot partition is bad.
Can you describe what happened originally? What does the web admin show the status of your drives and volumes as? Is disk #2 LED keeps flashing ?  Was the disk bought with the chassis ?  Type of the disk ?
A workaround for this to continue to boot is temporary remove disk #2 (unplug and pull out only). DO NOT remove any other disk while system is powering.
When you have the access to SSH or CLI from the console, can you please post the print out from some of the commands below:
# cat /proc/mdstat
# cat /etc/raidtab
# cat /etc/storage.conf
# mdadm -D /dev/md0
# mdadm -E /dev/sda3
# df -h

Similar Messages

  • NSS 326 Mount Volume Please Wait...

    I have suddenly lost access to my NSS326 recently. I can't access the web interface, the NAS won't boot up and the display has the message "Mount Volume Please wait...". I've let it sit for days (based on what I've read on other discussions) with no luck. All of the led indicators are green. I tried booting without any of the disks and it said No Disk 0.0.0.0. I put the disks back in and it has the same message on trying to boot up.
    Any ideas on what I could try. The support on this device ended back in 02/2012, so a Customer Service rep asked me to try the online forums.
    Thanks in advance.

    Sunil,
    You can SSH to the NAS from the ethernet port. For advanced information about what can be done I recomend that you check the QNAP forums, since the device was manufactured by them. They have a very active community and many users seeking advanced troubleshooting information. The comparable QNAP model is TS-659 Pro+ and it has an Intel processor.
    http://www.cisco.com/en/US/docs/storage/nass/csbcdp/smart_storage/release/notes/Ciscov1.5_to_QNAPv3.5_FW_RNs.pdf
    You may need to create an account to search and post at the QNAP community forum. http://forum.qnap.com/
    Please keep us updated and feel free to ask if you have any further questions.
    - Marty

  • "loading data. please wait." message on flash charts after releasing to 3.1

    We are experiencing "loading data. please wait." message on all flash charts after exporting our app from dev (3.1.2) where all of the charts work fine and importing it into prod (3.1.2) where the message occurs.
    A work-around has been found by resetting the #HOST# variable in charts' regions' source code
    from:
    XMLFile=#HOST#apex_util.flash?
    to:
    XMLFile=<physical URL of the production app>apex_util.flash?
    Obviously this is an ugly work-around and requires a lot of work every time we do a release because it gets overwritten back to #HOST# with ever import (we have quite a few flash charts).
    Any suggestions, or rumors when this "bug" will be fixed?
    Thank You
    Boris

    Hello,
    Take a look at this thread and see if it addresses your problem -
    Flash chart fails through proxy
    BTW it's not really a 'bug' ;)
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • XI PDF file displays flash images as  'Loading Data Please Wait'

    I'm trying to 'Convert Web Page to Adobe PDF'
    The web page I'm trying to convert contains Adobe Flash images.
    The PDF file is created, but when I open the resulting file instead of seeing the flash images I get the following
    I am using a trial version of Adobe Acrobat XI Pro.

    The URL is on our intranet so won't be accessible. The url is
    http://hcdev.support.local:8080/apex/f?p=108:1:450638934290001::NO:::
    Adobe recognises the flash content when I right click on the flash content and select 'Save as PDF'
    When I open the resulting PDF file I can see the flash content has been captured.
    When I right click on the webpage containing the flash content and click on 'Convert webpage to Adobe PDF'
    When I open the resulting PDF file it recognises that there is flash content to display, but for some reason fails to display it.
    Adobe recognises the flash content and the way it is structured when I right click on the flash content, but Adobe is having problems either saving or displaying the content when I try to convert the whole page.

  • I get a please wait message, and the pdf document never loads?

    I get a Please Wait message, and the pdf document never loads. i have the latest version on my mac- no luck!

    windows xp version x1 the latest.  trying to open  in gmail.
    On Mon, Feb 17, 2014 at 1:23 PM, Claudio González

  • How to send a 'loading, please wait...' message to user

    My web application needs to load about 1000 item names to screen. It takes about half a minute before the names are returned.
    While waiting, the screen is blank and user wouldn't know what's going on. Is there a way to send a first page ('Loading,please wait...')to the browser, and then desplay the result page after the procedure completed.
    I searched in this forum before posting but didn't get help. I'm pretty new in this area, please help me.
    Thanks.

    By clicking a button. It's like a principal logins to school site, the first page he/she sees is student name page, the page is a big dropdown down list with all the student names in this school.
    I tried some javescript but didn't work. I think the problem could be:
    1. it takes time to get data from table and generate a html doc.
    2. it takes time to display the page.
    Reason1 is main problem and any javascript won't work at this step.
    Any suggestions, please?

  • 3 cfselect with "loading please wait" information

    Hi
    I have 3 cfselect boxes bind to a component. 2nd select box
    is depend on the 1st and 3rd is depend on the 2nd.
    Its taking much time to load the select boxes and before
    loading all the information user is submitting the page, giving the
    errors. and not only that if the internet is slow, its taking much
    time to load the data.
    So for this i want to display the word "page loading please
    wait..." how can i do this? can I do this in CF or i need to use
    the seperate AJAX for displaying it.

    If the amount of data is reasonably small, you might be
    better off getting it all when you first create the page and using
    js to control the selects.

  • Please wait or portlet loading message

    How are you guys handling this for both stand alone portlets and adabptive porltets? Click in portlet A, portlet B should show "loading..." (or somehting) while you wait for content. You guys using standard js? putting the js in the header portlet or in each portlet?
    Thanks!

    i'm sure there is a better way to do it lately using something like jquery but this is how we did it in the past. i would name a div and then use a function to set the div inner html to "loading..." and also register for the callback at the same time so it would show loading until the the event registered for was fired from another portlet. hope this helps.
    <script type="text/javascript">
    //there is a bug in the .NET filter 2.2 which causes FireFox to get into infinite loop.
    //this ensures that the PCC is loaded once.
    //myRegistrationVar is a bogus variable.
    if(typeof(myRegistrationVar2) == 'undefined')
         var container = document.getElementById('highlight_content');
         container.innerHTML = "<br><center>Loading Data. Please Wait...</center></br>";
         //PCC.RegisterForEvent("urn:plumtree:Indigo:BroadCast", "RaiseProdID", GetValues_$$TOKEN$$);
         //pause(2000);
         PCC.RegisterForEvent('urn:schemas.plumtree.epri:changeID','changeID', changeDiv_$$TOKEN$$);
    var myRegistrationVar2 = 0;
    }

  • 831 router....'loading cisco router web setup. please wait'

    We just received a used 831 from our other office. I put in http://10.10.10.1 then click continue for the language. It comes to a screen that reads: 'Loading Cisco Router Web Setup. Please Wait...' thats as far as it will go. I'm not sure where to start I'm new to cisco routers. I have read the manual that came w/ it but couldn't find out any information. Your help will be greatly appreciated.
    Thanks

    Hello Brandon,
    CRWS is a little bit buggy, try SDM instead, which is supposed to be the replacement for CRWS. YOu can download it here:
    http://www.cisco.com/pcgi-bin/Software/Tablebuild/doftp.pl?ftpfile=pub/web/sdm/SDM-V231.zip&swtype=FCS
    When asked for a user ID, just use anonymous/anonymous, it will allow the download.
    If you cannot download, post your email address and I will send you the file.
    You could also try another browser, such as Firefox:
    http://www.firefox.com
    HTH,
    GNT

  • BO4 - Select .unx says Loading - please Wait then blank screen

    Hi,
    As Administrator can create reports fine against .unv universes in WEBI.
    If select .unx screen does nothing.
    Just says loading please wait and blank screen.
    .unx imports fine in IDT.
    Any ideas?
    Thanks

    The icon, I believe is for the voicemail APP, Visual Voicemail, that carries a subscription charge - it is not the same as your *86 standard voicemail.
    http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=55911  shows the icon (is that what you are seeing?) and http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=56168 gives details on activating Visual Voicemail.  If yo uonly have standard voicemail, then : http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=55976 is how you access it.

  • I cant register cloud on my 58L4300U "loading, please wait" message comes up and does nothing

    So i bought this TV for myself just yesterday, and after goign through all the setup, i pressed the cloud button to get into cloud. it takes me to the introduction step, where i have to set device name, icon, wallpaper, and then the next step is to create account.
    BUT when i set my device name and press next, a message "Loading Please wait" shows up on the top left corner of the screen for maybe about 10 seconds. Then the message goes away, and guess what. Nothing happens.
    Im literally stuck at this stage, can't proceed and cannot use cloud service!
    called toshiba support and ended up talking to a guy name Ringo in the philliphines. wtf...
    He tells me that this is a known issue and they are doing what they can do to fix this. 
    I searched this forum and seems like i am the only one having this issue...
    I need help. or this TV is going back to the store.
    thanks,

    Hey man,
    Check the forum post here.
    http://forums.toshiba.com/t5/Televisions/65L7300U-​device-profile-settings/td-p/562970
    I was experiencing the same thing along with another guy on here.  Appears to be a Cloud Server issue, but waiting to hear a reply from Toshiba as to remedy/resolution to issue.

  • I just purchased mountain lion and it doesnt load, it says "waiting"  please help

    i just purchased mountain lion and it doesnt load, it says "waiting"  please help

    Welcome to Apple Support Communities
    Open App Store > Purchases, pause and resume OS X. If it doesn't help, press Shift key in boot and download Mountain Lion

  • How do i reverse a download? the little center is turning & it says "loading, please wait". it's been doing this for several hours & I don't know how to stop it.

    I was downloading add ons; i let it wait until i left the site to load, but it's been running & showing the center spinning & "loading, please wait; it's been doing this for several hours & i don't know to stop or disable it

    There is a rectangular white box between the top & bottom of the screen with no buttons on it. The wheel turns with 'loading, please wait'. There is a little arrow on the upper left with 2 green & gold 'men'. When I click on it this message shows up on the screen "Please accept the Terms of Service first (Add a social network). The only way I can get the wheel to quit turning is to go to 'tools' & click on options & it stops turnning. I already had a yahoo, facebook & twitter accounts, so I don't know what to do.
    I've checked in my Control Panel & there is nothing with Firefox in there. If I can't resolve this can someone tell me to how to unload all of this & start over.
    Thanks.

  • Pogo games wont load...just says "please wait" ; all your recommendations have been checked.

    Pogo games wont load, it says "please wait" ...you can wait for hours, I also tried IE, same problem...this occurred within hours of our last game. All of the recommended "fixes" have either been applied or tried! Thanks!

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Display ("Please Wait") message WHILE the page loads

    Hello All,
    I have adf/jsf application. How to add message " Please Wait While Page Loads" WHILE+* the page is loading ?
    I am thinking of Window.confirm(" Please Wait While The Page Loads") Is there a better (More Modern) way to do this?_
    Many Thanks,

    John, when I type <af:statusIndicator and ctrl + space, JDev does not show statusIndicator as one of the choices. I tried adding code but it seems it does not recognize statusIndicator as one of the tags. I am using other jsf and adf tags on the same page :(
    Thanks,

Maybe you are looking for