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.
I do not really understand
Fact is, napp-it is offered with a hefty price tag in certain licensing options, which invalidates your whole point about the good guy and "FOR FREE". I can't imagine the pro version to magically have better code. And of course you trust napp-it to handle your data correctly. If it trashes your data by calling zfs with some unvalidated input, it's not ZFS's fault, is it?
The fact that there are odd interactions between various systems isn't too much of a surprise, nor is the fact that certain parts of Omni-OS have slightly different definitions of '2 TB'.
Numeric values can be specified as exact values, or in a human-read-
able form with a suffix of B, K, M, G, T, P, E, Z (for bytes, kilo-
bytes, megabytes, gigabytes, terabytes, petabytes, exabytes, or
zettabytes, respectively).
man zfs:
Code:Numeric values can be specified as exact values, or in a human-read- able form with a suffix of B, K, M, G, T, P, E, Z (for bytes, kilo- bytes, megabytes, gigabytes, terabytes, petabytes, exabytes, or zettabytes, respectively).
2^x obviously.
You need full access to modify permissions
(ex: disable guest, login as root)
As for the "problem" in napp-it, it's really trivial. First check for $number + ((K|M|G|T|P|...)i?)?B? suffix, then calculate it into bytes and use only bytes.
--------------- ------------------------------------ -------------- ---------
TIME EVENT-ID MSG-ID SEVERITY
--------------- ------------------------------------ -------------- ---------
Sep 20 14:06:43 abb38e47-cd60-6638-bd03-bbd5cf1bbd51 PCIEX-8000-KP Major
Host : sefs
Platform : A1SAi Chassis_id : 123456789
Product_sn :
Fault class : fault.io.pciex.device-interr-corr max 50%
fault.io.pciex.bus-linkerr-corr 25%
Affects : dev:////pci@0,0/pci8086,1f12/pci1000,3020@0
dev:////pci@0,0/pci8086,1f12@3
faulted and taken out of service
FRU : "MB" (hc://:product-id=A1SAi:server-id=sefs:chassis-id=123456789/motherboard=0)
faulty
Description : Too many recovered bus errors have been detected, which indicates
a problem with the specified bus or with the specified
transmitting device. This may degrade into an unrecoverable
fault.
Refer to http://illumos.org/msg/PCIEX-8000-KP for more
information.
Response : One or more device instances may be disabled
Impact : Loss of services provided by the device instances associated with
this fault
Action : If a plug-in card is involved check for badly-seated cards or
bent pins. Otherwise schedule a repair procedure to replace the
affected device. Use fmadm faulty to identify the device or
contact Sun for support.
Has anybody out there experience with PCIe Extension Cables?
I have to use one cause of my case U-NAS NSC-800 to get the IBM 1015/LSI 9211-8i IT working.
omnios r101015u states the following error that isn't looking good.
I've already tried four different cables but the result is always the same.
Without PCIe Extension Cable the everything is fine.
omnios seems to be very picky when the communication over the bus isn't perfect.
With the same hardware and ubuntu installed I couldn't see a similar message.
I'm not an expert but ubuntu /var/log/syslog didn't mention anything.
Any ideas?
What I have
GA-p55-ud4p with i5 quad core, VT-D enabled, 8GB DDR3 1600mhz
That would probably be the for the best. ZFS list -p gives raw byte values, so the volume creation stuff, silly regex issue aside, works fine.
I think the bug may be someplace in the COMSTAR volume LU detection and size conversion code. It autodetects the volumes just fine, but doesn't detect the size right, or it does, but thinks it needs the GB->GiB conversion and ends up always making it 11% larger than the volume hosting it.
You pass it through, _then_ you need to add it to the VM as a PCI device.
You boot from the virtual disk, right? It's attached to that controller, so no.
I think there's still some confusion. The "SCSI controller 0" has nothing to do with your physical LSI controller. It's a purely virtual device which hosts the "Hard disk 1" virtual disk. You can present that virtual controller as different devices to the VM, depending on the OS's driver status.
If you remove it, your "Hard disk 1" goes away as well and the VM has nothing to boot. Edit: Rather, you can't remove it, because a virtual disk depends on it. It automatically goes away if you remove all virtual disks.
i've always used hitachi disks and had good results. have to make a new choice now.
what about the :
WD Red SATA 6 Gb/s WD40EFRX, 4TB
150euro each.
please give me your opinion. its for home use. esxi with some servers. 24/7 on. mostly for storing videofiles.
I want to move from a baremetal install of OmniOS+Napp-it to the VMWare all-in-one. I have both running concurrently now, but of course all of the data resides on the baremetal. If I physically move the disks (perform a zfs export beforehand) then will VMWare require me to format them to VMFS before they are available for use? What's the accepted procedure for moving from baremetal to AIO ? Disks are in a mirror (2x2TB)
If ESXi requires me to format the disks, I suppose I could move just one, since they are a mirror, format it, then transfer the pool over?
i'm planning to upgrade my pool.
from:
6x 2tb raidz1
to
8x 4tb raidz2
i've always used hitachi disks and had good results. have to make a new choice now.
what about the :
WD Red SATA 6 Gb/s WD40EFRX, 4TB
150euro each.
please give me your opinion. its for home use. esxi with some servers. 24/7 on. mostly for storing videofiles.
Pass the controller that has the disks through to the VM and import the pool. Do not let ESXi touch the disks in any way.