Please help! Started up FreeNAS, suddenly voluime storage (ZFS) status unknown?!

Status
Not open for further replies.

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
Please help someone...

I just started up my FreeNAS machine and when I logged on it says (blinking orange light, right top): WARNING: The volume storage (ZFS) status is UNKNOWN

If I check "View Volumes" it says the following:

storage /mnt/storage 6.0 KiB (8%) 752.0 KiB 823.5 KiB UNKNOWN

Obviously this is not right (I have 2,5 TB in use out of 6 or 7 TB)

Please help? What should I do....?

//update

I don't know if this helps, but when I check "Edit ZFS options", I get this:

Code:
Environment:

Software Version: FreeNAS-8.3.0-RELEASE-x64 (r12701M)
Request Method: GET
Request URL: http://192.168.0.100/storage/volume/zfs-edit/1/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  105.                         response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
  166.         return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
  20.                 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in zfsvolume_edit
  520.     volume_form = forms.ZFSVolume_EditForm(mp=mp)
File "/usr/local/www/freenasUI/../freenasUI/storage/forms.py" in __init__
  854.         self.fields['volume_compression'].initial = data['compression']

Exception Type: KeyError at /storage/volume/zfs-edit/1/
Exception Value: 'compression'
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Did you just update from an earlier version of FreeNAS?

Post the results of 'zpool status'

And add some information about your system.
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
[root@freenas] ~# zpool status
no pools available


?!

No I didn't update anything, I am still running on FreeNAS-8.3.0-RELEASE-x64
I just booted up and I get this?

- - - Updated - - -

Okay I did the following:

Code:
[root@freenas] ~# zpool status
no pools available
[root@freenas] ~# zpool import
   pool: storage
     id: 17472259698871586545
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        storage                                         ONLINE
          raidz2-0                                      ONLINE
            gptid/19177fb9-25fa-11e2-9ab0-00151736994a  ONLINE
            gptid/19b5ec3a-25fa-11e2-9ab0-00151736994a  ONLINE
            gptid/3dc2f956-3de6-11e2-8af1-00151736994a  ONLINE
            gptid/1aefa3e9-25fa-11e2-9ab0-00151736994a  ONLINE
            gptid/1b8f2b64-25fa-11e2-9ab0-00151736994a  ONLINE
            gptid/1c2d6a74-25fa-11e2-9ab0-00151736994a  ONLINE
[root@freenas] ~# 


Apparently it's still there, but I have no clue what " action: The pool can be imported using its name or numeric identifier" means and what to do now?!
Please advice.

I am guessing my data is still there, right??
And how does this happen?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
First, relax.

Second, your data looks like its fine. If you were able to run that command without an error it looks like all is fine with the zpool. It looks like something may be messed up with FreeNAS though. It looks like your config file or USB stick may be shot. If you have a backup of your config file I'd try reinstalling FreeNAS to a new USB stick and importing your config file.

If you don't know what the config file is consult the manual. It includes info for backing up your config as well as restoring.

You can import your zpool by doing zpool import 17472259698871586545 or zpool import storage.

Run one of those commands and you should be able to go to /mnt/storage and see all of your lovely data.
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
Okay I am really getting anxious here...

I tried the following:

Code:
[root@freenas] ~# zpool import 17472259698871586545
cannot import 'storage': I/O error
        Destroy and re-create the pool from
        a backup source.


Someone help me please... What should I do and is my data safe?!

- - - Updated - - -

First, relax.

Second, your data looks like its fine. If you were able to import it without any errors all is fine with the zpool. It looks like something may be messed up with FreeNAS though. It looks like your config file or USB stick may be shot though. If oyu have a backup of your config file I'd try reinstalling FreeNAS to a new USB stick and importing your config file.

If you don't know what the config file is consult the manual. It includes info for backing up your config as well as restoring.

Huh?? I cannot import see my previous reply! :S
Oooooh, I wish I never used FreeNAS in the first place...
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
I am unfortunately not the expert here so I hope Cyberjock or Protosd or one of the many others who understand importing pools will chime in.

I believe your data is in tact. I believe you can do an Auto Import of your pool without risk of damage. What kills me is I think you are going to need to export your pool first just for good measure but try the Auto Import first. If it doesn't see the pool then I think you need to export it manually. I'll try to look up the command and post it.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
I don't think it will hurt to try. You are not destroying your pool.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Ok, now here's where you need to relax. This are a little dicey right now. Don't do something you might regret later. We've had people do things that made things unrecoverable when they were recoverable.

