• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by stevebaynet

  1. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Strange, this is what we had to do instead: zpool replace rpool c1t5000C500234C8147d0s0 c5t50000394182AA306d0 which worked. We then (i assume needed since this disk needs to be bootable?): installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c5t50000394182AA306d0s0 Let me know if my...
  2. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    ok, perfect. next problem (ha! sorry) my google Foo is failing me. in the Web UI, I try to replace the disk (which i removed and replaced in same slot with new disk): Here is the rpool: pool: rpool state: DEGRADED status: One or more devices has been removed by the administrator...
  3. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    I was able to locate the disk, thanks! Another question though. I got a failure alert for this disk last night. but just got the same alert tonight. Does it repeat every 24 hours? I dont see anything else faulted so I assume that is it.
  4. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Figured it out. since the disk had just started to die, it was still in the pool faulted, but trying to run. this hung up the format command. I let it keep running and eventually the disk was removed and the UI was responsive again. I assume we just need to pull the disk, wait a bit for things...
  5. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Hey Gea, Just got an alert that one of my rpool disks died. laaaaaame. However, when i login the web UI is unresponsive. If i recall previously, you said it is depending on certain commands completed, one of them being format. When I login to the console and execute format, it just says...
  6. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Yup, bad disk, you will need to replace (you can do inside of Napp-IT, and it will resilver) as for the email part, curious to hear from Gea about this as well. (I dont recall if it is part of the licensed/paid add-on's, but I would like this as well)
  7. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    So I know which disk is bad and I am planning to pull it tonight and replace. Is there anything I need to do before pulling it? (it is not attached to any pool) Is there anything I should do before replacing it? (clear anything, etc) In the past, we have added drives a bunch at a time. My...
  8. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Looks like i spoke too soon. I let the browser spin and spin, wrote the above, came back 5 mins later and it came up. Now when I hit pools or disks it comes up reasonably fast. Not sure if this has anything to do with it, fairly certain one of the newly added disks is bad (*shakes fist!!*)...
  9. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Running OmniOS + Napp-IT 17.01 Been working great so far, but just added 10 new disks (SAS disks connected via LSI 2007 HBA) OS seems fine, ZFS pools still working, but in Napp-IT, if I click on disks or pools, browser just spins. minilog --- _lib _lib/illumos/get-disk.pl &get_mydisk_format...
  10. S

    RAID SAN/NAS setup help. ZFS or HW? rdy to give up.

    yeah, your calc's make sense for your use case. for me its diff. the omnios/napp-it box is my backup "disaster recovery" system (should the primary HA cluster fail) the only traffic is coming from the other ZFS systems via zfs-send/rec but even on the primary, im still using raidz1 for...
  11. S

    RAID SAN/NAS setup help. ZFS or HW? rdy to give up.

    Did you get the ESX pass through and all that stuff working? I just did nearly the same setup (except im using seagate nearline SAS drives) My setup: OmniOS (instead of OI) Once I installed ESXi5.1 all i had to do is: Create local storage on one controller for the OmniOS VM OS...
  12. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Trying to answer my own question. so i tried: zfs mount bakpool/infra To which i get: cannot mount 'bakpool/infra': 'canmount' property is set to 'off' You cant see it in the image, but here is the canmount property from the same page: bakpool/infra canmount off local can i just...
  13. S

    OpenZFS NAS (BSD, Illumos, Linux, OSX, Solaris, Windows + Storage Spaces) with napp-it web-gui

    Good morning, So i have a napp-it "all in one" running omnios. its primary use is to back up my nexenta boxes. I am first trying "auto-sync" which automates zfs-send/rec. I created a pool on napp-it called "bakpool" I am backing up the folder "infra" from nexenta box When the job...
  14. S

    ZFS RaidZ1 Number of drives question

    So i started out with mirrors originally, however, this pool is mainly for reads (application servers, etc) and will not be very write heavy. The majority of reads will hit the Arc and L2arc, so i decided to switch to raidz1 to maximize the usage of disks. (FS is replicated to second array)...
  15. S

    My ZFS / Nexenta HA cluster build

    Thanks, its been a long road (nothing to do with this project, just other stuff coming up) I have HA all setup and running, slowly moving over dev/test VM's to see how perf is, how good failover works, etc etc. I'm pleased so far but will post a more in depth update soon.
Back
Top