Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Well, I've run into a new problem that I can't seem to solve.
I've passed through an M1015, and I can see the controller (lspci) but the disks doesn't show up. I know the disks work, because if I pass the controller through to a Windows 7 machine, they pop up perfectly in the disk manager..
Any ideas?
jb33, what did you do with ipadm exactly? This knowledge could be useful for others with similar issues! Thanks.
This is a special problem of first generation 4k disks like WD EARS.
Although they are 4k disks, they lie about and offer themselves to the OS as 512B disks (physical and logical).
The problem now is that you cannot replace a 512Byte disk with ashift=9 with a modern 4k disks
that report the correct physical sector value. You need a 512Byte disk like old WD EARS or maybee a Hitachi 5k300
zdb -l /dev/dsk/c3t4d0
--------------------------------------------
LABEL 0
--------------------------------------------
failed to unpack label 0
--------------------------------------------
LABEL 1
--------------------------------------------
failed to unpack label 1
--------------------------------------------
LABEL 2
--------------------------------------------
failed to unpack label 2
--------------------------------------------
LABEL 3
--------------------------------------------
failed to unpack label 3
tank DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
c3t1d0 ONLINE 0 0 0
c3t2d0 ONLINE 0 0 0
c3t3d0 ONLINE 0 0 0
3832917263814807041 FAULTED 0 0 0 was /dev/dsk/c3t4d0s0
c3t5d0 ONLINE 0 0 0
What do you guys do for your backups? If your data is saved on the server, does it back up to a second server? Or is everything on one system and you use snapshots to backup to different drives within the same server?
Hopefully someone can help!
Ive been running nappit for almost 2 years (RAIDZ2) and everythings been great. Decided it was time to swap out 2 drives with new ones. Upgraded from 2tb to 3tb drives. Ive shutdown, swapped out just one drive and restarted. Pool is degraded as expected BUT i cant seem to add the new drive to the pool.
"cfgadm -al" indicates its connected and configured.
napp-it indicates the drive with STATE 'unavailable' and CAPACITY 'cannot open'
Does it need to be formatted prior to installing?
Thanks for your assistance![]()
Does your controller support 3TB disks?
LSI 2008 is ok while LSI 1068 is not (max 2TB)
NAME STATE READ WRITE CKSUM CAP Product
megadrive DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
c4t0d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI
c4t1d0p0 OFFLINE 0 0 0 3.00 TB ST3000DM001-1CH1
c4t2d0p0 ONLINE 0 0 0 2.00 TB ST2000DL003-9VT1
c4t3d0p0 ONLINE 0 0 0 2.00 TB ST2000DL003-9VT1
c4t4d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI
c4t5d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI
-zpool replace megadrive c4t1d0
cannot replace c4t1d0 with c4t1d0: no such device in pool
-zpool replace megadrive 16795158329404238342
cannot open '16795158329404238342': no such device in /dev/dsk
must be a full path or shorthand device name
Yep confirming that it supports 3tb+.
Ive been at it for hrs now trying to resolve this. I think its got something to do with not recognizing the names? Using command line and GUID to reference the drives has got me closer.
Currently looks like this;
Code:NAME STATE READ WRITE CKSUM CAP Product megadrive DEGRADED 0 0 0 raidz2-0 DEGRADED 0 0 0 c4t0d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI c4t1d0p0 OFFLINE 0 0 0 3.00 TB ST3000DM001-1CH1 c4t2d0p0 ONLINE 0 0 0 2.00 TB ST2000DL003-9VT1 c4t3d0p0 ONLINE 0 0 0 2.00 TB ST2000DL003-9VT1 c4t4d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI c4t5d0p0 ONLINE 0 0 0 2.00 TB SAMSUNG HD204UI
Im trying to run the 'zpool replace' cmd but its just not working (whether the drive is online or offline)
Code:-zpool replace megadrive c4t1d0 cannot replace c4t1d0 with c4t1d0: no such device in pool -zpool replace megadrive 16795158329404238342 cannot open '16795158329404238342': no such device in /dev/dsk must be a full path or shorthand device name
zdb -C tank
zpool replace tank 17301056034236317553 c4t5000CCA225E17DC9d0
For what it's worth, I've always had to replace failed devices by GUID and I have LSI controllers. I find the GUID for the failed drive withOnce I find the failed drive's GUID in that output, I replace withCode:zdb -C tank
Note that the replace command has old drive by GUID AND new drive by port in it.Code:zpool replace tank 17301056034236317553 c4t5000CCA225E17DC9d0
This is one case where I think napp-it would be more reliable if it used GUID for these types of operations, but I understand that it might break functionality for others.
zpool replace tank GUID PORT
Thanks!!.. that did the trick.
Code:zpool replace tank GUID PORT
![]()
what are the commands here for configuring the NICs?
I don't see them mentioned in the "official" napp-it guide
http://www.servethehome.com/installing-configuring-napp-it-openindiana-zfs/
Hi,
First time to post on the forum so not sure if this is even where I should be posting this.
I have moved from Nexenta 3.1.3.5 to Openindiana + napp-it and have seen a significant drop in iScsi performance on the very same hardware / config as previous.
With Nexenta and my ESXi 5.1 hosts I was getting 243MB/s read and 247MB/s write using dual Gbe nics and MPIO but since switching to Opendiana on the same hardware this has dropped to 174MB/s read but still 235Mb/s writes.
Nics in OI server are Intel Pro1000 PT dual port adapters, is there some setting like Large Send Offloading or something that needs to be tweaked in the Illumos core?
Thanks,
I suppose, you have used OI 151 a1/a2.
I always use the live ("desktop" edition) for "server use" due to easyness in handlling and because of
time slider (select a folder and go back in time based on snaps).
- a real killer feature
I can get around 7-800Mbps from an in-memory transfer to my machine using an E1000, but my disks certainly aren't fast enough to sustain that.
I'm ordering the parts I'm lacking to start my OI server tonight, but the more I think about it, the more I realize that while it will help me manage my data, it will not help my already cumbersome backup routine. Backuping dozens of TB to a bunch of drives will not work, so I'll make another server, maybe OI, maybe OmniOS or ZoL, it'll have to wait a few months anyway.
If I keep it on my LAN then there are tools to do the syncing, but what about remote backup ? Let's say, I put the backup server in my parents' garage. With only 1Mb/s upload for them and for me, there is no way to backup anything meaningful, but is there a way to copy the differences (added files, mainly) on a hard drive that I would then bring from the server to the backup server ?