1. Do a cold boot of the machine. Do a complete shutdown, let it stay off for about 30 seconds, then power it back up.
2. After the bootup is complete post the output of dmesg, glabel status, and camcontrol devlist -v from an SSH terminal as root. Put it inside of [code] and [/code] to make it readable.
3. Do you have any backups?
4. Did you have any issues with the machine before this? Did you do any upgrades or change anything?

Edit: Do not force the mount yet. Forcing it can cause irreversible damage. That'll be one of the "last resort" type of things. There's a few other things I want to do first before we go to that kind of desperation.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Did you reboot the NAS? Just thinking inside the box.

- - - Updated - - -

Thanks for joining the conversation. I'm definitely out of my league.
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
Ok, now here's where you need to relax. This are a little dicey right now. Don't do something you might regret later. We've had people do things that made things unrecoverable when they were recoverable.

1. Do a cold boot of the machine. Do a complete shutdown, let it stay off for about 30 seconds, then power it back up.
2. After the bootup is complete post the output of dmesg, glabel status, and camcontrol devlist -v from an SSH terminal as root. Put it inside of [code] and [/code] to make it readable.
3. Do you have any backups?
4. Did you have any issues with the machine before this? Did you do any upgrades or change anything?

Thanks for responding, I will do a complete shutdown. And report back (as in updating this post) with the commands you gave me.

