Questions tagged [illumos]

illumos is a fully open community project to develop a reliable and scalable operating system. It began as a fork of the former OpenSolaris operating system. The illumos code base forms the foundation of distributions including a storage appliance from Nexenta, a cloud platform from Joyent, and the general-purpose OpenIndiana.

illumos is pronounced i-llu-MOS and written in lowercase. The name 'illumos' ties in with Sun and light.

The primary website for illumos is https://www.illumos.org/ . The FAQ at http://wiki.illumos.org/index.php/FAQs is very informative.

29 questions
11
votes
2 answers

KVM on Illumos (OpenIndiana vs. SmartOS)

I'm considering virtualizing a number of guests onto a single server running a recent port of KVM to Illumos. It sounds like my two primary options will be OpenIndiana and SmartOS. The distribution I will end up using needs to meet the following…
Alex
  • 471
  • 7
  • 18
10
votes
1 answer

Why is SMF manifest losing configuration data when exported on SmartOS?

I'm running a server process under SMF (Server Management Facility) on Joyent's Base64 1.8.1 SmartOS image. For those not aqauinted with SmartOS, it is a cloud-based distribution of IllumOS with KVM. But essentially it is like Solaris and inherits…
Scott
  • 203
  • 1
  • 7
8
votes
5 answers

Where is the central ZFS website now?

Oracle dumped OpenSolaris in Fall 2010, and it is unclear if Oracle will continue to publicly release updates to ZFS, except maybe after they release their next major version of Solaris. FreeBSD now has ZFS v28 available for testing. But where did…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
7
votes
1 answer

incomplete recursive snapshots on zfs

I got a bunch of new disks on one of our systems and wanted to transfer an existing pool over to them so what I did was this: zfs snapshot -r old-pool@replicaton zfs send -R old-pool@replication | mbuffer -m 1G | zfs receive -F -d new-pool but…
Tobi Oetiker
  • 1,752
  • 12
  • 12
5
votes
3 answers

How to automatically detect inserted SATA disk in Solaris if cfgadm status is disconnected?

My goal is to automate a backup routine on a small OpenSolaris NAS (running OmniOS + napp-it on a HP Microserver N54L) in combination with SATA disks. Background: I have installed one of those 5.25" -> 3.5" carrier-less HDD trays that contain a…
user121391
  • 2,452
  • 12
  • 31
4
votes
3 answers

Nexenta After the Death of OpenSolaris

We are thinking of evaluating Nexenta for a Tier 2 storage solution. It looks great, but I have doubts over its future after the demise of OpenSolaris. I know that Nexenta uses an OpenSolaris kernel and ZFS. Now that OpenSolaris is no more, will…
SvrGuy
  • 1,002
  • 3
  • 16
  • 29
3
votes
1 answer

Faulted zpool recovery - can I dd some disks to new disks to allow me to scavenge donors?

I am in the process of trying to recover a pool that had been degraded and neglected, then had a second mirror member fail, resulting in a faulted pool. For whatever reason, the spare never autoreplaced, even though that option was set for this…
Dirk
  • 33
  • 4
3
votes
0 answers

Solaris fmadm equivalent for FreeBSD

I've been looking for the equivalent of fmadm, the fault management configuration tool of Solaris / illumos on FreeBSD. But I'm unable to find an equivalent or even a subset of tools that mimics the features of fmadm. What kind of software I should…
Vinícius Ferrão
  • 5,400
  • 10
  • 52
  • 91
3
votes
0 answers

Is there an easy way to compile illumos components on Solaris 10?

I am trying to compile some components from ptools from illumos source code on Solaris 10, and so far it has been difficult since the build components are not available and the make files in the component (containing the target program) folders do…
user55570
  • 448
  • 6
  • 17
3
votes
1 answer

NVMe driver for Illumos: can it be considered usable?

Can the NVM Express (NVMe) driver driver-storage-nvme for Illumos be considered usable? It would be nice to use e.g. an Intel DC P3700 PCIe drive for L2ARC as the SAS2 and 3 SSD drives are awfully scarce/expensive at the end of the Channel available…
jpe
  • 266
  • 2
  • 8
3
votes
1 answer

Granting user enough privileges to run ifconfig on IllumOS (OmniOS)

I sense this should be a very simple question, but somehow I cannot find a solution. I have a non-root user and I would like to grant this user enough permissions or privileges, so he can run ifconfig (I have root access to the machine). For…
Vincenzo Pii
  • 147
  • 1
  • 6
3
votes
1 answer

Disable the console beep/bell under Illumos / Solaris?

When I login to the console of my Solaris box any command that would normally generate a bell (tab completion with more than one result, pressing an arrow key one too many times, etc) causes the physical system to beep. This is especially obnoxious…
notpeter
  • 3,505
  • 1
  • 24
  • 44
3
votes
1 answer

FreeBSD vs. Illumos

I am using FreeBSD since some years now for server use and archlinux for desktop. I really use many features of FreeBSD (ports, zfs, jails, pf, ...) now I read about Illumos an OpenSolaris derivate. OpenSolaris itself aslong as I know isn't getting…
bodokaiser
  • 173
  • 6
2
votes
0 answers

SmartOS "/ filesystem full"

Last week I had issue where SmartOS wouldn't boot suddenly(off USB), it just hanged there after "mDNSPlatformRawTime went backwards by 3684530 ticks..." warning. I think this one used to appear at times, but I didn't pay attention, however this is…
lidagon
  • 31
  • 2
2
votes
1 answer

How to make Solaris rescan disk info after hotswap?

I'm running a SmartOS-based ZFS NAS, with a bunch of SATA disks directly connected to the logic board (no fancy disk controller / backplane or anything). A 1.5 TB disk in my zpool recently failed. iostat says: # iostat -En c2t5d0 c2t5d0 …
smokris
  • 685
  • 3
  • 13
  • 27
1
2