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
2
votes
1 answer

ZFS root pool free space

I have an openindiana (oi_151a7) box where I used 30GB for the root partition during installation. This has become rpool1. I cannot figure out how to make the remaining 202 GB available. Looking for suggestions. My partition table as…
Jepper
  • 356
  • 1
  • 4
  • 13
1
vote
1 answer

OmniOS (Illumos) sendmail verbose option not working

When using mailx -v or /usr/lib/sendmail -v to send mail, we are not getting any text back. Mail does go out and log entries are found in /var/log/syslog. What can I check for or change? I am used to getting full transcript whenever I add -v, but I…
700 Software
  • 2,163
  • 9
  • 47
  • 77
1
vote
1 answer

Does Solaris/Illumos have a daemon for at jobs, or manage internally?

I scheduled a test at job and reviewed it with atq, but I do not see an atd daemon which will carry them out. Is this managed within the Solaris / Illumos kernal? If not, which daemon manages at jobs? I am actually surprised not to find atd, because…
700 Software
  • 2,163
  • 9
  • 47
  • 77
1
vote
1 answer

How to fetch current l2arc_max_write setting on Illumos?

I am trying to tweak my ZFS pool, but in order to do this I would like to know the current l2arc_max_write setting. I know the default is 8 MB/s, but I can't find the actual value. I have tried to look it up in the mdb (zfs_params and arc), but…
Jeroen
  • 1,339
  • 7
  • 16
1
vote
1 answer

OpenIndiana (illumos): vmxnet3 interface lost on reboot

I want my VMware vmxnet3 interface to be brought up with DHCP on boot. I can manually configure the NIC with: # ifconfig vmxnet3s0 plumb # ipadm create-addr -T dhcp vmxnet3s0/v4dhcp But after creating /etc/dhcp.vmxnet3s0 and rebooting, the…
1
vote
0 answers

How do I set up IP over FC on OpenSolaris / Illumos?

This article implies that it's easy, but gives no details. I have a double QLogic card in my OmniOS server, connected via two fibre-optic cables to SFP adaptors in my Procurve switch. What I would really like is to aggregate the two connections so…
0
votes
1 answer

Debian 7 NGINX OwnCloud - move data-folder to NFS-mount permission problems?

Case: Debian 7.1.0 server running nginx 1.2.1, hosting OwnCloud 5.0.13 OwnCloud default installed in /var/www/owncloud Files uploaded to owncloud reside in /var/www/owncloud/data However, diskspace is running low. Idea is to move data to a file…
user185212
  • 33
  • 1
  • 8
0
votes
1 answer

Add nexentastor to domain (ldap/samba)

I have PDC on LDAP/SAMBA 3.x on CentOS 5. Domain memberships - Linux/Windows (Xp..7). For add computer account in PDC i run (on PDC) smbldap-useradd -w workstationname on the linux, configure smb.conf smbpasswd -w password_for_ldap_admin net join…
Anton Shevtsov
  • 191
  • 3
  • 12
0
votes
1 answer

Nexenta storage metro cluster - what are components involved?

As Nexenta is built on Illumos, a successor of OpenSolaris, I was wondering what components are involved in their storage metro clustering? Can anybody enlight me as to what components are doing this site-to-site mirroring? If these components are…
jirib
  • 1,240
  • 8
  • 15
0
votes
3 answers

Disk names in Solaris 10 for ZFS: SAS WWN instead of c0t0d0

I currently have a server running Solaris 10u9 with a SAS enclosure (Dell PowerVault MD1000) filled with SATA disks attached to an SAS card (LSI 3801E). It happily recognizes the 15 disks in the MD1000 and presents them each disk in the traditional…
notpeter
  • 3,505
  • 1
  • 24
  • 44
0
votes
0 answers

Illumos - configure Unbound to start automatically

I am running Illumos on a production system that is getting the DNS-settings from DHCP, and I would like to use Unbound as a local resolver to resolve hosts over DNS-over-TLS. However, I am not sure about how to automatically start Unbound at boot,…
Orphans
  • 1,404
  • 17
  • 26
0
votes
1 answer

Forcing server as idle as possible (all OSes, but possibly illumos too)

Sometimes a server will start showing some kind of hardware failures, not disabling its functionalities, but requiring hands-on presence (it could be days to reach, if remote post). In some such cases, the server must be kept on to preserve some…
gsl
  • 133
  • 1
  • 5
0
votes
1 answer

Why bareos bpipe job fails with: Fatal error: bpipe-fd: Pipe read error: ERR=Error 0

Using bpipe plugin with Bareos Backup I get an error: Fatal error: bpipe-fd: Pipe read error: ERR=Error 0 after zfs send -R dpool/some_dataset finished, executed from bash script.But only iff dpool/some_dataset has child datasets (there is…
NorbertM
  • 101
  • 2
-2
votes
1 answer

How does one mount a MS CIFS share in SmartOS?

How does one mount a Microsoft CIFS share in SmartOS?
Jake
  • 1
1
2