Output of dmesg:
Code:
[root@freenas] ~# dmesg
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.3-RELEASE-p4 #0 r241984M: Wed Oct 24 00:57:10 PDT 2012
    root@build.ixsystems.com:/usr/home/jpaetzel/8.3.0-RELEASE/os-base/amd64/usr/home/jpaetzel/8.3.0-RELEASE/FreeBSD/src/sys/FREENAS.amd64 amd64
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Phenom(tm) II X4 955 Processor (3214.05-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x100f43  Family = 10  Model = 4  Stepping = 3
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x802009<SSE3,MON,CX16,POPCNT>
  AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT>
  TSC: P-state invariant
real memory  = 17179869184 (16384 MB)
avail memory = 16413515776 (15653 MB)
ACPI APIC Table: <GBT    GBTUACPI>
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
ioapic0: Changing APIC ID to 8
ioapic0 <Version 2.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
hpt27xx: RocketRAID 27xx controller driver v1.0 (Oct 24 2012 00:56:59)
cryptosoft0: <software crypto> on motherboard
aesni0: No AESNI support.
acpi0: <GBT GBTUACPI> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, d7cf0000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
vgapci0: <VGA-compatible display> port 0xde00-0xdeff mem 0xd8000000-0xdfffffff,0xfdbe0000-0xfdbeffff,0xfda00000-0xfdafffff irq 18 at device 5.0 on pci1
pci1: <multimedia, HDA> at device 5.1 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 18 at device 2.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <PCI-PCI bridge> at device 0.0 on pci2
pci3: <PCI bus> on pcib3
pcib4: <PCI-PCI bridge> at device 2.0 on pci3
pci4: <PCI bus> on pcib4
em0: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xcf00-0xcf1f mem 0xfd5e0000-0xfd5fffff,0xfd5c0000-0xfd5dffff irq 17 at device 0.0 on pci4
em0: Using an MSI interrupt
em0: [FILTER]
em0: Ethernet address: 00:1b:21:40:a0:4d
em1: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xce00-0xce1f mem 0xfd5a0000-0xfd5bffff,0xfd580000-0xfd59ffff irq 16 at device 0.1 on pci4
em1: Using an MSI interrupt
em1: [FILTER]
em1: Ethernet address: 00:1b:21:40:a0:4c
pcib5: <PCI-PCI bridge> at device 4.0 on pci3
pci5: <PCI bus> on pcib5
em2: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xbf00-0xbf1f mem 0xfd4e0000-0xfd4fffff,0xfd4c0000-0xfd4dffff irq 19 at device 0.0 on pci5
em2: Using an MSI interrupt
em2: [FILTER]
em2: Ethernet address: 00:1b:21:40:a0:4f
em3: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xbe00-0xbe1f mem 0xfd4a0000-0xfd4bffff,0xfd480000-0xfd49ffff irq 18 at device 0.1 on pci5
em3: Using an MSI interrupt
em3: [FILTER]
em3: Ethernet address: 00:1b:21:40:a0:4e
pcib6: <ACPI PCI-PCI bridge> irq 17 at device 9.0 on pci0
pci6: <ACPI PCI bus> on pcib6
pci6: <serial bus, USB> at device 0.0 (no driver attached)
ahci0: <ATI IXP700 AHCI SATA controller> port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfe02f000-0xfe02f3ff irq 19 at device 17.0 on pci0
ahci0: [ITHREAD]
ahci0: AHCI v1.20 with 6 6Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: [ITHREAD]
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: [ITHREAD]
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: [ITHREAD]
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: [ITHREAD]
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: [ITHREAD]
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: [ITHREAD]
ohci0: <OHCI (generic) USB controller> mem 0xfe02e000-0xfe02efff irq 18 at device 18.0 on pci0
ohci0: [ITHREAD]
usbus0: <OHCI (generic) USB controller> on ohci0
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfe02d000-0xfe02d0ff irq 17 at device 18.2 on pci0
ehci0: [ITHREAD]
usbus1: EHCI version 1.0
usbus1: <EHCI (generic) USB 2.0 controller> on ehci0
ohci1: <OHCI (generic) USB controller> mem 0xfe02c000-0xfe02cfff irq 18 at device 19.0 on pci0
ohci1: [ITHREAD]
usbus2: <OHCI (generic) USB controller> on ohci1
ehci1: <EHCI (generic) USB 2.0 controller> mem 0xfe02b000-0xfe02b0ff irq 17 at device 19.2 on pci0
ehci1: [ITHREAD]
usbus3: EHCI version 1.0
usbus3: <EHCI (generic) USB 2.0 controller> on ehci1
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
pcib7: <ACPI PCI-PCI bridge> at device 20.4 on pci0
pci7: <ACPI PCI bus> on pcib7
em4: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xaf00-0xaf3f mem 0xfddc0000-0xfdddffff,0xfdda0000-0xfddbffff irq 20 at device 6.0 on pci7
em4: [FILTER]
em4: Ethernet address: 00:0e:0c:65:fc:7c
ohci2: <OHCI (generic) USB controller> mem 0xfe02a000-0xfe02afff irq 18 at device 20.5 on pci0
ohci2: [ITHREAD]
usbus4: <OHCI (generic) USB controller> on ohci2
pcib8: <ACPI PCI-PCI bridge> at device 21.0 on pci0
pci8: <ACPI PCI bus> on pcib8
ahci1: <JMicron JMB363 AHCI SATA controller> mem 0xfd9fe000-0xfd9fffff irq 17 at device 0.0 on pci8
ahci1: [ITHREAD]
ahci1: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported
ahcich6: <AHCI channel> at channel 0 on ahci1
ahcich6: [ITHREAD]
ahcich7: <AHCI channel> at channel 1 on ahci1
ahcich7: [ITHREAD]
atapci0: <JMicron JMB363 UDMA133 controller> port 0x9f00-0x9f07,0x9e00-0x9e03,0x9d00-0x9d07,0x9c00-0x9c03,0x9b00-0x9b0f irq 17 at device 0.1 on pci8
atapci0: [ITHREAD]
ata2: <ATA channel> at channel 0 on atapci0
ata2: [ITHREAD]
pcib9: <ACPI PCI-PCI bridge> at device 21.1 on pci0
pci9: <ACPI PCI bus> on pcib9
ohci3: <OHCI (generic) USB controller> mem 0xfe029000-0xfe029fff irq 18 at device 22.0 on pci0
ohci3: [ITHREAD]
usbus5: <OHCI (generic) USB controller> on ohci3
ehci2: <EHCI (generic) USB 2.0 controller> mem 0xfe028000-0xfe0280ff irq 17 at device 22.2 on pci0
ehci2: [ITHREAD]
usbus6: EHCI version 1.0
usbus6: <EHCI (generic) USB 2.0 controller> on ehci2
amdtemp0: <AMD K8 Thermal Sensors> on hostb4
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
atrtc0: <AT realtime clock> port 0x70-0x73 on acpi0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcefff,0xd5000-0xd5fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
ppc0: cannot reserve I/O port range
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Timecounters tick every 1.000 msec
hpt27xx: no controller detected.
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 480Mbps High Speed USB v2.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
usbus6: 480Mbps High Speed USB v2.0
ugen0.1: <ATI> at usbus0
uhub0: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <ATI> at usbus1
uhub1: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
ugen2.1: <ATI> at usbus2
uhub2: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <ATI> at usbus3
uhub3: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
ugen4.1: <ATI> at usbus4
uhub4: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <ATI> at usbus5
uhub5: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
ugen6.1: <ATI> at usbus6
uhub6: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
uhub4: 2 ports with 2 removable, self powered
uhub5: 4 ports with 4 removable, self powered
uhub0: 5 ports with 5 removable, self powered
uhub2: 5 ports with 5 removable, self powered
uhub6: 4 ports with 4 removable, self powered
uhub1: 5 ports with 5 removable, self powered
uhub3: 5 ports with 5 removable, self powered
ugen5.2: <Logitech> at usbus5
ukbd0: <Logitech HID compliant keyboard, class 0/0, rev 1.10/1.80, addr 2> on usbus5
kbd2 at ukbd0
uhid0: <Logitech HID compliant keyboard, class 0/0, rev 1.10/1.80, addr 2> on usbus5
ugen2.2: <ASETEK> at usbus2
ugen1.2: <Sharkoon> at usbus1
umass0: <Sharkoon PenDrive, class 0/0, rev 2.10/a.00, addr 2> on usbus1
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD20EARX-00PASB0 51.0AB51> ATA-8 SATA 3.x device
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <WDC WD20EARX-00PASB0 51.0AB51> ATA-8 SATA 3.x device
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada2 at ahcich2 bus 0 scbus2 target 0 lun 0
ada2: <WDC WD20EARX-008FB0 51.0AB51> ATA-8 SATA 3.x device
ada2: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada2: Command Queueing enabled
ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada3 at ahcich3 bus 0 scbus3 target 0 lun 0
ada3: <WDC WD20EARX-00PASB0 51.0AB51> ATA-8 SATA 3.x device
ada3: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada3: Command Queueing enabled
ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada4 at ahcich4 bus 0 scbus4 target 0 lun 0
ada4: <WDC WD20EARX-00PASB0 51.0AB51> ATA-8 SATA 3.x device
ada4: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada4: Command Queueing enabled
ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada5 at ahcich5 bus 0 scbus5 target 0 lun 0
ada5: <WDC WD20EARX-00PASB0 51.0AB51> ATA-8 SATA 3.x device
ada5: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada5: Command Queueing enabled
ada5: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
da0 at umass-sim0 bus 0 scbus9 target 0 lun 0
da0: <Sharkoon Extreme 1.00> Removable Direct Access SCSI-5 device 
da0: 40.000MB/s transfers
da0: 15280MB (31293440 512 byte sectors: 255H 63S/T 1947C)
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!
GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s).
Trying to mount root from ufs:/dev/ufs/FreeNASs1a
ZFS filesystem version 5
ZFS storage pool version 28
em1: link state changed to DOWN
em1: link state changed to UP
bridge0: Ethernet address: 02:6c:a0:6e:08:00
epair0a: Ethernet address: 02:b3:00:00:10:0a
epair0b: Ethernet address: 02:b3:00:00:11:0b
epair0a: link state changed to UP
epair0b: link state changed to UP
epair0a: promiscuous mode enabled
em3: promiscuous mode enabled
em2: promiscuous mode enabled
em1: promiscuous mode enabled
em0: promiscuous mode enabled
em3: link state changed to DOWN
lagg0: promiscuous mode enabled
em2: link state changed to DOWN
em1: link state changed to DOWN
em0: link state changed to DOWN
lagg0: link state changed to DOWN
em2: link state changed to UP
lagg0: link state changed to UP
em1: link state changed to UP
em3: link state changed to UP
em0: link state changed to UP
em0: link state changed to DOWN
em0: link state changed to UP
em0: link state changed to DOWN
em0: link state changed to UP


glabel status
Code:
[root@freenas] ~# glabel status
                                      Name  Status  Components
gptid/19177fb9-25fa-11e2-9ab0-00151736994a     N/A  ada0p2
gptid/19b5ec3a-25fa-11e2-9ab0-00151736994a     N/A  ada1p2
gptid/3dc2f956-3de6-11e2-8af1-00151736994a     N/A  ada2p2
gptid/1aefa3e9-25fa-11e2-9ab0-00151736994a     N/A  ada3p2
gptid/1b8f2b64-25fa-11e2-9ab0-00151736994a     N/A  ada4p2
gptid/1c2d6a74-25fa-11e2-9ab0-00151736994a     N/A  ada5p2
                             ufs/FreeNASs3     N/A  da0s3
                             ufs/FreeNASs4     N/A  da0s4
                            ufs/FreeNASs1a     N/A  da0s1a



Output camcontrol devlist -v
Code:
[root@freenas] ~# camcontrol devlist -v
scbus0 on ahcich0 bus 0:
<WDC WD20EARX-00PASB0 51.0AB51>    at scbus0 target 0 lun 0 (pass0,ada0)
<>                                 at scbus0 target -1 lun -1 ()
scbus1 on ahcich1 bus 0:
<WDC WD20EARX-00PASB0 51.0AB51>    at scbus1 target 0 lun 0 (pass1,ada1)
<>                                 at scbus1 target -1 lun -1 ()
scbus2 on ahcich2 bus 0:
<WDC WD20EARX-008FB0 51.0AB51>     at scbus2 target 0 lun 0 (pass2,ada2)
<>                                 at scbus2 target -1 lun -1 ()
scbus3 on ahcich3 bus 0:
<WDC WD20EARX-00PASB0 51.0AB51>    at scbus3 target 0 lun 0 (pass3,ada3)
<>                                 at scbus3 target -1 lun -1 ()
scbus4 on ahcich4 bus 0:
<WDC WD20EARX-00PASB0 51.0AB51>    at scbus4 target 0 lun 0 (pass4,ada4)
<>                                 at scbus4 target -1 lun -1 ()
scbus5 on ahcich5 bus 0:
<WDC WD20EARX-00PASB0 51.0AB51>    at scbus5 target 0 lun 0 (pass5,ada5)
<>                                 at scbus5 target -1 lun -1 ()
scbus6 on ahcich6 bus 0:
<>                                 at scbus6 target -1 lun -1 ()
scbus7 on ahcich7 bus 0:
<>                                 at scbus7 target -1 lun -1 ()
scbus8 on ata2 bus 0:
<>                                 at scbus8 target -1 lun -1 ()
scbus9 on umass-sim0 bus 0:
<Sharkoon Extreme 1.00>            at scbus9 target 0 lun 0 (pass6,da0)
scbus-1 on xpt0 bus 0:
<>                                 at scbus-1 target -1 lun -1 (xpt0)


Hope this helps...

And in regards in having backups. No.
I thought ZFS especially raidz2 was one of the safest things to have.

Also I didn't do any updates, been running this version of Freenas the last few months or so without problems.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I edited the other post, but don't do the forced mount yet. It can cause irreversible damage and there's other options I'd like to try before we try the "go for broke" option.
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
Okay thank you.

I noticed during cold boot some message about "destroyed", but it passed really quickly.
I also noticed this: GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s).
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
I also noticed this: GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s).
This is noise and everyone has it.

My money is on a corrupted USB stick. Do a fresh install of FreeNAS to a different stick and try the auto-import.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
For some reason I feel like you should do a RAM test first. Everything looks good on the surface, but when you try to import it doesn't seem to work.

Download a copy of memtest and run that on your machine. You'll have to make a USB stick or boot CD for it. Normally 3 passes is considered "good", but that is pretty time consuming. Just do one pass and report back if it passes or not. If anything is bad it'll be red at the bottom of the screen. I'm doing the RAM test first because if it is RAM and we force a mount later we could make things much worse.

Edit: Go back and answer the other questions I had :P

I also assume your data isn't accessible after the bootup, right?
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
This is noise and everyone has it.
My money is on a corrupted USB stick. Do a fresh install of FreeNAS to a different stick and try the auto-import.

Okay, so the first thing is "normal".

And a fresh install, do I use the same version of FreeNAS? And should I save my current configuration?
I think it will be best if I do this in the morning and not now (0:35 AM here).

- - - Updated - - -

Edit: Go back and answer the other questions I had :P

I did do answer those questions!

1. Do a cold boot of the machine. Do a complete shutdown, let it stay off for about 30 seconds, then power it back up.
2. After the bootup is complete post the output of dmesg, glabel status, and camcontrol devlist -v from an SSH terminal as root. Put it inside of
Code:
 and 
to make it readable.
3. Do you have any backups?
4. Did you have any issues with the machine before this? Did you do any upgrades or change anything?

1. done
2. done
3. no
4. was running normally the past few months.

//update

After reboot it's still the same as in not accessible. It says in Freenas GUI:
storage /mnt/storage 6.0 KiB (8%) 752.0 KiB 823.5 KiB UNKNOWN
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
And a fresh install, do I use the same version of FreeNAS? And should I save my current configuration?
I think it will be best if I do this in the morning and not now (0:35 AM here).
Yes to the first. Yes to the second, but try the auto-import before restoring your settings.

Tomorrow is fine. Just take it slowly and report your progress back.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
If you are going to bed I'd start the memtest and let it run while you sleep. It's idiot proof and you just boot and it runs. No settings or anything. Hopefully wheny ou wake up 3 passes will be done.
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
For some reason I feel like you should do a RAM test first. Everything looks good on the surface, but when you try to import it doesn't seem to work.
Or corrupted flash drive.

You can always let the RAM test run overnight.
 

HHawk

Contributor
Joined
Jun 8, 2011
Messages
176
If you are going to bed I'd start the memtest and let it run while you sleep. It's idiot proof and you just boot and it runs. No settings or anything. Hopefully wheny ou wake up 3 passes will be done.

I have memtest on usb stick. Which option should I run?
3 - 8 something?
 
Status
Not open for further replies.
Top